Well Chris you're the only mature one in here, the rest just argue and act like kids.
[QUOTE=Marker-pen]Wow nice job to find out that i am an idiot and therfor why i didn't add myself and Sodelio, no one apart from the mods, only 3 mods posted.[/QUOTE]
Really now you're just making yourself look more and more like an asshole, proving your idiocy to an even higher extent, and quite honestly and idiot calling another idiot an idiot isn't clever or productive.
[QUOTE=s0m3_guy]This thread mainly consisted of three fucks. Two were trolling each other, and one was being a dick.[/QUOTE]
which 1 was i
[b]Edit:[/b]
[QUOTE=Marker-pen]Well Chris you're the only mature one in here, the rest just argue and act like kids.[/QUOTE]
no i dont
[QUOTE=s0m3_guy]This thread mainly consisted of three fucks. Two were trolling each other, and one was being a dick.[/QUOTE]
He wasn't goddamn trolling, he was explaining, theorizing.
You were the 3 fucks, you're that fat you count as 3.
[QUOTE=Aljaud]which 1 was i
[b]Edit:[/b]
no i dont[/QUOTE]
He's right you know.
[QUOTE=Sodelio]He wasn't goddamn trolling, he was explaining, theorizing.[/QUOTE]
It's all right you can use first person when talking about yourself.
[QUOTE=Sodelio]He wasn't goddamn trolling, he was explaining, theorizing.[/QUOTE]
By he you mean who exactly, the conspiracy theorist?
[QUOTE=Marker-pen]You were the 3 fucks, you're that fat you count as 3.[/QUOTE]
hey watch what you say man i can code c++ i might just program your life out of the matrix
[code]void checkbookmark()
{
input.open("repository.conf");
//find out how many lines are in the whole config file
while(getline(input,line))
{
linecount++;
}
input.clear();
input.seekg(0, ios::beg);
//find out how many folders there are in the config file
for(int i = 0; i<linecount;i++)
{
getline(input,line);
endoffile++;
//DO NOT DISPLAY LAST '-END' TAG ON CONFIG FILE
if(endoffile+1 < linecount)
{
if(line[0] == '-')
{
foldercount++;
line=line.substr(1,line.size());
cout << foldercount << ". " << line << endl;;
}
}
}
input.clear();
input.seekg(0, ios::beg);
cout << "\n\nSelection: ";
// make it so they cannot enter letters in an integer variable
for(int i=0; i<1; i++)
{
while (!(std::cin >> selection))
{
cout << "Please, use numbers.. \n\n";
std::cin.clear();
std::cin.ignore(std::numeric_limits<std::streamsize>::max(), '\n');
}
if(selection > foldercount || selection < 1)
{
cout << "Not a valid Folder!" << endl;
i--;
}
}
foldernumber=selection;
foldercount = 0;
//goes to the folder you specify as selection
do
{
getline(input, line);
if(line[0] == '-')
{
foldercount++;
}
}while(foldercount < selection);
system("CLS");
//get rid of the '-' before a folder
line=line.substr(1,line.size());
cout << "Contents of folder: " << line << endl << endl << endl;
//start to parse the links and the shortcuts
do
{
getline(input, line);
if(line[0] != '-')
{
filecount++;
for(int a=0;a<line.size();a++)
{
if(line[a] == '>')
{
//finds out where to parse the link from the name
seperator = a;
break;
}
}
//parses line into a substring of the whole line
//link=line.substr((seperator+1),line.length());
line=line.substr(0,seperator);
cout << filecount << ". " << line << endl;
}
}while(line[0] != '-');
////////////////////////////////////////////////////////////////////
//EVERYTHING ABOVE THIS LINE WORKS PERFECTLY DO NOT DELETE OR MODIFY
cout << "Selection: ";
while (!(std::cin >> selection))
{
cout << "Please, use numbers.. \n\n";
std::cin.clear();
std::cin.ignore(std::numeric_limits<std::streamsize>::max(), '\n');
}
input.clear();
input.seekg(0, ios::beg);
foldercount = 0;
//goes to the folder you specified before
do
{
getline(input, line);
if(line[0] == '-')
{
foldercount++;
}
}while(foldercount < foldernumber);
for(int b =0; b<selection;b++)
{
getline(input, line);
for(int a=0;a<line.size();a++)
{
if(line[a] == '>')
{
//finds out where to parse the link from the name
seperator = a;
break;
}
}
}
link=line.substr((seperator+1),line.length());
line=line.substr(0,seperator);
cout << endl << endl << "Starting " << line << " Which is: " << link << endl;
define = "START " + link;
system(&define[0]);
cout << "Press any key to continue...\n";
getch();
}[/code]
[QUOTE=Sodelio]He wasn't goddamn trolling, he was explaining, theorizing.[/QUOTE]
Hi there twiple.
NO[b]O[/b]O Mikfoz, we miss you!
One of my most favorite threads by mikfoz:
[url=http://forums.facepunchstudios.com/showthread.php?t=522818]The under a microscope thread. (Now with sperm.)[/url]
[QUOTE=RayvenQ]By he you mean who exactly, the conspiracy theorist?[/QUOTE]
Yeah, I do, he was just theorizing on why mikfoz might've banned himself.
Nothing about conspiracies.
[QUOTE=Sodelio]He wasn't goddamn trolling, he was explaining, theorizing.[/QUOTE]
Well then it was a silly shit battle. Kind of like a flame war.
[QUOTE=Aljaud]hey watch what you say man i can code c++ i might just program your life out of the matrix:words:[/QUOTE]
Well i wonder what website you copied that from.
[QUOTE=Sodelio]Yeah, I do, he was just theorizing on why mikfoz might've banned himself.
Nothing about conspiracies.[/QUOTE]
Seriously talking in third-person isn't healthy twiple.
[QUOTE=ManxKat]One of my most favorite threads by mikfoz:
[url=http://forums.facepunchstudios.com/showthread.php?t=522818]The under a microscope thread. (Now with sperm.)[/url][/QUOTE]
Oh joy
[QUOTE=Sodelio]Yeah, I do, he was just theorizing on why mikfoz might've banned himself.[/QUOTE]
Not really, he was just making up a consipracy that it was all a big wind up and a massive troll by the Moderators.
Which it isn't.
Besides, it's pretty obvious that he got sick of this place and banned himself.
And Hi Twiple.
[QUOTE=Sodelio]Yeah, I do, he was just theorizing on why mikfoz might've banned himself.
Nothing about conspiracies.[/QUOTE]
ya i heard that guy made an alt named sodelio
[QUOTE=Marker-pen]Well i wonder what website you copied that from.[/QUOTE]
none actually i made that.
and I can prove it too
[url]http://www.justinjanson.com/christarp/programming/UAM/Universal%20Applications%20Manager%20V3.1.cpp[/url]
^old version
[img]http://www.cubeupload.com/files/d2d7cfdsfdsfdsfdsfdsf.png[/img]
[QUOTE=Sodelio]He wasn't goddamn trolling, he was explaining, theorizing.[/QUOTE]
Pissing in a sea of piss. A simple enough explanation. No need for explanation. I have never heard it else where, and it sounds like he meant he felt like a hypocrite.
Thread summary:
[code]
"MikFoz is gone."
"TROLL."
"I LOVE CHRIS0132."
"SHUDDUP TROLL."
"Hi, I am Chris0132. I am a cynical, conniving basta-"
"HEY SHUDDUP, YOU'RE A TROLL." [/code]
Rinse and repeat. :howdy:
[QUOTE=RayvenQ]Not really, he was just making up a consipracy that it was all a big wind up and a massive troll by the Moderators.
Which it isn't.
Besides, it's pretty obvious that he got sick of this place and banned himself.
And Hi Twiple.[/QUOTE]
How in the goddamn hell you do you know it's not? Twiple was probably right, especially from looking at the mods history of posts.
Well I'm kind of happy Twiple is back, the thread was uninteresting without him.
[QUOTE=Archive]Well I'm kind of happy Twiple is back, the thread was uninteresting without him.[/QUOTE]
Uh, I'm pretty sure he got ragebanned from the mods.
[QUOTE=Sodelio]How in the goddamn hell you do you know it's not? Twiple was probably right, especially from looking at the mods history of posts.[/QUOTE]
the mods can see your ip you know
[QUOTE=Honkers101]Thread summary:
[code]
"MikFoz is gone."
"TROLL."
"I LOVE CHRIS0132."
"SHUDDUP TROLL."
"Hi, I am Chris0132. I am a cynical, conniving basta-"
"HEY SHUDDUP, YOU'RE A TROLL." [/code]
Rinse and repeat. :howdy:[/QUOTE]
I am not conniving and I resent the allegation.
I don't ever plan anything, if I did I would make fewer rant threads.
Well he's about retiring age.
It was just his time to go.
[QUOTE=Katana Fox]the mods can see your ip you know[/QUOTE]
No, see, there's this little thing called a regiban, if you try to make an alt while one of your accounts are banned, the account you just made get banned.
He'll be back. Hezzy is the proof.
Sorry, you need to Log In to post a reply to this thread.