

miiniikiller
Member-
Content count
8 -
Joined
-
Last visited
About miiniikiller
-
Rank
Bronze Member
-
miiniikiller started following 317 WebClient error.
-
I have a 4GB VPS..
-
Hey. I need to know how i can make it lose PK Points ONLY if u get killed by a PLAYER... SPOONFEED PLEASE! WILL REP! This is my code:
-
[RuneScape Logo] Renedered [RuneScape Logo]
miiniikiller replied to Romanage Dan's topic in RSPS Downloads
WOW thanks! Made a SWEET logo with that! I had to edit it alot cause i am using Synestia on the banner, so i simply cut it a little and merged them together so it would make enough letter space with no sword in between. Added sword over the letters -
I wish some serv had dungeoneering
-
Try This: <?php function GetServerStatus($site, $port) { $fp = @fsockopen($site, $port, $errno, $errstr, 2); if ($fp) { $imagepath="on.png"; //ONLINE IMAGE LINK! $image=imagecreatefrompng($imagepath); header('Content-Type: image/png'); imagepng($image); } else { //ONLINE Status $imagepath="off.png"; //OFFLINE IMAGE LINK! $image=imagecreatefrompng($imagepath); header('Content-Type: image/png'); imagepng($image); } } $status = GetServerStatus('74.50.119.40',5555); // IP or Hostname Goes Here ?>
-
I'm not new to rsps, but i have NEVER touched a client like that... Can you please tell me how to fix this?
-
Hey. I tried a webclient tutorial and i get this error... http://www.moparscape.org/smf/index.php?topic=373339.20 for the tut and this is my error: Please help me. Thanks.