Help - Search - Members - Calendar
Full Version: Help With Php Please!
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
AwesomeJames
How would i edit thie code to this sites server infomation. thanks
CODE
<?php
$ServerName = "EpicPenguin"; //The name of your game here NO SPACES
$mysqlhost = "localhost"; //Keep this as 127.0.0.1 if your server is running on the same host as your mysql host
$mysqluser = "519062_root"; //MySQL user that has access to the database
$mysqlpass = "MY PASSWORD IS HERE BUT HIDDEN"; //Password to the mysql user
$database = "epicpenguin_99k_epic"; //Replace with your database name
$table = "ep_users"; //Replace with your table name
$loginIP = "67.220.217.226"; //Enter the IP that your login server is running on
$loginPort = "6113"; //Enter the port you've opened for the login server. Default is 6112
$server1IP = "67.220.217.226"; //IP of your first game server
$server1Port = "6113"; //Enter the port you've opened for the fist game server. Default is 6113
$server1Name = "test"; //The name of your first game server
$server2IP = "67.220.217.230"; //The IP of your second game server
$server2Port = "6114"; //Enter the port you've opened for your second game server. Default is 6114
$server2Name = "test2"; //The name of your second game server
$BotName = "Elite"; //Change this to what you want your bot to be named
?>
AwesomeJames
Please help mE!!!
ssfdre38
GAME SERVERS ARE NOT ALLOWED AT ALL ON ZYMIC AND YOUR SITE IS NOW SUSPENDED
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.