Hello, I downloaded this script here and it works, but there is one mistake. ################################################# # # # Anti Mass Letter Script by SilentStorm # # # ################################################# # # Version 1.1 # ################################################# # # ...
Hello, I need someone who will install for me eggdrop and a couple features including mysqltcl. Its important that I can add quickly eggdrops. I try to explain it. Somebody installed it a year ago and he had a main folder where all modules was and I simply had to add an folder for a new eggdrop only...
Hello, this is my code: proc amxx:db:info {nick host hand chan arg} { global sql set sql(handle) [mysqlconnect -host $sql(host7) -user $sql(user7) -password $sql(pass7) -db $sql(db7)] set sma(qry) [mysqlsel $sql(handle) "SELECT blafield,blafield2 FROM blatable WHERE bla1 = '$arg1' AND bla2 = '$...
Hello, if I type this in phpmyadmin console: SELECT ps_plr.plrid, ps_plr.uniqueid, ps_plr.rank, ps_plr.skill, ps_plr_profile.name FROM ps_plr, ps_plr_profile WHERE allowrank =1 AND ps_plr.uniqueid = ps_plr_profile.uniqueid ORDER BY skill DESC LIMIT 10 I get this list: 710 STEAM_0:1:1889849 1 1963.16...
Hello, this is my actual thread and I cant continue there cause I dont know how to do something. In my code at the bottom I need a limit. In the variable add_ban_length I need a simple limit. Everybody can add a ban only with a maximum of 180 minutes. That means you are able to add a ban into the da...