that still will only work if your in the phpbb dir
if this file is in ./stuff/classes then you can't include ./stuff/phpbb, i haven't found a solution yet so if you know how to that'd be great
i thought about including that file but depending on where this file is being called you will have to edit the include anyways which seemed like more of a hassle then just editing a few vars
system() is a Windows bound cmd, there are several alternatives to system("Pause") and system("cls"), i.e. in iostream.h you can use std::cin.get/ignore() or getline() and for cls the easiest was is probably just to make a loop of newline characters
@bertjuh1 this snippet is so old most of the images this retrieves don't even exist anymore, not including all the sites this uses that probably have all changed by now. if i get some time i might completely redo this and release it as a script instead
I have a friend who has been using irc for a long time to create a md5 dictionary. He uses text from irc and stores the md5 and the original word/phrase to a text file.
has he thought of putting it online? i'm sure there would be quite a few people interested in it
@WorldDMT using brackets is actually then not using them
from the mIRC help file
Quote
Using brackets speeds up processing. If an alias uses too few brackets then the statement might be ambiguous and the alias will take longer to parse, might be parsed incorrectly, or might not be parsed at all.
ive simplified the regex a lil to make it more lenient but if you generalize it too much you might get stuck with un-intended matches, i.e. the description could have some info that would match one of the keywords
$binary(binarycode)
binarycode must be valid binary code else it halts