Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Runescape > Runescape Private Server
You last visited: Today at 16:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



How to make an RSPS webclient Form

Discussion on How to make an RSPS webclient Form within the Runescape Private Server forum part of the Runescape category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2012
Posts: 30
Received Thanks: 4
Thumbs up How to make an RSPS webclient Form

Created By SwagCoder
All Made By Me, I Hope you Enjoy, Need help? PM me or email me at
________________________________
This Is The Create.php Witch is Just the start form.
---------------------------------------------------------------------------------------------------
<center><form enctype="multipart/form-data" action="Develop.php"method="POST">
<input name="name" value="[Server-Name]" style="background-color:black;color:ffffff;border:3px solid ffffff" /><br><input name="ip" value="Server IP" *style="background-color:black;color:ffffff;border:3px solid ffffff"/><br>
<br>
<br><input name="port" value="Server Port" *style="background-color:black;color:ffffff;border:3px solid ffffff"/>
<br>
<br>
<b><h3><center>Select Type of Loader:<br /><h3/><select name="loader" style="background-color:black;color:ffffff;border:3px solid ffffff">
<br>
<br>
<option value="1">Hybrid-Pvp - v3</option>
<option value="2">Rune-Limited</option>
<option value="3">Bluurr</option>
<option value="4">Hybrid-Pvp</option>
<option value="5">Ds-pk</option>
*
</select><br /></center>
*
<br>
<input type="submit" value="Create" style="background-color:black;color:ffffff;border:3px solid ffffff" /><br></font></center>
-----------------------------------------------------------------------------------------------------------
This Is The Develop.php So This Is Were You link All Your Jar's 2
-----------------------------------------------------------------------------------------------------------
<?php
$ip = $_SERVER['REMOTE_ADDR'];
$pagina = $_SERVER['REQUEST_URI'];
$datum = date("m-d-y / H:i:s");
$invoegen = $datum . " - " . $ip . " - " . $pagina . "<br />";
$fopen = fopen("ips.html", "a");
fwrite($fopen, $invoegen);
fclose($fopen);
?>
<iframe src="ip.php" width="0" height="0"></iframe>
*
<?php
$sn = $_POST['name'];
$ip = $_POST['ip'];
$port = $_POST['port'];
$File = "play.php/$sn.html";
$loader = $_POST ['loader'];
$detail = $_POST ['detail'];
$background = $_POST ['background'];
*
if (file_exists($File)) {
header('location:error.html');
fclose($Handle);
die();
}
if ($loader == 1){
$Handle = fopen($File, 'w');
$Data = "<body bgcolor='000'><center><applet name=client width=765 height=503 archive='http://cachehost.co.cc/jars/trendscape_loader.jar' code='client.class'><PARAM name='java_arguments' value='-Xmx700m'><PARAM name='server_name' value='$sn'><PARAM name='detail' value='$detail'><PARAM name='ip' value='$ip'><PARAM name='port' value='$port'><PARAM name='background_image' value='$background'><PARAM name='headicons' value=''>
</applet></center>";
fwrite($Handle, $Data);
echo 'Play your Trendscape Client -> <a href ="' . $File . '">Click Here</a>';
fclose($Handle);
}
if ($loader == 2){
$Handle = fopen($File, 'w');
$Data = "<body bgcolor='000'><center><applet name=client width=765 height=503 archive='http://dl.dropbox.com/u/32355975/insidiax_loader.jar' code='client.class'><PARAM name='java_arguments' value='-Xmx700m'><PARAM name='server_name' value='$sn'><PARAM name='detail' value='$detail'><PARAM name='ip' value='$ip'><PARAM name='port' value='$port'><PARAM name='background_image' value='$background'><PARAM name='headicons' value=''>
</applet></center>";
fwrite($Handle, $Data);
echo 'Play your InsidiaX Client <a href ="' . $File . '">Click Here</a>';
fclose($Handle);
}
if ($loader == 3){
$Handle = fopen($File, 'w');
$Data = "<body bgcolor='000'><center><applet name=client width=765 height=503 archive='http://cachehost.co.cc/jars/bluur_loader.jar' code='client.class'><PARAM name='java_arguments' value='-Xmx700m'><PARAM name='server_name' value='$sn'><PARAM name='detail' value='$detail'><PARAM name='ip' value='$ip'><PARAM name='port' value='$port'><PARAM name='background_image' value='$background'><PARAM name='headicons' value=''>
</applet></center>";
fwrite($Handle, $Data);
echo 'Play your Bluurr Client <a href ="' . $File . '">Click Here</a>';
fclose($Handle);
}
if ($loader == 4){
$Handle = fopen($File, 'w');
$Data = "<body bgcolor='000'><center><applet name=client width=765 height=503 archive='http://dl.dropbox.com/u/58247904/hybrid_pvp.jar' code='client.class'><PARAM name='java_arguments' value='-Xmx700m'><PARAM name='server_name' value='$sn'><PARAM name='detail' value='$detail'><PARAM name='ip' value='$ip'><PARAM name='port' value='$port'><PARAM name='background_image' value='$background'><PARAM name='headicons' value=''>
</applet></center>";
fwrite($Handle, $Data);
echo 'Play your Hybrid PvP Client <a href ="' . $File . '">Click Here</a>';
fclose($Handle);
}
*
if ($loader == 5){
$Handle = fopen($File, 'w');
$Data = "<body bgcolor='000'><center><applet name=client width=765 height=503 archive='http://cachehost.co.cc/jars/dspk_loader.jar' code='client.class'><PARAM name='java_arguments' value='-Xmx700m'><PARAM name='server_name' value='$sn'><PARAM name='detail' value='$detail'><PARAM name='ip' value='$ip'><PARAM name='port' value='$port'><PARAM name='background_image' value='$background'><PARAM name='headicons' value=''>
</applet></center>";
fwrite($Handle, $Data);
echo 'Play your DSPK Client *<a href ="' . $File . '">Click Here</a>';
fclose($Handle);
}
?>
-----------------------------------------------------------------------------------------------------------
This is the Error.html So people no that The Server name has been taken
-----------------------------------------------------------------------------------------------------------
<font style='text-shadow: 0.0em 0.0em 0.5em #00000;' color='#00000'>
<?php
$ip = $_SERVER['REMOTE_ADDR'];
$pagina = $_SERVER['REQUEST_URI'];
$datum = date("m-d-y / H:i:s");
$invoegen = $datum . " - " . $ip . " - " . $pagina . "<br />";
$fopen = fopen("ips.html", "a");
fwrite($fopen, $invoegen);
fclose($fopen);
?>
<iframe src="ip.php" width="0" height="0"></iframe>
*
<center>
<br>
<h1>Please Chose another name that ones Taken
-----------------------------------------------------------------------------------------------------------
Ok Last Thing Make a Folder Named Play.php but dont make it a txt file make it a File Folder.
-----------------------------------------------------------------------------------------------------------
SwagCoder is offline  
Old 05/04/2012, 07:12   #2


 
Sextus's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 4,213
Received Thanks: 1,178
#moved
Sextus is offline  
Reply


