Jump to content

The Sanctuary


Rubrica

Recommended Posts

I did it!

I got my sig to rotate!

Press F5 to see :D:D

Yeeeeeeeeeeeeeeeeeeeeeeeeessssssssssssss!

wallpapersignaturezs5.png

Firefox is the best! So is Relient K!

~96% of teens won't stand up for God. Put this in your sig if you're one of the 4% who will.

I will give you a new heart and put a new spirit in you; I will remove from you your heart of stone and give you a heart of flesh. Ezekiel 36:26

Bye Paint.NET!

Link to comment
Share on other sites

R3VENGE (not shouting...)

PM-ed it to me.

I'll PM you...

wallpapersignaturezs5.png

Firefox is the best! So is Relient K!

~96% of teens won't stand up for God. Put this in your sig if you're one of the 4% who will.

I will give you a new heart and put a new spirit in you; I will remove from you your heart of stone and give you a heart of flesh. Ezekiel 36:26

Bye Paint.NET!

Link to comment
Share on other sites

Yes! I finally made my first 100% XHTML strict valid webpage! :)

I noticed you said about the Zymic problem. I know of another free host that supports PHP and MySQL.

Thanks, I'll look into that.

If you check your e-mail, you will find an e-mail from Zymic saying about the problem, and why it happened. Read that, and THEN decide whether you'll switch host.

EDIT: Mix Man and Simon: Thanks!

Link to comment
Share on other sites

I used Zymic's Free PHP and Web hosting and made a site.

Then, using R3VENGE's instructions, I put the php in the same folder as my signatures and posted that link in my current signature with image tags.

My sig looks like...

"taghttp://myphphost.zxq.net/Signatures/rotate.php[/img tag]

wallpapersignaturezs5.png

Firefox is the best! So is Relient K!

~96% of teens won't stand up for God. Put this in your sig if you're one of the 4% who will.

I will give you a new heart and put a new spirit in you; I will remove from you your heart of stone and give you a heart of flesh. Ezekiel 36:26

Bye Paint.NET!

Link to comment
Share on other sites

What am I meant to do? My page has this on:

<?php
$path_to_images = "http://rubrica.zxq.net/imagesforrotation";  // path to your images
$default_img = "http://i218.photobucket.com/albums/cc185/Rubrica/watersig.png";  // image to display if directory listing fails

function getRandomImage($path, $img) {
   if ( $list = getImagesList($path) ) {
       mt_srand( (double)microtime() * 1000000 );
       $num = array_rand($list);
       $img = $list[$num];
   } 
   return $path . $img;
}

function getImagesList($path) {
   $ctr = 0;
   if ( $img_dir = @opendir($path) ) {
       while ( false !== ($img_file = readdir($img_dir)) ) {
           // can add checks for other image file types here
           if ( preg_match("/(.gif|.jpg)$/", $img_file) ) {
               $images[$ctr] = $img_file;
               $ctr++;
           }
       }
       closedir($img_dir);
       return $images;
   } 
   return false;
}
?> 

and my sig this:

[center][img=http://rubrica.zxq.net/imagesforrotation][/center]

but in the preview all that shows up is the URL of the page with image tags round it, and centered. Ideas?

Link to comment
Share on other sites

but in the preview all that shows up is the URL of the page with image tags round it, and centered. Ideas?

Try adding the file extension.

What do you mean? The code in my sig is this:

[center][img=http://rubrica.zxq.net/imagesforrotation/script.php][/center]

Link to comment
Share on other sites

I have been acknowledged on this forum. I am slowly becoming the alpha male of this forum, due to my intellect.

You just failed the Turing Test. :-)

 

The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.
Amy: But how did it end up in there?
The Doctor: You know fairy tales. A good wizard tricked it.
River Song: I hate good wizards in fairy tales; they always turn out to be him.

Link to comment
Share on other sites

His name is Harry, short for Harriet, I presume.

Firstly, if we're still talking about the same user, his user name is in fact Henry.

Secondly, mood is very poorly translated in text transmissions. If you're trying to be humorous, try to make it more evident with the use of emoticons. If you're trying to be insulting, that kind of talk is not welcomed.

I am not a mechanism, I am part of the resistance;

I am an organism, an animal, a creature, I am a beast.

~ Becoming the Archetype

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...