Supah Seen thing.
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.3 |
| Scores Submitted | 4 |
| Date Added | Oct 25, 2005 |
| Last Updated | Oct 25, 2005 |
| Tags | seen |
|
|
Introduction
mIRC Snippet:
Supah Seen thing.
Posted on Oct 25, 2005 2:16 pm
Posted on Oct 25, 2005 2:16 pm
>.> Don't hate it, lmao... But I'm gonna be honest, I had some help from other Seen scripts, but not Much help, just 1 or 2 Scripts, and I pretty much wrote down the Most important stuff.
mIRC Snippet:
Supah Seen thing.
Posted on Oct 25, 2005 2:23 pm
Posted on Oct 25, 2005 2:23 pm
This script might work, but will not for long. You need to use hash tables when making a script like this.
mIRC Snippet:
Supah Seen thing.
Posted on Oct 25, 2005 2:38 pm
Posted on Oct 25, 2005 2:38 pm
Hash Tables? explain... e_e
mIRC Snippet:
Supah Seen thing.
Posted on Oct 25, 2005 2:59 pm
Posted on Oct 25, 2005 2:59 pm
Well an ini file will only hold i think something like 64k of info. With a script like this, if your room has alot of activity, it will fill the file within a short amount of time. Hash tables are an efficient way to store large amounts of data and retrieve it quickly. See '/help hash tables' for more info.
mIRC Snippet:
Supah Seen thing.
Posted on Oct 25, 2005 4:25 pm
Posted on Oct 25, 2005 4:25 pm
an ini file would work. Not well. Hash tables Are much better. However an ini will work... and besides tank...
--------------------------------------------
/writeini -n <inifile> <section> <item> <value>
Writes to files in the standard INI file format.
If the -n switch is specified, mIRC will attempt to write to the .ini file even if it is larger than 64k.
A part of the mirc.ini file looks like this:
[DDE]
ServerStatus=on
ServiceName=mirc
You could achieve this with /writeini by using:
/writeini my.ini DDE ServerStatus on
/writeini my.ini DDE ServiceName mirc
You can delete whole sections or items by using the /remini command.
Warning: Do not use this command to modify any of the INI files currently being used by mIRC.
--------------------------------
You'll notice that -n switch that will allow you to use larger ini files.
--------------------------------------------
/writeini -n <inifile> <section> <item> <value>
Writes to files in the standard INI file format.
If the -n switch is specified, mIRC will attempt to write to the .ini file even if it is larger than 64k.
A part of the mirc.ini file looks like this:
[DDE]
ServerStatus=on
ServiceName=mirc
You could achieve this with /writeini by using:
/writeini my.ini DDE ServerStatus on
/writeini my.ini DDE ServiceName mirc
You can delete whole sections or items by using the /remini command.
Warning: Do not use this command to modify any of the INI files currently being used by mIRC.
--------------------------------
You'll notice that -n switch that will allow you to use larger ini files.
mIRC Snippet:
Supah Seen thing.
Posted on Oct 25, 2005 4:37 pm
Posted on Oct 25, 2005 4:37 pm
Yeah, I knew that you could force more than the limit in an ini file with the -n switch. I was just telling him that hash tables would be much faster and more efficient. Just a suggestion.
mIRC Snippet:
Supah Seen thing.
Posted on Oct 27, 2005 8:42 am
Posted on Oct 27, 2005 8:42 am
Eh heh heh...^_^;
mIRC Snippet:
Supah Seen thing.
Posted on Jan 12, 2006 1:34 pm
Posted on Jan 12, 2006 1:34 pm
And another seen script that's vulnerable. DON'T USE THIS!
mIRC Snippet:
Supah Seen thing.
Posted on Jan 12, 2006 1:47 pm
Posted on Jan 12, 2006 1:47 pm
@noMen, all I see from all your comments is "Vulnerable". Vulnerable to what? Please explain.
mIRC Snippet:
Supah Seen thing.
Posted on Jan 12, 2006 2:06 pm
Posted on Jan 12, 2006 2:06 pm
Vulnerable to channel takeover, mass kicks and every other command your mIRC is aware off.
mIRC Snippet:
Supah Seen thing.
Posted on Jan 12, 2006 2:24 pm
Posted on Jan 12, 2006 2:24 pm
These are just seen scripts, just records every persons actions/quits/joins... I don't think these scripts are doing what you're saying but maybe it's something with any of your scripts that may be causing those things that you are saying.
mIRC Snippet:
Supah Seen thing.
Posted on Jan 12, 2006 2:40 pm
Posted on Jan 12, 2006 2:40 pm
Nope, didn't load and used them, just looked at the code. I am not going to tell in public what's wrong with it. Tell me the server and room you're on and I'll show you ....
mIRC Snippet:
Supah Seen thing.
Posted on Jan 12, 2006 2:53 pm
Posted on Jan 12, 2006 2:53 pm
hmmm, interesting. Coz I'm looking at the code & I don't see anything that would make mass kicks or take overs possible. I'm @ #hawkee.com on Undernet.
mIRC Snippet:
Supah Seen thing.
Posted on Jan 12, 2006 3:10 pm
Posted on Jan 12, 2006 3:10 pm
One possible problem, if a command seperator is put in the text of, for instance, the topic or a quit message, it could possibly give you control
mIRC Snippet:
Supah Seen thing.
Posted on Jan 12, 2006 3:34 pm
Posted on Jan 12, 2006 3:34 pm
Actually it's with the $readini identifier. There should always be a "n" switch so mIRC would not evaluate the data/value in that item.