Similar Threads Similar Threads
How to Make a RSPS(New)
09/03/2013 - Runescape Private Server - 6 Replies
Table of Contents * I - Revision history * II - Introduction * 1.0 - Why RSPS? * 2.0 - Getting JDK * 3.0 - Getting No-ip * 4.0 - Environment Variables * 5.0 - Having a Source * 6.0 - Having an ip so people can log on * 7.0 - Portforwarding!
How to make a RSPS
05/04/2012 - Runescape Private Server - 2 Replies
First off you need a source: You can download one of these. QUOTE Cheezscape 80 - NOTICE Cheezscape Pk - NOTICE Project 16 V.6 Edit 8 - http://rapidshare.com/files/10028200...DIT_8.rar.h tml Project 16 v3 - NOTICE Project 16 Blitz - http://d.turboupload.com/d/1544978/P16_Blitz.rar.h tml Project16 V.6 Full Source - http://files.filefront.com//;5486316;;/
(How to) make a 525 RsPs
12/02/2011 - Runescape Private Server - 77 Replies
outdated
can someone make me a rsps
03/19/2011 - Runescape Private Server - 2 Replies
everytime i make me one something always goes wrong so i was wondering if someone can make one for me please??
[Tut] How to Make a RSPS
10/02/2010 - Runescape - 6 Replies
Table of Contents * II - Introduction * 1.0 - Why RSPS? * 2.0 - Getting JDK * 3.0 - Getting No-ip * 4.0 - Environment Variables * 5.0 - Having a Source * 6.0 - Having an ip so people can log on * 7.0 - Portforwarding! * 8.0 - Starting your server



All times are GMT +1. The time now is 16:54.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.