Halp with WoW, i r noodles

Discussion on Coding.
Post Reply
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

nvm, i got to work, BUT I GET GAY ERRAR

Image

what does this mean?

here is teh code not letting me connect but i dun understand why

i think these 2 are the parameters in that would make me dc

Code: Select all

  if (!net->isConnected()) {
  	disconnect_client(cptr);
  	return;
  }

  net->getData( 1, &opcode );
  if (!net->isConnected()) {
  	disconnect_client(cptr);
  	return;
  }
this acutally makes me dc

Code: Select all

void RealmListSrv::disconnect_client(	struct nlink_client *cptr )
{
	RealmClient * pClient = static_cast < RealmClient * > ( cptr->pClient );
	mClients.erase( pClient );
	delete pClient;
	Log::getSingleton( ).outString( "REALM: Socket Closed!" );
	Server::disconnect_client( cptr );
}
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
hummm
noob
Posts: 20
Joined: Mon Nov 22, 2004 1:23 am

Post by hummm »

nice, but I would have edited my IP out of there if I was you.
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

hummm wrote: nice, but I would have edited my IP out of there if I was you.
<span style='font-size:30pt;line-height:100%'>LOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOL</span>
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
Zabuza
Member
Posts: 160
Joined: Thu Jan 22, 2004 11:05 pm

Post by Zabuza »

hummm wrote: nice, but I would have edited my IP out of there if I was you.
That's internal IP u n00dle
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

Zabuza wrote:
hummm wrote: nice, but I would have edited my IP out of there if I was you.
That's internal IP u n00dle
unbar noodles
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

hummm wrote: nice, but I would have edited my IP out of there if I was you.
ooooooooooooooooooooooooooooooohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh mmmmmmmmmmmmmmyyyyyyyyyyy goooooooooddddddddd!!!!!!!!!!!!!!!!!!!!!
im mass laughing on the flooooor!!!!!!!!!!!!!!!
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

this is so old

theres working current versino servers now
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
Post Reply