ODD

ODD

Joined
Dec 26, 2008

Activity Stream

ODD commented on a Page, Retaliation script  -  Jan 11, 2009

Peanut118: please dont take it personal but next time try to use the script' introduction to explain your script not for moaning :)
So when people like me are crawling around Hawkee and find your script they would understand what it does as i dont know wtf Retaliation means and even if i knew i would like to see an introduction

P.s: yeh im too lazy to check a dictionary
P.s.s: yeh i wouldnt like to learn Mirc scripting

 Respond  
ODD commented on a Page, Basic PHP IRC Bot  -  Jan 11, 2009

Glad its fixed:)

 Respond  
ODD commented on a Page, Basic PHP IRC Bot  -  Jan 09, 2009

some networks do not allow instant channel join so you would have to use a while loop before you join the channel with a sleep in it and some pong back inorder not to get disconnected from server

while($logincount < 10) {
$logincount++;
$data = fgets($socket, 128);
echo nl2br($data);

// Separate all data
$ex = explode(' ', $data);

// Send PONG back to the server
if($ex[0] == "PING"){
fputs($socket, "PONG ".$ex[1]."\n");
}
flush();
}
sleep(1);

this should be placed right under the :

fputs($socket,"NICK $nick\n");

NOTE to furby :I guess you should use some sleep commands inorder to save the pain from cpu leaks and server pressure a "sleep(1);" would be good but if you want you can use "usleep():" for milliseconds:)

 Respond  
ODD commented on a Page, Basic PHP IRC Bot  -  Jan 07, 2009

thanks furby goodluck with rewriting and waiting that script:)

 Respond  
ODD commented on a Page, game search bot  -  Jan 06, 2009

Actually i did some research.
If you are behind a firewall please allow port 6667 in quakenet or any other necessary port and i think it shall work for you

 Respond  
ODD commented on a Page, game search bot  -  Jan 06, 2009

about the upper code that was the part i added to fix the problem...

 Respond  
ODD commented on a Page, game search bot  -  Jan 06, 2009

well i was facing the same situation with quake net but when i added the sign in part it was fixed and i use my bot on quakenet please try it on some other network to see if its just quake or the bot

while($logincount < 10) {
$logincount++;
$data = fgets($socket, 128);
echo nl2br($data);

  // Separate all data
  $ex = explode(' ', $data);

  // Send PONG back to the server
  if($ex[0] == "PING"){
     fputs($socket, "PONG ".$ex[1]."\n");
  }
  flush();

}

 Respond  
ODD commented on a Page, Basic PHP IRC Bot  -  Jan 06, 2009

Furby how abt posting your 35 pages one :) if not maybe personally sned it 2 me
find me: AdA9 @ quakenet
curiousity of a PhP nub:D

 Respond  
ODD commented on a Page, Latest post on your homepage ( phpbb )  -  Jan 06, 2009

ok important question: inorder to use this script i would ahve to edit my config.php CHMOD (permissions) right? if so, thats a real security exploit!

 Respond  
ODD commented on a Page, Armageddon Allnetwork  -  Jan 06, 2009

I find it really bizarre to write the script introduction in a foreign language(or is that English?) im not one of thos "English only" people but well in a public board like this one it maybe best to use english
/end of aotd(advice)

now start flaming:)

 Respond  
ODD commented on a Page, Latest post on your homepage ( phpbb )  -  Dec 27, 2008

gj nice one been looking for it but facing a problem as i need it as a joomla! plugin and i wld love to see one that works with mirc as xpl0rer said

 Respond  
ODD created a Page  -  Dec 26, 2008
832 

This is my first irc bot made with PHP: idea is simple playing a game that forces you into searching for peopld just type !search bla and it will post in anotehr channel note : $search_channel cld be turned into an array then while loop it to search into more than one channel

  4 Threads   PHP  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.