• 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!

Lua Zaypay Script

Status
Not open for further replies.
5. Login on your phpmyadmin and insert the code in insertME.sql in the same database as your geisor installation.

Where to import it?

I use ModernACC UniformServer
 
Do you know how to insert a new table into a database? Open your server's PMA table for your server and insert the SQL query.

Red
 
Thank u thank u very much, i knew it has to be in the Database of my server but i wasn't quite sure!
Thank u!
 
SOLVED!!

Hi there





here is my new problem:

I folllowed the steps,

But when he said :
Code:
8. Go to http://<your hostname>/zaypay/pay.php

I did that, so i get an error when i do that
Code:
The requested URL /zaypay/pay.php was not found on this server.

Earlier he said to edit the database.php so i did that and it looks now like:

LUA:
<?php

$mysqlConn = $db = mysql_connect("grimera.zapto.org", "USERNAME", "PASSWORD");
mysql_select_db("DATABASENAME", $mysqlConn);
?>

I don't know the problem, maby u can help me further?

Kind regards,
 
Last edited:
New problem:

When i go to the link : grimera.zapto.org/zaypay/pay.php
It says "U must be logged in"
While i already logged in...

Any idea's?

______________
Edit:
Also tried with : localhost/zaypay/pay.php
 
Last edited:
Why setup donations when you can't even handle your server setup properly?

Everyone has gotta start somewhere right?
U won't just be born with being good at scripting...
U need to learn it.
By asking questions U WILL LEARN.
anyway, problem is fixed.
 
Status
Not open for further replies.
Back
Top