Mr. Mod

Want to just shoot the breeze? Forum 42 is the place!

Moderator: Moderators

Post Reply
JackFrost22
Sir Posts-alot
Posts: 4186
Joined: Fri Jun 04, 2004 4:10 pm

Mr. Mod

Post by JackFrost22 »

MR.MOD
Posts: 219
Joined: Mon Apr 05, 2004 6:19 am
Location: Minnesota

Post by MR.MOD »

I deleted it and I'm starting over.
I fixed my sig now
gannon
Moderator
Posts: 6974
Joined: Sun Apr 04, 2004 4:48 pm
Location: Near that one big lake
Contact:

Post by gannon »

He took the main site down, now I think he just uses it to host pictures :)
JackFrost22
Sir Posts-alot
Posts: 4186
Joined: Fri Jun 04, 2004 4:10 pm

Post by JackFrost22 »

Well I cried for 20 minutes[size=0]not really[/size] when i saw GET THE copulate OUT!
MR.MOD
Posts: 219
Joined: Mon Apr 05, 2004 6:19 am
Location: Minnesota

Post by MR.MOD »

That's not my doing I think abbibi set it up to do that.
gannon
Moderator
Posts: 6974
Joined: Sun Apr 04, 2004 4:48 pm
Location: Near that one big lake
Contact:

Post by gannon »

yeah, that's abbibi's happy little 404 error page :) I like mine better :P
Also Mr. Mod, I can give you a script that will let people browse the files on your site untill you make a new site if you want :)
MR.MOD
Posts: 219
Joined: Mon Apr 05, 2004 6:19 am
Location: Minnesota

Post by MR.MOD »

If you could get me the script thats great. Thanks
gannon
Moderator
Posts: 6974
Joined: Sun Apr 04, 2004 4:48 pm
Location: Near that one big lake
Contact:

Post by gannon »

Put this script in all of your directories and name it index.php, it will allow you then browse the files in all of them :)

Code: Select all

<html>
  <head>
    <title>Index</title>
<body>

		<table border="1" cellpadding="3" cellspacing="0" bordercolor=#6394bd>
		<?
                  $pic = opendir(".");
                  while($file = readdir($pic)) {
                  if(is_dir($file))
                  echo "<tr><td valign=middle align=center bgcolor=#ffffff><br><a href=$file\n>$file</a></td></tr>";
                  else echo "<tr><td valign=middle align=center bgcolor=#ffffff><br><a href=$file\n>$file</a></td></tr>";
                  }
                  closedir($pic);
                ?>
		<br><br>
		</table>

</body>
</html>
MR.MOD
Posts: 219
Joined: Mon Apr 05, 2004 6:19 am
Location: Minnesota

Post by MR.MOD »

thanks :D
Post Reply