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

SMS shop

Faraonekkk

New Member
Joined
Feb 15, 2010
Messages
686
Reaction score
4
hi

when i add points its adding successuffly but it can't add premium points to db
i am trying but don't know

its error

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\xxx\sms.php on line 49
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampp\htdocs\xxx\sms.php on line 49

Line 49
mysql_query("UPDATE `players` SET `premium` = premium + 100 WHERE `id` = '".$players."';");

i think the script don't know how to connect DB, how can i do it?
i saw

require_once('varrar/db.php');

but deleted of errors, i don't have db.php

help :/
 
Last edited:
Back
Top