is this with silabsoft stuff?
is this with silabsoft stuff?
Nice job
Edit: is there a way to get my Rs Server online too lol and link my web to it?
o.o I dun think so. But now I shall post direct links cause I r weird like that.
Loading... <-- Webset
http://superb-east.dl.sourceforge.ne...Server2.0b.exe <--WampServer2.0
The links dont work fsr :(
Thankyou for this release, I may/may not use it on my website for when I release my server but I most probably will! Thankyou once again.
Errors wot i fixed(i think).
1) Web page not loading. Blank screen but cannot remember reported error. Database password missing from settings.ini and server.java. Couldn't get fault to repeat when i removed the passwords again and page loaded alright. Red Herring?
2) Clan description missing but in database. manageclan.php -->
$mysql = mysql_query("SELECT * FROM uber3_clans") or die(mysql_error());
while($row = mysql_fetch_assoc($mysql)){
$i++;
$owner[$i] = $row['Owner'];
$name[$i] = $row['Name'];
$login[$i] = $row['Message'];
$description[$i] = $row['description'];//changed $row['description'] to $row['Description']
$friendlyFire = $row['ff'];
3) Many 'Undefined Index' errors. Replaced Abyss Web Server with Wamp.
4) Code showing on page --> Replace <? with <?php in all the php files or set short_open_tag = On
in php.ini.
5) Clan Troubles --> Now this one is very annoying because i spent hours and hours at it.
Firstly it wouldn't recognise me as the the clan owner or member and returned 'You must
be in a clan to access this feature'. It seemed the variable $playerClan was not getting
a value in manageclan.php so i entered this
if(loggedIn()) {
//me
$mysql = mysql_query("SELECT * FROM uber3_players where name='".$_SESSION['username']."' and pass='".$_SESSION['password']."' LIMIT 1") or die(mysql_error());
while($row = mysql_fetch_assoc($mysql)){
$playerId = $row['id'];
$playerClan = $row['ClanID']; }
//me
if($playerClan == 0) {
and it worked. I had to do the same in joinclan.php. Then under 'manage users' when i clicked on a box the 'X' wouldn't move. After hours at this i changed in manageplayers.php if(isset($_POST['who'])) to if(isset($_POST['whoid'])) and replaced all ".$whoid." in the following lines to ".$_POST['whoid']." This is how it is in administration.php and at last all was working perfectly.
$update = true;
$mysql = mysql_query("SELECT * FROM uber3_players where id = ".$whoid."") or die(mysql_error());
while($row = mysql_fetch_assoc($mysql)) {
if($playerClan != $row['ClanID'])
$update=false;
}
if($owner[$playerClan] == $playerId && $update==true){
switch ($_POST['change']) {
case 1:
break;
case 2:
$mysql = mysql_query("UPDATE `runescape`.`uber3_players` SET `ClanStatus` = '2' WHERE `uber3_players`.`id` =".$whoid." LIMIT 1 ;");
break;
case 3:
$mysql = mysql_query("UPDATE `runescape`.`uber3_players` SET `ClanStatus` = '3' WHERE `uber3_players`.`id` =".$whoid." LIMIT 1 ;");
break;
case 4:
$mysql = mysql_query("UPDATE `runescape`.`uber3_players` SET `ClanStatus` = '4' WHERE `uber3_players`.`id` =".$whoid." LIMIT 1 ;");
break;
case 5:
$mysql = mysql_query("UPDATE `runescape`.`uber3_players` SET `ClanStatus` = '5' WHERE `uber3_players`.`id` =".$whoid." LIMIT 1 ;");
break;
case 'Delete':
$mysql = mysql_query("UPDATE `runescape`.`uber3_players` SET `ClanID` = '0' WHERE `uber3_players`.`id` =".$whoid." LIMIT 1 ;");
Now when i sat down to write this i couldn't remember the exact nature of the faults and so i started undoing my changes to see the faults so that i could describe them properly here. Guess what? The blasted thing is working now as it should without the changes shown in '5)'.
I have included '5)' just in case someone has the same experience. They did fix it although there now seems to have been nothing to fix. Yes!! the madness of a noob.
Hope some of this helps my fellow noobs.
My thanks to the maker and poster of the website and forums. They look great.
:scratch:
propz to you my friend
Another good one is Xampp, as I use it also with Habbo.
What you need to use is XAMPP, much easier to use than WAMP.
Sorry lol, didnt look.
Last edited by Mickey; 10-07-08 at 03:40 PM. Reason: Double posting.
The clan thing isn't working very well
I can't manage the clan cause it says i'm not the owner!
Joining doesn't work
:S, is there a simple fix for this? Or could some1 make a tut about it!
Another bug: If you add some1 as friend and logout, and hten login again.
The friends aren't in your friendlist anymore :S
How to fix this?
Last edited by Mickey; 10-07-08 at 03:41 PM. Reason: Double posting.
My haxxsite for RS:
http://80.60.10.185/rs/
Try and log in :devil:
All coded & leeched from RS myself =p
Can someone make that runescape.sql to runescape.bak
{im newb srrry for my questions} cus cant restore in my db just .bak
how do u make yourself admin on the server u included?
Nice but I have to say if I continued RuneCMS, then RuneCMS would kick this release's ass!
I added you mate, having a bit of trouble..