TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 01-28-2008, 12:31 AM   #21 (permalink)
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

Wow, and I thought I was a geek.
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote
Old 01-28-2008, 01:40 AM   #22 (permalink)
The Addict
 
Join Date: Nov 2007
Posts: 265
Thanks: 2
TlcAndres is on a distinguished road
Default

1 |2 |\|0 633|<, putting aside the leet, it's a simple equation.
TlcAndres is offline  
Reply With Quote
Old 02-24-2008, 02:32 PM   #23 (permalink)
The Contributor
 
Join Date: Nov 2007
Posts: 32
Thanks: 5
Morishani is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia View Post
how about (my personal fav, recursive infinate loops):
...
or even
PHP Code:
for (;;) 
{
    echo 
'lollll';

Oh, the "For ever" Loop :)
I read about it in the past week :)
__________________
מטבחים (hebrew)
Send a message via ICQ to Morishani Send a message via MSN to Morishani
Morishani is offline  
Reply With Quote
Old 04-12-2008, 05:27 AM   #24 (permalink)
The Visitor
 
Join Date: Jan 2008
Posts: 3
Thanks: 0
Alex.Prisoner is on a distinguished road
Default

Code:
This is also fun!

while(1 == 1){
echo 'Ha Ha!';
}
Alex.Prisoner is offline  
Reply With Quote
Old 04-12-2008, 11:04 AM   #25 (permalink)
The Contributor
 
Join Date: Nov 2007
Posts: 32
Thanks: 5
Morishani is on a distinguished road
Default

Quote:
Originally Posted by Alex.Prisoner View Post
Code:
This is also fun!

while(1 == 1){
echo 'Ha Ha!';
}
You don't have to put a boolean statement over there, just put true :
Code:
while (true)
 echo "Ha Ha!";
:)
__________________
מטבחים (hebrew)
Send a message via ICQ to Morishani Send a message via MSN to Morishani
Morishani is offline  
Reply With Quote
Old 04-28-2008, 05:22 AM   #26 (permalink)
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 306
Thanks: 44
sarmenhb is on a distinguished road
Default

Here is a complex infinite loop. outputed into the database rather than the browser. hahah database overflow

Code:
$host = "localhost";
$login = "root";
$password = "pass";
$database = "db_loop";

$con = mysql_connect($host,$login,$password);
mysql_select_db($database);

while($i=0;$i< $i+1; $i++) { 

$sql = "INSERT INTO tbl_loop(id) values('$i')";
$output = mysql_query($sql);

}
__________________
no signature set
sarmenhb is offline  
Reply With Quote
Old 11-11-2008, 08:10 AM   #27 (permalink)
The Contributor
 
awuehr's Avatar
 
Join Date: Oct 2008
Location: Nuremberg, Germany
Posts: 26
Thanks: 3
awuehr is on a distinguished road
Default

Or in the OO way:

PHP Code:
class Infinite_Loop
{
    public function 
__construct()
    {
        new 
self();
    }
}

new 
Inifinite_Loop(); 
Send a message via ICQ to awuehr Send a message via Skype™ to awuehr
awuehr is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 07:34 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design