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

Advanced Bans (Real Time) by Exolent


Post New Thread Reply   
 
Thread Tools Display Modes
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 05-29-2009 , 16:31   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #381

Quote:
Originally Posted by LaineN View Post
Exolent, you can maybe add like in amxbans so you can look on the web who is banned It's really nice!
I'm sure you could just use a PHP script to load the bans and display them onto a website.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
KadiR
Unnecessary Member
Join Date: Aug 2008
Location: Zürich / Switzerland
Old 05-29-2009 , 16:55   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #382

have some1 got a php script for it here? that will be awesome

maybe you can add a banner over your banlist ( like amxbans )
KadiR is offline
LaineN
Veteran Member
Join Date: Mar 2008
Location: Sweden
Old 05-29-2009 , 17:04   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #383

Would be very nice I don't know PHP :/
__________________
Bollnas Team - HideNSeek

See all of Bollnas Team's HideNSeek
servers at
http://bollnasteam.se/!

LaineN is offline
Reaper2331
Veteran Member
Join Date: Nov 2006
Location: Columbus,Ohio
Old 05-29-2009 , 17:05   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #384

there has already been a online ban list in this topic. it is not from exolent but from someone else, idk who.

[EDIT]
I have attached the php script that was in this topic before.

just change these to your FTP info
PHP Code:
//VARS
$ftp_ip="";
$ftp_user="";
$ftp_pass="";
$ftp_log_path="cstrike/addons/amxmodx/data/advanced_bans.txt";
$temporary_file="bans.tmp";
//END VARS 
[/EDIT]

an Example of this PHP script can be found here
On my Website
Attached Files
File Type: zip bans.php.zip (1.4 KB, 710 views)
__________________


Last edited by Reaper2331; 05-30-2009 at 07:56.
Reaper2331 is offline
Send a message via AIM to Reaper2331 Send a message via MSN to Reaper2331 Send a message via Yahoo to Reaper2331
alexinno
Senior Member
Join Date: Mar 2007
Location: C:\
Old 05-30-2009 , 02:16   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #385

Quote:
Originally Posted by Exolent[jNr] View Post
I'm learning!

Try this one.
did that and i get the same result ... plugin working and

Code:
L 05/30/2009 - 09:16:34: [advanced_bans_sql.amxx] Failed to create table for ban
s: You have an error in your SQL syntax; check the manual that corresponds to yo
ur MySQL server version for the right syntax to us
__________________

[IMG]http://img188.**************/img188/5787/banner2rcw.png[/IMG]
alexinno is offline
ussamkusser
New Member
Join Date: May 2009
Old 05-30-2009 , 11:46   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #386

Hi Exolent,
at first: sorry for my bad english.
Here now my little problem:
Today I have tried to use your fine plugin.
But I do not find the BAN_HISTORY_MMDDYYYY.log in the place addons/amxmodx/logs.
I can't find this file nowhere. But the plugin is working.
I have tested to ban myself for 5 minutes and it works well - but no BAN_HISTORY_MMDDYYYY.log was created.
What is going wrong in that case?
I use the "advanced_bans" version 0.8 and not the sql-version.
I don't have changed anything in the original file.
It would be nice if you could help me and
Thx for your help!!!!!!!!

ussam
ussamkusser is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 05-30-2009 , 14:17   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #387

Quote:
Originally Posted by alexinno View Post
did that and i get the same result ... plugin working and

Code:
L 05/30/2009 - 09:16:34: [advanced_bans_sql.amxx] Failed to create table for ban
s: You have an error in your SQL syntax; check the manual that corresponds to yo
ur MySQL server version for the right syntax to us
This is stupid. I'll keep trying.

Quote:
Originally Posted by ussamkusser View Post
Hi Exolent,
at first: sorry for my bad english.
Here now my little problem:
Today I have tried to use your fine plugin.
But I do not find the BAN_HISTORY_MMDDYYYY.log in the place addons/amxmodx/logs.
I can't find this file nowhere. But the plugin is working.
I have tested to ban myself for 5 minutes and it works well - but no BAN_HISTORY_MMDDYYYY.log was created.
What is going wrong in that case?
I use the "advanced_bans" version 0.8 and not the sql-version.
I don't have changed anything in the original file.
It would be nice if you could help me and
Thx for your help!!!!!!!!

ussam
When you ban yourself, use amx_banlist to see if you were actually banned.


EDIT: Here is a new sql version:

<Check later post>
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!

Last edited by Exolent[jNr]; 05-30-2009 at 19:40.
Exolent[jNr] is offline
alexinno
Senior Member
Join Date: Mar 2007
Location: C:\
Old 05-30-2009 , 16:07   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #388

Quote:
Originally Posted by Exolent[jNr] View Post
This is stupid. I'll keep trying.

EDIT: Here is a new sql version:
the same thing ->
__________________

[IMG]http://img188.**************/img188/5787/banner2rcw.png[/IMG]
alexinno is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 05-30-2009 , 19:43   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #389

Okay, now I feel like an idiot.
The problem was that the formatted query didn't hold the whole query, so it was cut off at the end.
Therefore, the SQL server thought the syntax was incorrect.

Try this version:
Attached Files
File Type: sma Get Plugin or Get Source (advanced_bans_sql.sma - 799 views - 52.6 KB)
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
alexinno
Senior Member
Join Date: Mar 2007
Location: C:\
Old 05-31-2009 , 05:02   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #390

Quote:
Originally Posted by Exolent[jNr] View Post
Okay, now I feel like an idiot.
The problem was that the formatted query didn't hold the whole query, so it was cut off at the end.
Therefore, the SQL server thought the syntax was incorrect.

Try this version:
This time it's working
just one thing , if you created allready the table in mysql with the old one chage
Code:
#define KEY_NAME        "victim_name"
#define KEY_STEAMID        "victim_steamid"
with
Code:
#define KEY_NAME        "name"
#define KEY_STEAMID        "steamid"
__________________

[IMG]http://img188.**************/img188/5787/banner2rcw.png[/IMG]
alexinno is offline
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 06:35.


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