Problem with Logging in and Servers

Status
Not open for further replies.
Joined
Jan 25, 2007
Messages
4
Reaction score
0
Apologies if this has been asked before but I'm currently having trouble logging into the rose private server I have just made using this guide
 
try putting this code in the page.

<?php
$result = @fsockopen('yourip', 'serverport', $ERRNO, $ERRSTR);
if(!$result) {
echo('<font color=red>Offline</font>');
} else {
echo('<font color=green>Online</font>');
}
?>

Too check the status.

and, do you have .NET Framework 2.0 installed?
 
Nvm, I fixed it by downloaded the rev 15 source files and then replacing the trose.exe with version 1.21.

Here is a link
 
Status
Not open for further replies.
Back