Try john_d's guide mentioned in the sticky's, its very easy :)Quote:
Originally Posted by Ambuhed
Printable View
Try john_d's guide mentioned in the sticky's, its very easy :)Quote:
Originally Posted by Ambuhed
than http://royal.no-ip.info/Home[/QUOTE][/QUOTE]Quote:
Originally Posted by TakaShi^^
i changed da folder named Website to Home,it still works fyne.
but i dun fink ppl can view my page,wats da reason for dat?
did u change anything?When u host tat website in ur computer...use 127.0.0.1..dun need to change anythingQuote:
Originally Posted by >>xtasy<<
// Enter the IP or DSN of the database server to connect to
// Change to your server IP (if remote only) works with DNS
$dbhost = "127.0.0.1";
// Enter the username to connect to the db
$dbuser = "sa";
// Enter the password for the SQL Server
$dbpasswd = "******";
//Admin Login
$alogin = "Admin";
//Admin Password
$apass = "*****";
//Database Name
$db = 'MuOnline';
//Host. IP If working remotely
$host = '127.0.0.1';
$ip = "127.0.0.1";
LIke tis :thumbup:
I think u need to redo again becos i did have tis problem last time,but i redo it and it find...my player can view it =D
wats my admin pw?Quote:
Originally Posted by TakaShi^^
is it my windows login pw?
Originally Posted by TakaShi^^
did u change anything?When u host tat website in ur computer...use 127.0.0.1..dun need to change anything
// Enter the IP or DSN of the database server to connect to
// Change to your server IP (if remote only) works with DNS
$dbhost = "127.0.0.1";
// Enter the username to connect to the db
$dbuser = "sa";====>Use tis
// Enter the password for the SQL Server
$dbpasswd = "******";===>password
//Admin Login
$alogin = "Admin";===>Use sa
//Admin Password
$apass = "*****";===>password
//Database Name
$db = 'MuOnline';
//Host. IP If working remotely
$host = '127.0.0.1';
$ip = "127.0.0.1";
ok i get it now
www.munight.prv.pl
THX FraFrog all works perfect:)
Plz !!! I need the standart reset script !!!! :( :( :( !!!!!
The Ranking dont work, and the account.php too pls i need help S.O.S.... :eh: :(
whats about security in web site packages ?
All sites u posted ( i mean u all) have anti-injection fix and sql commands filter to be a secure site
not sure I understand your question, FragFrog's package includes securty...anti SQL injection and the such...if you want, you could even search for John_d's thread about server securty...he seems to be the resident RZ security guy..Quote:
Originally Posted by Godess
i have this erorr
Fatal error: Call to undefined function: mssql_connect() in c:\foxserv\www\config.php on line 34
What i need to do
were i can change SQL password
The file account.php is missed in the rar file dont find this file.. pls u can upload again :eh:
All these threads are nice but I have a big problem, when i put my domain in iexplorer, do not open the index.php but open my routers page...
What I have to do for redirect the link for my pc before router?
sorry for my english :)
//============== USER EDITABLE AREA ===================
// Enter the IP or DSN of the database server to connect to
// Change to your server IP (if remote only) works with DNS
$dbhost = "127.0.0.1";
// Enter the username to connect to the db
$dbuser = "sa";
// Enter the password for the SQL Server
$dbpasswd = "";
//Admin Login
$alogin = "";
//Admin Password
$apass = "";
//Database Name
$db = 'MuOnline';
//Host. IP If working remotely
$host = '127.0.0.1';
$ip = "127.0.0.1";
$regsubmit = "regform.submit()";
$msconnect=mssql_connect("$host","$alogin","$apass");
$msdb=mssql_select_db("$db",$msconnect);
?>
and i having this erorr wat i need write
Fatal error: Call to undefined function: mssql_connect() in c:\foxserv\www\config.php on line 34