-
Уважаемый разработчик. Вы забыли приложить .sql файл для вашего скрипта. Автоматического создания таблиц в бд я не обнаружил.
2007-04-20 15:52:36 UTC in c-stat
-
SORRY ALL!! I AM USEs GCC version 3.* =))))))
source work in gcc 2.95
Jussi Kivilinna i love you! you megaman! ;) Thx for you plugins!! you are best!!
sorry my bad eng.
2007-01-28 22:22:42 UTC in Metamod-P
-
Error :(
debug.win32/metamod.o: In function `Z15metamod_startupv':C:\MSYS\1.0\home\petrovich\metamod\metamod/metamod.cpp:96: undefined reference to `__gxx_personality_sj0'
debug.win32/metamod.o: In function `MPlayerList':C:\MSYS\1.0\home\petrovich\metamod\metamod/metamod.cpp:86: undefined reference to `__gxx_personality_sj0'
collect2: ld returned 1 exit status
make...
2007-01-28 21:57:04 UTC in Metamod-P
-
Thx you! Simple Browser Proxy forever!
Problem: see attch.
2006-08-02 21:38:03 UTC in Simple Browser Proxy
-
thanks.
2005-05-06 18:32:30 UTC in Open Direct Connect Hub
-
<yasha> 4325345
<yasha> sdfsdfsdf
<yasha> 345345
<Limo> ;)
<yasha> 345345345
<yasha> dfsdf34
<yasha> asdfsdf3
<yasha> dsafafs12
<yasha> asdf465ukl.
2005-04-22 07:44:21 UTC in Open Direct Connect Hub
-
Thanks!!
2005-01-10 20:10:42 UTC in Open Direct Connect Hub
-
I have solved this problem so:
sub data_arrival()
{
my($user,$data) = @_;
if ($data =~ /^</) {
foreach (@lol) {
if($data =~ /$_/g)
{
&kickuser($user);
}
}
}
Now there was other problem.
If you speak by a word from @lol thus you mix it with other combinations … there is a kick. How to make so that a kick was only for the told word?
[22:20] <test2>...
2004-12-24 19:58:35 UTC in Open Direct Connect Hub
-
The help is necessary. Has made a boat that kicked for bad words.
Here a piece of a code:
sub data_arrival()
{
my($user,$data) = @_;
foreach (@lol) {
if($data =~ /$_/)
{
&kickuser($user);
}
}
Why when you speak by a bad word in a private window that it ban?
Sorry my bad eng!
2004-12-17 16:02:24 UTC in Open Direct Connect Hub