Raised This Month: $ Target: $400
 0% 

Report Abusive Players v1.0 - 7/sept/06


Post New Thread Reply   
 
Thread Tools Display Modes
Gravy Baby
BANNED
Join Date: Jan 2007
Old 01-16-2007 , 00:43   Re: Report Abusive Players v1.0 - 7/sept/06
Reply With Quote #141

ok, i so i have it loaded, and it works for reporting. however, when i go to my site to view my php tables i get this:

Code:
Warning:  mysql_connect(): Host '209.59.175.115' is not allowed to connect to this MySQL server in /home/alvbsucl/public_html/cstrike/ar_webfiles/abusereports.php on line 5
databasen svarar inte
now, i cant see anything in my console NOR the motd option.

here are my php settings:
Code:
// Config file for Report abusive players


//  Mysql cvars
ar_sql_host        "http://www.surreal-esports.com"
ar_sql_user        "alvbsucl_dust247"
ar_sql_pass        "dust247"
ar_sql_db        "alvbsucl_amx"
ar_abuse_table        "amx_abuse_reports"


ar_url   "http://www.surreal-esports.com/public_html/cstrike/ar_webfiles/abusereports.php"

ar_servernick        "Dust 24/7"
ar_deletereportsflag    "l"
ar_showreportsflag    "d"
ar_hltv_proxypassword    "secrets"
ar_recordingtime    "120.0"
ar_motddisabled        "1"
ar_showreported        "1"
ar_announcemsg        "1"
ar_nextreporttime    "60"
ar_debug        0
ar_reportadmins        "1"
ar_hide_admins        0
ideas? now i nammed my sql db amx but it adds the username in front of it the alvbsucl. so i figure i need that too. but.. i dont know...

please help and thanks in advance.
Gravy Baby is offline
Gravy Baby
BANNED
Join Date: Jan 2007
Old 01-16-2007 , 11:44   Re: Report Abusive Players v1.0 - 7/sept/06
Reply With Quote #142

bump
Gravy Baby is offline
Gizmo
Senior Member
Join Date: May 2006
Location: Sweden
Old 01-16-2007 , 18:30   Re: Report Abusive Players v1.0 - 7/sept/06
Reply With Quote #143

Quote:
Warning: mysql_connect(): Host '209.59.175.115' is not allowed to connect to this MySQL server in /home/alvbsucl/public_html/cstrike/ar_webfiles/abusereports.php on line 5
databasen svarar inte
That is a permission problem with the mysql server, that has nothing to do with this plugin, check the manual for the mysql server how to solve it and after that make sure that you have all correct settings.
__________________
Gizmo is offline
Saam5
Junior Member
Join Date: Jan 2007
Location: Sweden
Old 01-20-2007 , 05:30   Re: Report Abusive Players v1.0 - 7/sept/06
Reply With Quote #144

i like this plugin and i want it for my server but not working this is coming in console :


L 01/20/2007 - 109:22: -------- Mapchange to de_dust2_long --------
L 01/20/2007 - 109:22: [AMXX] Plugin "report_abuse.amxx" failed to load: Plugin uses an unknown function (name "SQL_NextRow") - check your modules.ini.

Please Help !!
Thanks.
__________________
AlliedMods | AmxModX My Favorite! , Saam5
Saam5 is offline
Send a message via MSN to Saam5
Gizmo
Senior Member
Join Date: May 2006
Location: Sweden
Old 01-20-2007 , 13:53   Re: Report Abusive Players v1.0 - 7/sept/06
Reply With Quote #145

Quote:
Originally Posted by Saam5 View Post
i like this plugin and i want it for my server but not working this is coming in console :


L 01/20/2007 - 109:22: -------- Mapchange to de_dust2_long --------
L 01/20/2007 - 109:22: [AMXX] Plugin "report_abuse.amxx" failed to load: Plugin uses an unknown function (name "SQL_NextRow") - check your modules.ini.

Please Help !!
Thanks.
What version of amxmodx are you using?
If its older than 1.75 you must upgrade.
__________________
Gizmo is offline
Saam5
Junior Member
Join Date: Jan 2007
Location: Sweden
Old 01-20-2007 , 19:36   Re: Report Abusive Players v1.0 - 7/sept/06
Reply With Quote #146

I'm using amxmodx 1.75..
then why i got error...?
__________________
AlliedMods | AmxModX My Favorite! , Saam5
Saam5 is offline
Send a message via MSN to Saam5
Gizmo
Senior Member
Join Date: May 2006
Location: Sweden
Old 01-21-2007 , 04:44   Re: Report Abusive Players v1.0 - 7/sept/06
Reply With Quote #147

Have you uncomment the sql module in modules.ini?
__________________
Gizmo is offline
Saam5
Junior Member
Join Date: Jan 2007
Location: Sweden
Old 01-21-2007 , 12:22   Re: Report Abusive Players v1.0 - 7/sept/06
Reply With Quote #148

Quote:
Originally Posted by Gizmo View Post
Have you uncomment the sql module in modules.ini?
what do you mean ?? you are SWE or add me on msn plz : [email protected] , you mean i should do ,
;SQLite ??
__________________
AlliedMods | AmxModX My Favorite! , Saam5
Saam5 is offline
Send a message via MSN to Saam5
Gizmo
Senior Member
Join Date: May 2006
Location: Sweden
Old 01-21-2007 , 16:13   Re: Report Abusive Players v1.0 - 7/sept/06
Reply With Quote #149

Quote:
Originally Posted by Saam5 View Post
what do you mean ?? you are SWE or add me on msn plz : [email protected] , you mean i should do ,
;SQLite ??
Use the mysql module, this is how your modules.ini shall look like
Code:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

mysql
;sqlite
__________________
Gizmo is offline
Saam5
Junior Member
Join Date: Jan 2007
Location: Sweden
Old 01-22-2007 , 10:08   Re: Report Abusive Players v1.0 - 7/sept/06
Reply With Quote #150

Quote:
Originally Posted by Gizmo View Post
Use the mysql module, this is how your modules.ini shall look like
Code:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
mysql
;sqlite
Still not working here take my modules.ini and edit it and post it .

Code:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line
; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so
; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so
; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
fakemeta_amxx_i386.so
fakemeta_amxx.dll
fakemeta_amxx_amd64.so
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
 MySQL
;mysql_amxx_i386.so
mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
Microsoft SQL
mssql_amxx.dll
SQLite
sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so
; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so
; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so
; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so
; --------------------
; Binary Vault support
; --------------------
;nvault_amxx_i386.so
;nvault_amxx.dll
;nvault_amxx_amd64.so
; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so
; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so
__________________
AlliedMods | AmxModX My Favorite! , Saam5
Saam5 is offline
Send a message via MSN to Saam5
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 23:10.


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