• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Mordern Acc Shop Help Please .. !!

Ns Sparkz

Just a Normal Ns King
Joined
Mar 6, 2011
Messages
466
Reaction score
25
Location
Egypt
Could Someone Please Translate This in English. I tryed on Google Translator But it Just Messed everything,And Had nothing Usful.

And How could i access My Site With the Adminstrator?

1.- Copiar el contenido de la carpeta "htdocs" en la carpeta "htdocs" de tu web

2.- Copiar el script "shop.lua" de la carpeta "globalevents" en la carpeta "globalevents" de la data de tu servidor

3.- Abrir el archivo globalevents.xml y agregar la siguiente linea:

<globalevent name="shop" interval="30" script="RUTA_DEL_SCRIPT"/>

Cambiando la "RUTA_DEL_SCRIPT" por la ubicacion de tu script


/************************** INSTALAR EN WEBSITE ***********************/

Loguear con una cuenta de administrador en la web y entrar a la siguiente ruta:

http://TUURL/p/v/gifts

Y se instalara por si sola


/************************** COMO EDITAR ***********************/

Para editar PayPal y ContenidoPago tienes que ir a la carpeta:

"htdocs" -> "gifts" -> "config"

y abrir el archivo "config.php"


/************************* CONTENIDO **************************/

$config['donations']['methods'] = array('ContenidoPago' => true, 'PayPal' => true);

-> Poner true si el servicio esta habilitado para donaciones y false si no lo esta



$config['donations']['paypal'] = array('Mail' => '[email protected]', 'Points' => 6, 'Product' => 'Donation for VipHera', 'Money' => 'EUR', 'Amount' => 1);

-> Mail = Tu correo de PayPal

-> Points = Puntos que se sumaran a la cuenta del jugador

-> Product = Nombre del Producto (Saldra en la pagina de PayPal)

-> Money = Moneda (EUR,USD,etc..)

-> Amount = Monto de dinero a enviar


$config['donations']['contenidopago'] = array('Product' => '1347', 'Points' => 4);

-> Product = ID de tu Alias en ContenidoPago

-> Points = Puntos que se sumaran a la cuenta del jugador
 
here you are the steps

1.- copy the files that in "htdocs" to your server "htdocs" folder

2.- copy that script "shop.lua" that in the folder "globalevents" to ypur server "globalevents" folder (the scripts folder)

3.- add this line to ur server globalevents.xml:

<globalevent name="shop" interval="30" script="RUTA_DEL_SCRIPT"/>

4- now you must have admin oage access u need account with 5 page access to do that
open that link while u login with the account that has the page access 5
http://localhost/p/v/gifts
it should work now
5- add the shop shortcuts in your style index

now search for a buy points scripts in the forum that may help u because the other scripts in that shop system is bugged
 
5- edit ur template index.tpl to add the shortcuts
like buy points and choose reward etc...
and if u have a template that edited before that will be good

6- the buy points scripts that in this shop system is bugged so u will need for another ones
dont worry the other ones will not affect the choosing reward or items functions
 
Back
Top