galexcd
Oct 15 2005, 04:32 PM
| | Hi! I want a random image, do i need to set that up with your web host? Can i implement coad into my images?
Thanks!  |
Reply
MarCrush
Oct 15 2005, 05:08 PM
If you want to use javascript for random images, here is the code: Source: http://javascript.internet.com/miscellaneo...ndom-image.htmlCODE <!-- TWO STEPS TO INSTALL RANDOM IMAGE:
1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<script LANGUAGE="JavaScript">
<!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin // Set up the image files to be used. var theImages = new Array() // do not change this // To add more image files, continue with the // pattern below, adding to the array.
theImages[0] = '1.gif' theImages[1] = '2.gif' theImages[2] = '3.gif' theImages[3] = '4.gif'
// do not edit anything below this line
var j = 0 var p = theImages.length; var preBuffer = new Array() for (i = 0; i < p; i++){ preBuffer[i] = new Image() preBuffer[i].src = theImages[i] } var whichImage = Math.round(Math.random()*(p-1)); function showImage(){ document.write('<img src="'+theImages[whichImage]+'">'); }
// End --> </script>
</HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<BODY>
<script LANGUAGE="JavaScript">
<!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin showImage(); // End --> </script>
<p><center> <font face="arial, helvetica" size"-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p>
<!-- Script Size: 1.49 KB --> Well sorry if I was suppose to use quote tags instead of code.It requires javascript, and you don't need to set it up with your web host. Every time you refresh the page, it will show a different image.
Reply
electriic ink
Oct 16 2005, 07:55 AM
Here's an even smaller random image script but it requires php instead. Trap17 has php so all your visitors will be able to use this. For this script each image needs to be called something1.png, something2.png, something3.png etc. You can change the text "something" and the image extension into something you choose but the number must remain in place. It is assumed that all your images are stored in the directory images/ but you can change that in the script. All your images must be stored in the same directory and all image extensions must be the same. CODE <?
// Selects a random number from 1 to 4. Change 4 to the amount of images you have
$randomNumber = rand(1,4);
// Displays the image
echo "<img src=\"images/something" . $randomNumber . ".png\" alt=\"My random image\">";
?> And that's it
Reply
galexcd
Oct 19 2005, 02:50 AM
No, sorry should have clarified myself... i dont mean on the html page, i mean on the image itself... like a dynamic image... HOw do i add lines of coad to the acctual image itself... thanks!
Reply
pawitp
Oct 20 2005, 01:53 AM
Adding codes on the image itself is impossible. Unless your a hacker and is attacking a security hole on images(It does exists). PHP can create dynamic pictures and trap17 has GD enable,hasn't it? Describe what you want and we can tell you other method of doing what you want!
Reply
galexcd
Oct 21 2005, 12:51 AM
Ok, like how do they make those couters? Its one image like counter.jpg, but every time you refresh the image it automatically counts... is that php generating an image? and if so, why isn't it a php page i link to, instead of a jpg? Example here ------- Another thing how do they make those random message board sig things, like i have one in my sig... its different every time, but its just a regular <img> tag... is that PHP generating the image? and if so, why isn't it a php page i link to, instead of a jpg? -- Thanks!
Reply
pawitp
Oct 21 2005, 01:27 AM
Maybe it's a virtual directory and the jpg extension is generated by PHP. But the virtual directory ends with a .php doesn't it? They maybe make php recognises the jpg extension and php will process every jpg file there!
Reply
galexcd
Oct 23 2005, 02:43 PM
hmm not sure, but just look at the image in my sig... how does danasoft do it? its random, but it has a .jpg extention!
Reply
pawitp
Oct 25 2005, 11:56 AM
I think Danasoft did it with php virtual directory and apache's mod-rewrite (I've just done the research on this and I'm not guranteeing it's right). The folder sig is a "real" directory but nothing exists in there except 2 files, "index.php" and ".htaccess". The content htaccess tells apache to forward all the files with a ".jpg" extension to the php file which process the files.
Reply
galexcd
Oct 27 2005, 12:23 AM
ok... i see... i guess... Thanks for all your help!
Reply
Similar Topics
Keywords : random, images, make, random, image
- Lazy People Can Make Money Too
(6)
Make An Online Game To Earn Money
Mainly for students (2) Hi im New but i have discoverd a way to make money its quite simple /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />. I always wanted to make my
own game then i heard of mc codes i downloaded it and it took me about 2 months to setup /ohmy.gif"
style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /> , Yup it took me long because
this was my first time editing script and im still a newbie cant blame me im only 15 /tongue.gif"
style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> any way i made money....
Timer
is it possible in vb 6.0 to make a while statement which executes ever (6) Is it possible in vb 6.0 to make a while statement which executes every 10 minutes? Any ideas?....
Best Way To Make Money From Your Website?
(5) I'd like to start a website that offers a free service, yet in order to keep this service going
I will need a small income...any ideas? I know about adsense and whatnot but I would like something
more.....
Some Of The Biggest Questions In Life.
Things that make you go hmmmm... (3) NUMBER ONE! The current world record for a 100m dash is 9.72 seconds right?? But it's been
broken before and it's more than likely that at some point it will be broken. So what is the
highest that the 100m dash record will ever go. Technically there is no maximum that the record can
get to right? I mean you can always go a bit faster. But there also must be a limit to how fast
people can travel right? Everyone says you cant go faster than the speed of light, as we know the
speed of light equals 299 792 458 m / s right? So the maximum time that you can do it ....
Windows Vista Sp1
Does it make Vista a viable OS to upgrade to? (1) Has anyone actually been satisfied with the release of SP1 for Vista? Does it solve the problems
that we've all griped about? Overview of Windows Vista SP1 From what I'm reading
from that document, I'm actually surprised, appalled, and in a way, now wondering if Vista can
actually be an upgrade. I laughed at: QUOTE Enhances support for high-definition (HD)
drives by adding new icons and labels that identify HD-DVD and Blu-ray drives as HD drives.
That's awesome. I never knew the HD drive that I bought was an HD until SP1. /rolleye....
Make Money Online Blog
(1) Hi, I need people to help me to review or give comments about my blog: bloggingdotprofits.com
One area lacking is content, how about other factors? Thanks in advance. /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
Make Money Using Youtube And Adsense
Make money (10) Well if you hace a adsense account and a youtube account and you have more than 200 subscribers, get
lots of views in your videos then you can start putting ads onyour videos and everytime some click
on that ad you get money. I think this is a good way to earn money but you need to have alot of
requirements. And the response takes for ever i sent them a Email to become a youtube parnert (that
is what is call) and they told me no 2 weeks later!!! Want to become a youtube parnert
here is the link... http://www.youtube.com/partners And you get more feature....
How To Make Your Own Counter Strike Source Dedicated Server!
(6) Ok, so you want to host your own CSS Server on your computer eh? Well you will not need a lot of
things, and it is very simple. All you will need is time. /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> I did this tutorial
myself, from my experience when I made my own CSS Server. This is just a simple tutorial! It
ONLY covers the basics of making a CSS server! Lets Get Started! /laugh.gif"
style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> 1. Download the HLDS
Update Tool from here . 2. On....
Is It Really Possible To Make Any Money Online?
(12) Hello, all and thank you for taking a moment to read. I wonder if it is really possible for a
regular internet user to make money online. I mean, I know that there are many people telling their
"huge payoffs" and their "wonderful revenues", but I have never met a real person with a real story
of (at least relativa) success. If you are one of those real people I have not met yet, please feel
free to tell your story. How much time you need to invest in order to start earning real money? What
do you need to do? What are good options to start? What things is better not to ....
Make A Flat Based Shoutbox, With Auto Refresh.
(6) With this tutorial, you will learn how to create a simple shoutbox, but only uses a .txt file. Also
with auto refresh, and I am going to do a backgound. We will be making 5 files. 1. index.php The
main page 2. msg.php Reading msg.txt 3. msg.txt Note: You must give it 777 4. shout.php Where
it add to msg.txt 5. bg.gif Background. Index.php would be like this: Shoutbox
Name: Message: Let's go over what the code do. -> are just the title.
gets msg.php which gets msg.txt. You will know why I do that later. -> is wh....
Post Your Favorite Easy To Make Meal.
add ingredients and instructions (16) Heres mine =) TATER TOT HOTDISH Ingredients. A bag of tator tots. 2 cans of cream of mushroom
soup (any cream soup can be substituted for optional flavor) 2 lb. of ground beef 1 can of corn (or
any other desired vegetable(s)) Instructions. Cook the hamburger and strain the fat. Spread the
hamburger into a baking dish then pour the soup and can of vegetables over. Stir until mixed well.
Cover the mixture with tator tots and Bake for the amount of time it says for the tator tots to get
done and add 5 minutes. (or until mixture is boiling and tator tots are crisped.)....
Background Image Swap Script
Change a Background Image based on clock time (15) Background Image Changer Script To swap the background image from your CSS file according to the
Server Clock Time. 1.) In your CSS file, add the following rule: CODE body {
background: url(time.png); } 2.) Create a "folder" named time.png. 3.) Into the
folder, place three images named morning.png, day.png, night.png. 4.) Also, in the same folder,
create an index.php file and copy/paste the following script. CODE <?php $hour =
date('H'); if ($hour < 12 ) { $image =
"morning.png"; } ....
Do You Use Imagefilez.com?
ImageFilez.com : Free Image and Video Hosting (30) Do you use ImageFilez.com? If so, for what and how long? If not, why? /huh.gif"
style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" /> Please vote and reply to
this thread with your responses. I don't personally, because I have an account on Photobucket
and ImageShack, and I sometimes use the Free Hosting that comes embedded into my forum and at the
site I moderate.....
Runescape Private Server
How to make your own private server and make runescape cash with it :) (51) First off you need a source: You can download one of these. QUOTE Cheezscape 80 -
http://www.megaupload.com/?d=W8NCP0YC Cheezscape Pk - http://www.megaupload.com/?d=SOK1SPVR
Project 16 V.6 Edit 8 - http://rapidshare.com/files/10028200...DIT_8.rar.html Project 16 v3 -
http://www.megaupload.com/?d=ZFYG6T8B Project 16 Blitz -
http://d.turboupload.com/d/1544978/P16_Blitz.rar.html Project16 V.6 Full Source -
http://files.filefront.com//;5486316;;/ Project16 V.6 Full Source -
http://www.megaupload.com/?d=IAO4H58V Project16 V.6 Full Source - http://rapidshar....
Can I Make Dynamic Menu In Php
is it posible to make dynamic menu in php without javascript (7) As there are many java script by which we can have event based interaction like,message on mouse
over etc,that we can create dynamic menu in javascripts to make navigation bar ,but is it possible
in php to have this acomplished without javascripts,i am new to php,is it possible?. Thanks....
How Do I Make My Own Private Online Server Please Help Me Out.thank You For Your Time.
(22) can someone tell me how to make my very own online private server.Please help me out.This is really
pissing me off since no one will help me out.Thank you for your time.....
Make Your Own Mmog
Does anyone know how to do it? (6) I want to make an MMOG (Massively Multiplayer Online Game) similar to that of Utopia or OGame. Does
anyone know any ways of accomplishing this? And if you do, could you link me to the program used or
write me a simple walkthrough on how to get started? Thanks.....
Watermark Your Image With Simple Php Script
found it on the net (34) This script was found on the net http://tips-scripts.com/?tip=watermark#tip B&T's Tips &
Scripts site. Just in case the site may not show, I will include the code here: List of things
needed: 1. your image in any format 2. watermark image--in gif format with transparent background 3.
script below with name (i.e. watermark.php) CODE <?php // this script creates a watermarked
image from an image file - can be a .jpg .gif or .png file // where watermark.gif is a mostly
transparent gif image with the watermark - goes in the same directory as this script // ....
How Do I Make Gold Fast In Runescape/
(117) OK i have been playin for liken 4 years and i still can't get alot of gp. the mosti have had in
that time is like 10k and i have googled cheat codes and all that stuff and nothing works so any
ideas are welcome.....
How Do I Make A Live Chat Using Php?
(15) i wish to make a live chat room for my website there is need for a certain group to discuss online
the problem is how do i design and execute one? i wish to use php but if there are better languges i
would still want to know what do i need to know and what do i need?....
How To Make Your Pc Work Faster
get your pc working unbelievably fast in 5 minutes !! (16) Here you can find useful tips you can do to make your pc work faster in a few minutes , just follow
these tips and you will definitely have a much faster and more reliable PC! QUOTE 1.
Wallpapers: They slow your whole system down, so if you're willing to compromise, have a basic
plain one instead! 2. Minimizing: If you want to use several programs at the same time then
minimize those you are not using. This helps reduce the overload on RAM. 3. Boot Faster: The
'starting Windows 9x , xp' message on startup can delay your booting for a couple ....
Make Your Own Mmorpg
Gaming Engine (40) check out the konfuze.com website, they are a great community. they are always in development but
this program allows you to create your own mmorpg. it gives you a server and client package so if
you turn the server on and have the client avalable for downlaod on your website, they can connect
to your server and play your MMORPG Go check thier site out site link expired. check posts below
for alternatives. ....
Why Dont Have Burnout Games For Pc?
please EA make a burnout version for PC (11) i opened this place for we tell a reason why EA would make a Burnout version for PC. OMG they are
losting money. Burnout is the best racing game i ever ever played, think about in playing on lan
with 10 friends? every one today have a joystick for pc, so the game feeling was the same please EA
we are clamming for you to make a version to pc, is so hard to make it? i would apreciate if your
guys postion your feelings too, tkz....
Creating Links In Images
Using ImageReady (17) In this tutorial I will show you how to create links in your image. I'm shore there's a lot
of different ways you can do this, but I'll just show you how to do it real easy. 1) After
creating the image you want to add links to in photoshop, make shore the mode is set to RGB Color.
Just go to Image -> Mode -> RGB Color. 2) Go to File -> Jump To -> Adobe ImageReady. Your image
will now load into ImageReady. For this tutorial I will be using this image that I found: I will
make the buttons of this navigation bar into links. 3) Press K to select the slice t....
Here's Some Jokes To Make You Laugh A Little.
Jokes Jokes Jokes... (5) Moved over to Jokes section from Creativity forum. hey here's a couple of jokes for you. you
could post some jokes too just for fun.. Joke #1 A man's wife asks him to go to the store to buy
some cigarettes. So he walks down to the store only to find it closed. So he goes into a nearby bar
to use the vending machine. At the bar he sees a beautiful woman and starts talking to her. They
have a couple of beers and one thing leads to another and they end up in her apartment. After
they've had their fun, he realizes its 3AM and says, "Oh no, its so late, my wif....
Name 3 Things That Make You Real Mad
(78) Hi Here are my three to get this started: 1) I hate when I see humans mistreating animals for no
reason. 2) I hate dumb people, I mean I really do. When confronted with someone that is plain dumb
I get irrate. /mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /> 3)
Disrespect. When someone talks to you like your are a piece of chewed gum on the pavement. I also
hate it when I see someone else being the victim of this. Like a customer in a restaurent being rude
to a waiter/waitress just because he can. So what gets your blood boiling? /wink.gi....
Could Someone Make A Php Script For Me?
Script to manage clans and players (3) Does someone know a script where you can 1. Add clans to a roster 2. Edit clans on a roster 3. Add
players too a clan 4. Edit players 5. Schedule matches 6. Add clan Leaders to manage their own clan
+ members 7. Add members to edit their own information And maybe some sort of scoreboard integrated
where you can put Wins, Draws and loses and that automaticly puts best clans on the top? If there
isnt such a script could someone create 1 for me? (its for a league ^^)....
Make Yourself Admin On A Computer
(28) Last year, my whole family used one computer, and I could never install anything because my account
was limited, and my parents were scared I would download a virus. One day I decided to try and find
a way to make myself able to install stuff, and I found out, but because of my parents carelessness.
It doesn't work if the Administrator, the one that doesn't show up on logon has a password.
Here's how to do it: Restart your computer, and when it first starts press f8, it's f5 on
some computers, and then select run Windows in safe mode with networking, a....
Key Logger.
How To Make (34) Hi Pe /cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /> ple ,
Can Any One Tell me how to build a Keylogger on Visual Bais 6.0 that no one
could see on the End Task Menu....
Looking for random, images, make, random, image
|
|
Searching Video's for random, images, make, random, image
|
advertisement
|
|