Hello if i go to my website this look at the ranking like this
if i login it look like this
and if i create a account it isnt in the database let me know fast thanks because i dont know why this is ...
Hello if i go to my website this look at the ranking like this
if i login it look like this
and if i create a account it isnt in the database let me know fast thanks because i dont know why this is ...
try using something else then inetpub or vhost ... wtf is that :S
get appserver or wamp or xamp, these are the most used and used for gunz sites
Ranking Page:
Make sure that your column are exactly ECoins or UCoins depending on your database in the table inside Account table
Login Page:
Make sure the column are the same and check in "Secure/functions.php" at the very top make sure it doesn't show just "<?" switch it to "<?php" so it knows what kind of script it is depending on your web server Xampp,Wamp, or AppServer
It's just a simple db issue. Use the correct DB or make the tables and colums by your own.
BTW <? and <?php are both good. It makes no sense which one you use...