Pages: [1] 2  All   Go Down
  Print  
Author Topic: Server/Website Info  (Read 7850 times)
coreno
Administrator
Newbie Slayer
*****
Offline Offline

Posts: 1033



WWW
« on: June 09, 2004, 05:31:10 PM »

If you have a problem with the website, server, boards, and whish to make it known by all, here is the place to do it I guess. =\
Logged

quish
Linksack
Sewing Master
****
Offline Offline

Posts: 386



WWW
« Reply #1 on: June 10, 2004, 09:25:29 AM »

When replying with the little green "post icon" thing, it doesnt show up right. it hates me.
Logged
quish
Linksack
Sewing Master
****
Offline Offline

Posts: 386



WWW
« Reply #2 on: June 10, 2004, 09:25:40 AM »

see? didnt work there. at least for me it didnt.
« Last Edit: June 10, 2004, 09:25:55 AM by quish » Logged
quish
Linksack
Sewing Master
****
Offline Offline

Posts: 386



WWW
« Reply #3 on: June 10, 2004, 09:34:43 AM »

oh and brusius or ruzywhatever isnt on the linklist yet.
Logged
quish
Linksack
Sewing Master
****
Offline Offline

Posts: 386



WWW
« Reply #4 on: June 10, 2004, 09:35:40 AM »

One more thing on that page.. you have coreno's job spelled wrong. its not "Brd" its "Fag"
Logged
quish
Linksack
Sewing Master
****
Offline Offline

Posts: 386



WWW
« Reply #5 on: June 10, 2004, 10:19:51 AM »

idea:

don't most web hosts nowadays come with free unlimited e-mail forwarding?  Im making a synth guide and Im thinking that putting an e-mail @neobahumut.com on it would look pimp for the LS.
Logged
coreno
Administrator
Newbie Slayer
*****
Offline Offline

Posts: 1033



WWW
« Reply #6 on: June 10, 2004, 02:22:12 PM »

Quote
idea:

don't most web hosts nowadays come with free unlimited e-mail forwarding?  Im making a synth guide and Im thinking that putting an e-mail @neobahumut.com on it would look pimp for the LS.
[snapback]203[/snapback]
I'm the webhost and I havn't installed any email shit yet.

P.S. Quish, go back to  kindergarten and learn that BRD != FAG.  smiley
P.P.S. Quish = spammer
Logged

quish
Linksack
Sewing Master
****
Offline Offline

Posts: 386



WWW
« Reply #7 on: June 10, 2004, 03:08:24 PM »

alrite coreno... lets say that brd != fag ....


double brd,coreno;
coreno = fag;
if(brd=coreno)
  brd=fag;
else
  brd!=fag;


....what was that coreno? are u a bard?
Logged
quish
Linksack
Sewing Master
****
Offline Offline

Posts: 386



WWW
« Reply #8 on: June 10, 2004, 03:09:11 PM »

god im a loser...c++ has ruined me...stupid engineering requirements
Logged
coreno
Administrator
Newbie Slayer
*****
Offline Offline

Posts: 1033



WWW
« Reply #9 on: June 10, 2004, 03:55:42 PM »

Quote
alrite coreno... lets say that brd != fag ....
double brd,coreno;
coreno = fag;
if(brd=coreno)
  brd=fag;
else
  brd!=fag;
....what was that coreno? are u a bard?
[snapback]212[/snapback]
No wonder you're having a problem with Java, you can't even get C++ right.... *sigh*

First off, the corrected code:
Code:
double brd,coreno;
coreno = fag;
if(brd==coreno)
{
  brd=fag;
}
else
{
  brd!=fag;
}
second off lets run through that program.

coreno = fag
if brd is coreno (aka if coreno is bard)
but since you set coreno to fag, the statement is false and would go to the else which is bard != fag.  But not like that matters because I'm nota fag.
« Last Edit: June 10, 2004, 03:56:39 PM by coreno » Logged

omnibahumut
Administrator
Newbie Slayer
*****
Offline Offline

Posts: 1557



WWW
« Reply #10 on: June 10, 2004, 04:19:27 PM »

Quote
No wonder you're having a problem with Java, you can't even get C++ right.... *sigh*

First off, the corrected code:
Code:
[!--QuoteEBegin--]double brd,coreno;[!--QuoteEBegin--]coreno = fag;[!--QuoteEBegin--]if(brd==coreno)[!--QuoteEBegin--]{[!--QuoteEBegin--]  brd=fag;[!--QuoteEBegin--]}[!--QuoteEBegin--]else[!--QuoteEBegin--]{[!--QuoteEBegin--]  brd!=fag; [!--QuoteEBegin--]}[!--QuoteEBegin--]
second off lets run through that program.

coreno = fag
if brd is coreno (aka if coreno is bard)
but since you set coreno to fag, the statement is false and would go to the else which is bard != fag.  But not like that matters because I'm nota fag.
[snapback]215[/snapback]


roflmfao   cheesy
Logged

