FTP resolved turning off PASV:
passive = 0
Now works.
No idea how to fix PHP instead
FTP resolved turning off PASV:
passive = 0
Now works.
No idea how to fix PHP instead
Yes, but most of all are in german
the second is:
0:00 [16.07.11 09:11:29] PHP-Error: Warning in :\UserFiles\jumper\GameServers\TC66026275030646483576125\adminmod\classes\parser_ftp.class.php:56 => ftp_chdir(): The system cannot find the file specified.
0:00 [16.07.11 09:11:29] !! Error: FTP error: Dir does not exist: ../main
when i try to acivate FTP
[ftp]
enabled = 1
host = "95.110.205.174"
port = 21
user = "Luceid"
password = "lucepassword"
passive = 1
IP and port are surely ok
[16-Jul-2011 09:00:19] PHP Fatal error: Call to undefined function socket_create() in C:\UserFiles\jumper\GameServers\TC66026275030646483576125\adminmod\plugins\tcp_query.php on line 157
line 157 is
$this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
this appens everytime i try to turn on TCP
[tcp_query]
enabled = 1
ip = "95.110.205.174"
port = 28965 (this is right?)
logintimeout = 30
defaulaction = "say"
sayprefix = "^3TCP-Admin (<ADMIN>): ^7"
admingroups = "master,admin,serveradmin"
disallowedcommands = "vote,yes,no,stats,session"
maxconnections = 5
Any idea how to fix? I cannot restart the mod manually, i must call host admin each time
Be sure to set :
set g_logsync "2" // 0=no 1=buffered, 2=continuous, 3=append
set logfile "1"
set g_log "games_mp.log"
in server config
i understand... this is too hard for my capabilities.
I hoped that was possible to obtain the function just with few mods of some existing plugins.
I never used PHP so i don't think to be able.
Hope will be implemented in future versions
thanks
no idea?
This is a typical file entry:
[07.13.2011 18:50:17] [From #1 45ab(VALID) *TAC* Luce''''] r_aasamples = "1"
I only need console tells me in chat that player *TAC* Luce''''(me) has r_aasamples equal to 1
It works!
I changed nothing but now is all ok...
!pcw command loads the right pb pcw.cfg file immediately
!normal command is set in the same manner, to load normal.cfg but don't works... bah I'll work on it
Thanks for help Manu!
:hallo:
My clan has a Call of Duty 4 HC server.
To watch for cheaters , especially for "wallhack undetected" we use both random and manual screenshots.
But, if user has antialias on (2x or more), the screen is always fully black.
The antialiasing variable is r_aasamples and i can see how players has it set by calling pb command: pb_sv_cvarval r_aasamples .
then i set MaM to sxecute this command simply by typing !aa in chat. When command is called the ss values for player is written on a *.var file that can be opened with textpad.
NOW: what i would like is:
Sorry for my bad English
Hope u can help me in one or both of question
anyone can help me?
Little, fast question:
If I active bad words auto-ban (or tempban), can i add to the list multiple words like "son of a bitch" for example?
or the first one who types "son" in chat will be banned?
Thanks
nor command !pbload works....
the problem should be this: pcw.cfg is not a main Pb config, but a file containing pb tasks (commands repeated every xxx seconds, like banner plugin do)
so i think if i try using !pbload pcw.cfg pb recognises that is not a main cfg.
But typing !rcon pb_sv_load pcw.cfg it works fine.
Something's wrong but hard to see for me
thanks again for helpin
omg, NO WAY again!
Strange, i've set the custom command getaa = "pb_sv_cvarval r_aasamples" to retrieve antialias value from user and works perfectely.
the commands pbload = "pb_sv_load <ARG>.cfg" or pcw = "pb_sv_load pcw.cfg" are not working...
same for aliases method.
i've launched !readconfig before each try.
Something wrong? maybe i made some mistakes
Here config
[...]
[customcommands]
pbsay = "pb_sv_say -1 <ARG>"
kickme = "pb_sv_kick <PLAYER:PBID> 0 <ARG:OPT:You kicked yourself>"
getaa = "pb_sv_cvarval r_aasamples"
pcw = "pb_sv_load pcw.cfg"
pbload = "pb_sv_load <ARG>.cfg"
[...]
no way... unrecognized command pcw
Hi, i need to set a mam command to fastly load a specific punkbuster cfg file.
For example: If i type:
!RCON pb_sv_load filename.cfg all goes perfectely, the cfg is loaded.
How can i set a simple mam commad so i simply type in chat:
!filename and che command pb_sv_load filename.cfg is executed?
I tried many ways
(For example: pcw = "pb_sv_load pcw.cfg" and others, )
but no results.
Thanks