- Messages
- 5,508
- Reaction score
- 35
- Points
- 48
1000 oh no!
ah need to w8 999 posts to get 2000 lol
ah need to w8 999 posts to get 2000 lol
Last edited:
Soooo close, everyone wanted to get that 1000th post
Well done bugfinder
I know how to do it with shell_exec(). I love having Advanced PHP.tnl2k7 said:Anyone know a decent method of deleting all the files in a directory then deleting the deleting the directory itself? Unlink() throws an error if it's got stuff in the folder when you delete? This is a PHP question, by the way.
Congratz on getting the 1000th Luke. Vigge will be annoyed lol.
I found this a while ago:
http://www.thenetw0rk.com/features/microshaft.shtml
They are illusions. They aren' really moving.Does it really moves or is it an illusion?
They are illusions. They aren' really moving.
The way you can tell is by glancing at them and moving your eyes around. They sometimes appear to move but not always.OK, i thought that too, but i wasn't sure about it.
What is so good about 1000 posts in a topic? I know of a thread that has 4187 replies.
if ($dir = opendir('../path/'))
{
while (false !== ($file = readdir($dir)))
{
if ($file != "." && $file != "..")
{
unlink($file);
}
}
closedir($dir);
rmdir($dir);
}
if ($file != "." && $file != ".."){} to allow it to find everything in the directory.
It is quite tight, so who knows...I hope i win the Tetris Arcade tournament.
Link: http://forums.x10hosting.com/arcade....tourney&tid=56
My final score is 2,755 and Angel_Pie it is 2,190, but he needs to play one more time. Would he beat my score and win? Yes or No.
SPAM!!!!!kkenny said:Roflcopters.
Lets take bets on it shall we ?
I am willing to put 100 credits on Angel_Pie. Whos got my bet ?
EDIT
Which one is he using ?
The version I modded last or the one that you are using ?
I gave him the one I am using, so it's probably that one.EDIT
Which one is he using ?
The version I modded last or the one that you are using ?