Jump to content
xisto Community

LacrosseMS

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by LacrosseMS

  1. ok so here's my web page... http://forums.xisto.com/no_longer_exists/ it only lags cause its trying to connect to the my sql server...i followed this guide http://forum.ragezone.com/f691/tut-external-registration-site-387249/ and when i edit my config.php to my host and login info i always get the error cannot connect to the database here is my config.php if you can help me <?php$host['naam'] = 'CENSORED'; // my host$host['gebruikersnaam'] = 'righto'; // my database username$host['wachtwoord'] = 'CENSORED'; // my database password$host['databasenaam'] = 'odinms'; // my database name$db = mysql_connect($host['naam'], $host['gebruikersnaam'], $host['wachtwoord']) OR die ('Cant connect to the database');mysql_select_db($host['databasenaam'], $db);$serverip = "CENSORED"; //Replace with your WAN IP if public$loginport = "8484"; //Don't change$sql_db = "odinms"; //DB Name$sql_host = "CENSORED"; //DB Host$sql_user = "righto"; //DB User$sql_pass = "CENSORED"; //DB Password$logserv_name = "<b>Server</b>: "; //Status Server Name$offline = "<s>Offline</s>"; //Displays Offline Status$online = "<u>Online</u>"; //Displays Online Status?><?phpif ($row['job']=="510")echo "SuperGM";if ($row['job']=="500")echo "GM";if ($row['job']=="000")echo "Beginner";if ($row['job']=="100")echo "Warrior";if ($row['job']=="110")echo "Fighter";if ($row['job']=="120")echo "Page";if ($row['job']=="130")echo "Spearman";if ($row['job']=="111")echo "Crusader";if ($row['job']=="121")echo "White Knight";if ($row['job']=="131")echo "Dragon Knight";if ($row['job']=="112")echo "Hero";if ($row['job']=="122")echo "Paladin";if ($row['job']=="132")echo "Dark Knight";if ($row['job']=="200")echo "Magician";if ($row['job']=="210")echo "Wizard";if ($row['job']=="220")echo "Wizard";if ($row['job']=="230")echo "Cleric";if ($row['job']=="211")echo "Mage";if ($row['job']=="221")echo "Mage";if ($row['job']=="231")echo "Priest";if ($row['job']=="212")echo "Arch Mage";if ($row['job']=="222")echo "Arch Mage";if ($row['job']=="231")echo "Bishop";if ($row['job']=="300")echo "Bowman";if ($row['job']=="310")echo "Hunter";if ($row['job']=="320")echo "Crossbowman";if ($row['job']=="311")echo "Ranger";if ($row['job']=="321")echo "Sniper";if ($row['job']=="312")echo "Bow Master";if ($row['job']=="322")echo "Crossbow Master";if ($row['job']=="400")echo "Thief";if ($row['job']=="410")echo "Assassin";if ($row['job']=="420")echo "Bandit";if ($row['job']=="411")echo "Hermit";if ($row['job']=="421")echo "Chief Bandit";if ($row['job']=="412")echo "Nights Lord";if ($row['job']=="422")echo "Shadower";?> how can i get it to connect to my database correctly to create accounts and such?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.