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

Heeeelp!

Azcarer

HEJJJJ!! :D
Joined
Nov 3, 2008
Messages
871
Reaction score
3
Location
r u Pedobear
Parse error: syntax error, unexpected T_VARIABLE in C:\UniServer\www\zaypay\includes\config.php on line 6

Using latest zaypay:

PHP:
<?php
 
$options[0]["opt"] = "2.5 EUR for 50 point";
$options[0]["split"] = array(100);
$options[0]["points"] = 50
$options[0]["keys"] = array();
 
Thank you didn't see that :) It removed the syntax error, but now when I press the button hyperlinking to the url it says "Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in C:\UniServer\www\zaypay\includes\database.php on line 3 Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\UniServer\www\zaypay\includes\database.php on line 4"

This is line 4: mysql_select_db("database", $mysqlConn);
 
You are obligated to enter the proper username, password and database name in that line and probably the line before (should contain the mysql_connect() function) in order to connect to the database.
 
Back
Top Bottom