Unregistered Avatar

Reply

test [as] tag


 
LinkBack Thread Tools Display Modes

  #1 (permalink)  

Old 05-21-2004, 05:49 PM

test as tag

[as]
<?php
if ($dir = opendir("images")) {
while (($file = readdir($dir)) !== false) {
$cont++;
if ($file == "." || $file == "..") { } else {
$string.= ($file);
$string.= "&";
}
}
closedir($dir);
}
print($string);
?>

[/as]
__________________
Audi Videos | MySpace Layouts | About Me

missionsix is online now loves you.

missionsix's Avatar

Join Date: Feb 2004

Location: under you.

Posts: 4,774

Send a message via AIM to missionsix Send a message via MSN to missionsix

  #2 (permalink)  

Old 05-21-2004, 05:51 PM

PHP Code:
<?php
  
if ($dir opendir("images")) {
    while ((
$file readdir($dir)) !== false) {
          
$cont++;
      if (
$file == "." || $file == "..") { } else {
              
$string.= ($file);
          
$string.= "&";
          }
        }
      
closedir($dir);
  }
  print(
$string);
  
?>
__________________
Audi Videos | MySpace Layouts | About Me

missionsix is online now loves you.

missionsix's Avatar

Join Date: Feb 2004

Location: under you.

Posts: 4,774

Send a message via AIM to missionsix Send a message via MSN to missionsix

  #3 (permalink)  

Old 05-22-2004, 09:24 PM

upload.
Attached Images
File Type: gif abcdefg.gif (2.9 KB, 28 views)
__________________
Audi Videos | MySpace Layouts | About Me

missionsix is online now loves you.

missionsix's Avatar

Join Date: Feb 2004

Location: under you.

Posts: 4,774

Send a message via AIM to missionsix Send a message via MSN to missionsix

  #4 (permalink)  

Old 05-30-2004, 08:01 PM

SRHWRHWSRh
__________________

Tweak is offline FUCKEN NINJA

Tweak's Avatar

Join Date: May 2004

Posts: 271

Send a message via AIM to Tweak

  #5 (permalink)  

Old 05-30-2004, 08:17 PM

can u say, CRAZY?

DONT MIND IF I DO!!
__________________
Audi Videos | MySpace Layouts | About Me

missionsix is online now loves you.

missionsix's Avatar

Join Date: Feb 2004

Location: under you.

Posts: 4,774

Send a message via AIM to missionsix Send a message via MSN to missionsix

  #6 (permalink)  

Old 05-30-2004, 08:58 PM

I Wes Testing Mae Siganateur
__________________

Tweak is offline FUCKEN NINJA

Tweak's Avatar

Join Date: May 2004

Posts: 271

Send a message via AIM to Tweak

  #7 (permalink)  

Old 05-30-2004, 09:32 PM

mi si senor.
__________________
Audi Videos | MySpace Layouts | About Me

missionsix is online now loves you.

missionsix's Avatar

Join Date: Feb 2004

Location: under you.

Posts: 4,774

Send a message via AIM to missionsix Send a message via MSN to missionsix
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
El Diablo de Lag! The Anti-Bob The VOID! 5 05-01-2006 09:42 PM
Test your computer port numbers! mitsurug1 Discussion Lounge 4 06-23-2004 07:18 AM


All times are GMT -7. The time now is 02:40 PM.