Niels Posted February 5, 2005 Share Posted February 5, 2005 i need the text and funtions for this: http://members.lycos.nl/warland/server/chat.php it's working Link to comment
Jani Posted February 5, 2005 Share Posted February 5, 2005 nice, turn logging back on Link to comment
Niels Posted February 5, 2005 Share Posted February 5, 2005 Ok, logging is on you can find the server on ASE. [iJs] Your 2 posts have been deleted. Please read the rules and use the edit button. Link to comment
Harry Posted February 6, 2005 Share Posted February 6, 2005 Wow... Logging to a txt file Wouldt a databse be nice? Link to comment
Niels Posted February 6, 2005 Share Posted February 6, 2005 Yeah txt file is simple, MySQL not Link to comment
Oli Posted February 6, 2005 Share Posted February 6, 2005 argh the weather part of grs 3.12 or whatever doesnt work with mta 0.5....playing our entire gangwar in fog wasnt nice GRS fully compatible with 0.5 will be out in a few days.. its been delayed cos i had my car written off yesterday so im busy with that Link to comment
Scorp Posted February 6, 2005 Share Posted February 6, 2005 argh the weather part of grs 3.12 or whatever doesnt work with mta 0.5....playing our entire gangwar in fog wasnt nice GRS fully compatible with 0.5 will be out in a few days.. its been delayed cos i had my car written off yesterday so im busy with that Great, can't wait to have it for my LAN Oli hope you get that car sorted Link to comment
Jani Posted February 7, 2005 Share Posted February 7, 2005 its been delayed cos i had my car written off yesterday lol pwned. what did you crash it into? Link to comment
Oli Posted February 7, 2005 Share Posted February 7, 2005 back tyre blew out on a wet road... /me flies through a wall Link to comment
Harry Posted February 7, 2005 Share Posted February 7, 2005 Please dont spam this thread with off topic crap Link to comment
Gareth Posted February 8, 2005 Share Posted February 8, 2005 would it be possible to send something from a PHP script and make the text you sent go to the MTA Server like by using a form Link to comment
Shib Posted February 8, 2005 Share Posted February 8, 2005 It's possible in VB and C++ obviously but i don't know about PHP Link to comment
Harry Posted February 8, 2005 Share Posted February 8, 2005 PHP can do ANYTHING... so yes, it is possible. The only problem is the netcode, to get that legally you have to beg the MTA Team Link to comment
Gareth Posted February 8, 2005 Share Posted February 8, 2005 argh lol i was hoping on doing something cool with PHP Link to comment
Niels Posted February 9, 2005 Share Posted February 9, 2005 An admin on my server have's a dyn ip how can i give him rights that he auto log in? Link to comment
XcR Posted February 9, 2005 Share Posted February 9, 2005 u can do it with his name, but thats way too unsecure, anyone could connect with his name. if his ip is like 81.*.*.* then write a script so that if $readini(name.ini,admin,admin1) == $mta.name($1,$2) && 81.* iswm $mta.ip($1,$2) { or whatever u want. Link to comment
Jani Posted February 9, 2005 Share Posted February 9, 2005 too dodgey... /me now has a reason to like his static ip Link to comment
Niels Posted February 9, 2005 Share Posted February 9, 2005 What is the difference between isin and iswn? Link to comment
Harry Posted February 9, 2005 Share Posted February 9, 2005 The help files of both commands differ /help isin /help iswm Link to comment
Niels Posted February 10, 2005 Share Posted February 10, 2005 u can do it with his name, but thats way too unsecure, anyone could connect with his name. if his ip is like 81.*.*.* then write a script so that if $readini(name.ini,admin,admin1) == $mta.name($1,$2) && 81.* iswm $mta.ip($1,$2) { or whatever u want. That is not a save saveway Link to comment
XcR Posted February 10, 2005 Share Posted February 10, 2005 isin is for when something is in something eg: on *:SIGNAL:mta.command:{ if xcr isin $mta.name($1,$2) { mta.kick $1 $2 } } iswm: on *:SIGNAL:mta.command:{ if x* iswm $mta.name($1,$2) { mta.kick $1 $2 } } isin searches for that exact string in the name, whereas iswm is a wildcard. Link to comment
MrJax Posted February 10, 2005 Share Posted February 10, 2005 (edited) An admin on my server have's a dyn ip how can i give him rights that he auto log in? Use something that saves his IP when he logs in, and if it matches next time, it autologs in, and if it doesnt, it asks for a password. (saves him loging-in more than once a day/week depending on ip change) Edited February 10, 2005 by Guest Link to comment
Recommended Posts