Sythe.Org Forums     Register     FAQ     Members List     Calendar     Mark Forums Read    
 
Sythe.Org Forums  
   Runescape Gold

Sythe.org — A Virtual Goods Trading Hub

Make real cash! buying and selling in-game items.

We have a no-scam policy.

You can make thousands playing your favourite games here at Sythe.org.

Just sign up an account and follow the rules!


Take me to

Runescape Markets

Other Game Markets

Support Center

Register an Account

Close
how do unban?????
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 09-26-2008, 11:09 PM
Active Member
BANNED
 
Join Date: Jul 2008
Posts: 249
Default how do unban?????

how do unban?????
srry if rong section but on a server i ban some1 using
::banuser (username)
how do i unban


plz help
Reply With Quote
  #2  
Old 09-29-2008, 09:38 PM
Member
 
Join Date: Sep 2008
Location: The black market!
Posts: 55
Send a message via MSN to mistyfyed
Default Re: how do unban?????

most of the time the ban data is under data/banlogs.txt or something like that, just check around and find the name you want unbanned.
Reply With Quote
  #3  
Old 09-29-2008, 10:47 PM
Active Member
BANNED
 
Join Date: Jul 2008
Posts: 249
Default Re: how do unban?????

k thanks
Reply With Quote
  #4  
Old 09-30-2008, 12:35 AM
xxavixx's Avatar
Apprentice
 
Join Date: Jan 2008
Location: Idk, im lost
Posts: 681
Default Re: how do unban?????

or look for a command named deban

add it if u dont have it:
Quote:
} else if (command.startsWith("deban") && playerRights >= 3) { // made by Musicmad
File file = new File("./data/bannedusers.txt");

if (file.exists()) {
String victim = command.substring(5);

sendMessage("Player " + victim + " successfully unbanned"); // made by Musicmad
try {
BufferedReader in = new BufferedReader(new FileReader(file));
BufferedWriter out = new BufferedWriter(new FileWriter(file));
String unban = command.substring(6);
String inFile;

while ((inFile = in.readLine()) != null) {
if (inFile.equalsIgnoreCase(unban)) {// Leave this blank we dont want it to write a file.
} else {
out.write(inFile); // made by Musicmad
}

}
} catch (IOException e) {
e.printStackTrace();
}
} else {
System.out.println("Error unbanning user");
}
}
__________________

Reply With Quote
  #5  
Old 09-30-2008, 01:09 AM
x⁹
 
Posts: n/a
Default Re: how do unban?????

That java code is simply horrid.
Reply With Quote
Reply



Cheap RS Gold Store  Runescape Gold

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT +1. The time now is 03:28 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.1