TUServerMU

MuOnline => Modulos & Scripts => WebEngine => Tema comenzado por: DESINGMASTHER on July 26, 2020, 11:18:56 PM

Titulo: [PLUGIN] VIP Membership
Posteado por: DESINGMASTHER on July 26, 2020, 11:18:56 PM
VIP Membership
PREMIUM PLUGIN

Descripción:
permite al jugador comprar una membresía VIP utilizando el sistema de crédito de WebEngine. El complemento permite hasta 4 tipos de VIP; Bronce, Plata, Oro y Platino. El jugador puede comprar una nueva membresía o extender la existente.


Compatibilidad:

(https://i.imgur.com/MJ0RyaM.jpg)


(http://i.imgur.com/Z9MYwwl.png) (https://loren-mu.com/VIP-Membership.zip)

Mirror 2: (http://i.imgur.com/Z9MYwwl.png)

Contraseña :  tuservermu.com.ve

Consultas al privado :D
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: ZabiinoOo on July 27, 2020, 01:42:27 AM
So good my friend designmaster aplausos 
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: k2proud on September 18, 2020, 05:36:38 PM
Import Plugin > plugin_vip.xml = Plugin file(s) missing. /There has been an error uploading the file.
P.S i think WebEngine 1.2.1 check all plugin secured (
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: andiixu on October 06, 2020, 02:50:40 AM
Import Plugin > plugin_vip.xml = Plugin file(s) missing. /There has been an error uploading the file.
P.S i think WebEngine 1.2.1 check all plugin secured (
mismo problema
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: tdthanh95 on October 11, 2020, 08:47:46 AM
:(! Plugin file(s) missing
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: lunaticodeveloper on October 11, 2020, 10:33:44 AM
:(! Plugin file(s) missing

I can help with a little donation to install premium modules ....
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: cri0 on October 13, 2020, 12:31:24 AM
:(! Plugin file(s) missing

Cambie esta función en includes/classes/class.plugins.php:

Code: [Select]
public function importPlugin($_FILE) {
if($_FILE["file"]["type"] == "text/xml") {
$xml = simplexml_load_file($_FILE["file"]["tmp_name"]);
$pluginDATA = convertXML($xml->children());
if($this->checkXML($pluginDATA)) {
if($this->checkCompatibility($pluginDATA['compatibility'])) {
if($this->checkPluginDirectory($pluginDATA['folder'])) {
// if($this->checkFiles($pluginDATA['files'],$pluginDATA['folder'])) {
// Install Plugin
$install = $this->installPlugin($pluginDATA);
if($install) {
message('success','Plugin successfully imported!');
} else {
message('error','Could not import plugin.');
}

$update_cache = $this->rebuildPluginsCache();
if(!$update_cache) {
message('error','Could not update plugins cache data, make sure the file exists and it\'s writable!');
}
//} else { message('error','Plugin file(s) missing.'); }
} else { message('error','Plugin folder not found, please make sure you upload it to the correct path.'); }
} else { message('error','The plugin is not compatible with your current version.'); }
} else { message('error','Invalid file or missing data.'); }
} else { message('error','Invalid file type (only XML).'); }
}
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: lautat1 on March 27, 2021, 11:50:53 AM
Me queda así el recuadro negro, alguna forma de solucionar? no se nada de css :'(

(https://i.imgur.com/9PG7x1J.png)
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: lunaticodeveloper on March 27, 2021, 12:04:21 PM
La unica forma es revisando el ccs del modulo de VIP , seguramente tiene algun conflicto con alguno existente.
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: lautat1 on March 27, 2021, 12:39:09 PM
La unica forma es revisando el ccs del modulo de VIP , seguramente tiene algun conflicto con alguno existente.

estuve buscando un rato largo en el css pero no encuentro nada que modifique el tamaño del recuadro ese, solo el fondo de la imagen y las fuentes, sabes que sería ese recuadro en css un border o algo de eso? pq solo hay 3 border y ninguno modifica eso
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: lunaticodeveloper on March 27, 2021, 12:43:35 PM
La unica forma es revisando el ccs del modulo de VIP , seguramente tiene algun conflicto con alguno existente.

estuve buscando un rato largo en el css pero no encuentro nada que modifique el tamaño del recuadro ese, solo el fondo de la imagen y las fuentes, sabes que sería ese recuadro en css un border o algo de eso? pq solo hay 3 border y ninguno modifica eso

Tienes que buscar un poco mas , en unas de mis guias esta como mejorar templates de web engine si le pones un poco de onda lo consigues saludos.
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: T-LEGENDARY on October 30, 2022, 02:19:59 PM
Edit your template’s “index.php” file and add the “vip.css” inside the <head> tags

some one help my in this part i dont understand , what code i need put in index.php ?
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: xunxolost on May 07, 2023, 08:23:15 PM
link caido  u.u
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: Azzlaer on May 24, 2023, 02:48:48 AM
LINK CAIDO :V
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: joelpk2r on July 20, 2023, 04:33:48 AM
Edit your template’s “index.php” file and add the “vip.css” inside the <head> tags

some one help my in this part i dont understand , what code i need put in index.php ?

ES: Debes agregar esta linea en <head> antes de llegar a <script>
EN: You must add this line in <head> before reaching <script>

<link href="<?php echo __PATH_TEMPLATE_CSS__; ?>vip.css" rel="stylesheet" media="screen">
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: 0pTi on August 13, 2023, 11:06:39 AM
dead is link.. can someone share a mirror link?
Titulo: Re: [PLUGIN] VIP Membership
Posteado por: ZabiinoOo on August 13, 2023, 05:44:20 PM
Resubido:
(http://i.imgur.com/Z9MYwwl.png)

Pass: tuservermu.com.ve