quish
Linksack
Sewing Master
****
Offline Offline

Posts: 386



WWW
« Reply #11 on: June 11, 2004, 09:08:44 AM »

u fag
Logged
quish
Linksack
Sewing Master
****
Offline Offline

Posts: 386



WWW
« Reply #12 on: June 11, 2004, 09:18:02 AM »

i'll put it in a way u can better understand (lets hope i can remember how to do this....)... just copy and paste it into a compiler, for ease of understanding.

Code:
#include <iostream>

using namespace std;

void main()
{

double name, fag;

cout << "Input name: ";
cin >> name;

if(name==Coreno)
{
fag = 1;
}
{
else fag = 0;
}

if(fag==TRUE)
{
cout << endl << name << "IS A FAG!";
}
else
{
cout << endl << "CORENO IS A FAG!" << name << "is not. Unless its still Coreno.";
}

}
Cheesy
Logged
coreno
Administrator
Newbie Slayer
*****
Offline Offline

Posts: 1033



WWW
« Reply #13 on: June 11, 2004, 08:46:47 PM »

Should I even bother couting the errors in that "program"?
Logged

theRefused
Linksack
Adventurer
***
Offline Offline

Posts: 170



WWW
« Reply #14 on: June 12, 2004, 02:24:48 AM »

Quish you got pwned so stfu. And you suck at C++ dude...just stop while you're behind.
Logged
Dray
Adventurer
***
Offline Offline

Posts: 158


WWW
« Reply #15 on: June 12, 2004, 09:02:42 AM »

Gaah, do we really need emails? I already have viperions@hotmail.com, viperions@pol.com and trippin@ogaming.com Sad Too many!

Unless it has MORE automatic forwarding options so I can just lump em together yet again.
Logged
Trippin
Newbie
*
Offline Offline

Posts: 18


« Reply #16 on: November 21, 2004, 02:55:27 PM »

Just as a note in this oh so very dead thread.. Signatures are teh broken.

Check my signature in Peoples Talk forum (General) VS somewhere like here... I used br's for the signature to get it to fully expand correctly in General, but in anywhere but there it becomes horrendously spaced out..

New lines in signatures are not recognized in General but seem to be everywhere else =\

ED: Broken here as well ;_: make that check this signature vs it in Quest forum >.>
« Last Edit: November 21, 2004, 02:56:07 PM by Trippin » Logged

Dray: WAR 55/THF 32/MNK 20/BRD 10/BST 9/WHM 9/NIN 29
Server: Seraph
Allegiance: Windurst
Rank: 6-1
Crafts: Woodworking: 59, Cooking: 51, Alchemy: 29
Want to BCNM/Garrison/Eco-Warrior.etc? Always up for it!

Returned to FFXI!
"That trippin, hes so hot right now" - Lord Acton
"Hot naked Galka! Come and get your hot naked Galka
Get him well he's still hot!
" - Tuvaud
coreno
Administrator
Newbie Slayer
*****
Offline Offline

Posts: 1033



WWW
« Reply #17 on: November 21, 2004, 05:21:10 PM »

Quote
Just as a note in this oh so very dead thread.. Signatures are teh broken.

Check my signature in Peoples Talk forum (General) VS somewhere like here... I used br's for the signature to get it to fully expand correctly in General, but in anywhere but there it becomes horrendously spaced out..

New lines in signatures are not recognized in General but seem to be everywhere else =\

ED: Broken here as well ;_: make that check this signature vs it in Quest forum >.>
[snapback]1939[/snapback]
Yeah, I know, I think it's a bug with these boards. I have to get an upgrade, and upgrade it. On my to-do list.
Logged

Nikopiko
Master of War
*****
Offline Offline

Posts: 792


WWW
« Reply #18 on: December 01, 2004, 06:20:41 PM »

i thought Quishka was on your "To-do" list? cause

if(name==Coreno)
{
fag = 1;
}
{
else fag = 0;
}
if(fag==TRUE)
{
cout << endl << name << "IS A FAG!";
}
else
{
cout << endl << "CORENO IS A FAG!" << name << "is not. Unless its still Coreno.";
}

}
« Last Edit: December 01, 2004, 06:21:52 PM by Nikopiko » Logged
coreno
Administrator
Newbie Slayer
*****
Offline Offline

Posts: 1033



WWW
« Reply #19 on: December 01, 2004, 11:10:26 PM »

Quote
i thought Quishka was on your "To-do" list? cause

if(name==Coreno)
{
fag = 1;
}
{
else fag = 0;
}
if(fag==TRUE)
{
cout << endl << name << "IS A FAG!";
}
else
{
cout << endl << "CORENO IS A FAG!" << name << "is not. Unless its still Coreno.";
}

}
[snapback]1993[/snapback]
Pffft, you fucked it up. Got an extra } at the end.

Why you rippin offa quiska code anyway? you wish to be like him?
Logged

Pages: [1] 2  All   Go Up
  Print  
 
Jump to: