Raised This Month: $51 Target: $400
 12% 

[REQ] Unban All


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
JeweL`
Member
Join Date: Oct 2009
Location: Turkey/Kocaeli
Old 11-30-2009 , 06:06   [REQ] Unban All
Reply With Quote #1

Hi,
I want to clear listip.cfg with a console command.

i need a plugin for unban all ip adresses
>> amx_unbanall

thx
JeweL` is offline
Send a message via MSN to JeweL` Send a message via Skype™ to JeweL`
vL.
Senior Member
Join Date: Aug 2009
Location: Estonia
Old 11-30-2009 , 09:42   Re: [REQ] Unban All
Reply With Quote #2

Is it so hard to just delete the stuff inside it?
vL. is offline
JeweL`
Member
Join Date: Oct 2009
Location: Turkey/Kocaeli
Old 11-30-2009 , 13:06   Re: [REQ] Unban All
Reply With Quote #3

we can get ban list with "listip" command..
i want to unban all ips from this list..

- my english isn't very well, sorry
JeweL` is offline
Send a message via MSN to JeweL` Send a message via Skype™ to JeweL`
Mxnn
Veteran Member
Join Date: Aug 2009
Location: AT MY HOME
Old 11-30-2009 , 13:23   Re: [REQ] Unban All
Reply With Quote #4

delete_file("listip.cfg")

As far as i know this will work.
Mxnn is offline
dFF
sıɹɹoɥɔ ʞɔnu
Join Date: Oct 2009
Old 12-01-2009 , 03:29   Re: [REQ] Unban All
Reply With Quote #5

try
PHP Code:
#include <amxmodx>
#include <amxmisc>

public plugin_init() 
{
    
register_concmd("amx_unbanall""cmd_unbanall"ADMIN_RCON)
}

public 
cmd_unbanall(idlevelcid)
{
    if(!
cmd_access(idlevelcid1))
        return 
PLUGIN_HANDLED
        
    delete_file
("listip.cfg")
    
write_file("listip.cfg""")
   
    return 
PLUGIN_HANDLED


Last edited by dFF; 12-01-2009 at 10:48. Reason: fixed by YamiKaitou suggestion!
dFF is offline
JeweL`
Member
Join Date: Oct 2009
Location: Turkey/Kocaeli
Old 12-01-2009 , 03:57   Re: [REQ] Unban All
Reply With Quote #6

Thank you it works
JeweL` is offline
Send a message via MSN to JeweL` Send a message via Skype™ to JeweL`
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 12-01-2009 , 10:03   Re: [REQ] Unban All
Reply With Quote #7

@ dFF, there is no need for the task. You can delete and create in the same function
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
floatman
Senior Member
Join Date: Oct 2009
Location: nowhere.
Old 12-01-2009 , 15:43   Re: [REQ] Unban All
Reply With Quote #8

OFF Topic: OMG, JeweL, you like my avatar?
__________________

floatman is offline
Stu-E
Senior Member
Join Date: Nov 2009
Location: Antalya/Turkey
Old 12-02-2009 , 12:41   Re: [REQ] Unban All
Reply With Quote #9

oh! thx for this plug-in

I source it too.
Stu-E is offline
Send a message via MSN to Stu-E Send a message via Skype™ to Stu-E
JeweL`
Member
Join Date: Oct 2009
Location: Turkey/Kocaeli
Old 12-02-2009 , 13:11   Re: [REQ] Unban All
Reply With Quote #10

Quote:
Originally Posted by floatman View Post
OFF Topic: OMG, JeweL, you like my avatar?
no i like only house
JeweL` is offline
Send a message via MSN to JeweL` Send a message via Skype™ to JeweL`
Reply



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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode