ncfan51 Posted March 25, 2008 Share Posted March 25, 2008 Yes! I finally made my first 100% XHTML strict valid webpage! Here's the website: http://kontragraphic.110mb.com/ Here's the proof: http://validator.w3.org/check?uri=http% ... ne&group=0 Quote +_+_+_+_+_+_+_+_+_+_+_+ I am a disco dancer. +_+_+_+_+_+_+_+_+_+_+_+ Link to comment Share on other sites More sharing options...
Simon Brown Posted March 25, 2008 Share Posted March 25, 2008 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. Quote Link to comment Share on other sites More sharing options...
MIX_M@N Posted March 25, 2008 Share Posted March 25, 2008 I did it! I got my sig to rotate! Press F5 to see Yeeeeeeeeeeeeeeeeeeeeeeeeessssssssssssss! Quote 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 More sharing options...
Rubrica Posted March 25, 2008 Author Share Posted March 25, 2008 I did it!I got my sig to rotate! Press F5 to see Yeeeeeeeeeeeeeeeeeeeeeeeeessssssssssssss! Yes, where did you find that script? I've been looking for one for ages. Not for my sig, but for something else... Quote Link to comment Share on other sites More sharing options...
MIX_M@N Posted March 25, 2008 Share Posted March 25, 2008 R3VENGE (not shouting...) PM-ed it to me. I'll PM you... Quote 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 More sharing options...
ncfan51 Posted March 25, 2008 Share Posted March 25, 2008 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. Quote +_+_+_+_+_+_+_+_+_+_+_+ I am a disco dancer. +_+_+_+_+_+_+_+_+_+_+_+ Link to comment Share on other sites More sharing options...
Simon Brown Posted March 25, 2008 Share Posted March 25, 2008 Yes, where did you find that script? I've been looking for one for ages. Not for my sig, but for something else... http://www.dyn-web.com/scripts/rotate-rand/ Quote Link to comment Share on other sites More sharing options...
Rubrica Posted March 25, 2008 Author Share Posted March 25, 2008 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! Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted March 25, 2008 Share Posted March 25, 2008 I did it!I got my sig to rotate! Unfortunately you have to clear your cache to see each new image. I don't think you have to do that for UH's. Also, where can you find a host that doesn't mind you using their resources on somewhere but a site hosted by them? Quote Link to comment Share on other sites More sharing options...
Rubrica Posted March 25, 2008 Author Share Posted March 25, 2008 I did it!I got my sig to rotate! Unfortunately you have to clear your cache to see each new image. I don't think you have to do that for UH's. Odd, I don't have to. Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted March 25, 2008 Share Posted March 25, 2008 Odd, I don't have to. Oh, I see. They do appear to be biased towards one of them, however. Quote Link to comment Share on other sites More sharing options...
MIX_M@N Posted March 25, 2008 Share Posted March 25, 2008 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... "http://myphphost.zxq.net/Signatures/rotate.php[/img tag] Fire..." And yes they seem baised Quote 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 More sharing options...
Rubrica Posted March 25, 2008 Author Share Posted March 25, 2008 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? Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted March 25, 2008 Share Posted March 25, 2008 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. Quote Link to comment Share on other sites More sharing options...
Rubrica Posted March 25, 2008 Author Share Posted March 25, 2008 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] Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted March 25, 2008 Share Posted March 25, 2008 What do you mean? The code in my sig is this: [center][img=http://rubrica.zxq.net/imagesforrotation/script.php][/center] I typed the url into my browser and it displays nothing. Try another script. Quote Link to comment Share on other sites More sharing options...
Henry Posted March 25, 2008 Share Posted March 25, 2008 I have been acknowledged on this forum. I am slowly becoming the alpha male of this forum, due to my intellect. Quote Life only exists to torment us. Link to comment Share on other sites More sharing options...
pyrochild Posted March 25, 2008 Share Posted March 25, 2008 I am slowly becoming the alpha male of this forum, due to my intellect. Slowly indeed Quote ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
david.atwell Posted March 25, 2008 Share Posted March 25, 2008 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. :-) Quote  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 More sharing options...
Rubrica Posted March 25, 2008 Author Share Posted March 25, 2008 What do you mean by alpha male? By the way, is it really mandatory for you to speak in that way? Sory if I sound rude. Quote Link to comment Share on other sites More sharing options...
Simon Brown Posted March 25, 2008 Share Posted March 25, 2008 What do you mean by alpha male? http://en.wikipedia.org/wiki/Alpha_male Quote Link to comment Share on other sites More sharing options...
Bobofthedead Posted March 25, 2008 Share Posted March 25, 2008 I hope there was some sarcasm in that statement, Henry. Quote "I am the anarchist, I am the antichrist, I am the walrus, G'JOO G'GOO G'JOOB!" I dig a pygmy, by Charles Hawtree and the Deaf Aids. Phase One, in which Doris gets her oats. ~John Lennon Link to comment Share on other sites More sharing options...
Cornipsus Posted March 25, 2008 Share Posted March 25, 2008 His name is Harry, short for Harriet, I presume. Quote The God of Judgement is not pleased... Link to comment Share on other sites More sharing options...
The_Lionhearted Posted March 25, 2008 Share Posted March 25, 2008 His name is Harry, short for Harriet, I presume. :?: Quote My Gallery Link to comment Share on other sites More sharing options...
Crazy Man Dan Posted March 25, 2008 Share Posted March 25, 2008 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. Quote 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 More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.