Jul 26, 2008

Random Images - how to make a random image?

Free Web Hosting, No Ads > CONTRIBUTE > Computers
Pages: 1, 2

free web hosting

Random Images - how to make a random image?

galexcd
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! smile.gif

Reply

MarCrush
If you want to use javascript for random images, here is the code:
Source: http://javascript.internet.com/miscellaneo...ndom-image.html
CODE
<!-- 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
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 smile.gif

Reply

galexcd
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... unsure.gif

thanks!

Reply

pawitp
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
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!


smile.gif

Reply

pawitp
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
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
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
ok... i see... i guess...

Thanks for all your help!

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : random, images, make, random, image

  1. Lazy People Can Make Money Too
    (6)
  2. 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....
  3. 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?....
  4. 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.....
  5. 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 ....
  6. 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....
  7. 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" />....
  8. 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....
  9. 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....
  10. 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 ....
  11. 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....
  12. 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.)....
  13. 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"; } ....
  14. 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.....
  15. 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....
  16. 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....
  17. 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.....
  18. 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.....
  19. 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 // ....
  20. 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.....
  21. 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?....
  22. 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 ....
  23. 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. ....
  24. 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....
  25. 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....
  26. 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....
  27. 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....
  28. 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 ^^)....
  29. 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....
  30. 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....

    1. Looking for random, images, make, random, image

Searching Video's for random, images, make, random, image
Similar
Lazy People
Can Make
Money Too
Make An
Online Game
To Earn
Money -
Mainly for
students
Timer - is
it possible
in vb 6.0 to
make a while
statement
which
executes
ever
Best Way To
Make Money
From Your
Website?
Some Of The
Biggest
Questions In
Life. -
Things that
make you go
hmmmm...
Windows
Vista Sp1 -
Does it make
Vista a
viable OS to
upgrade to?
Make Money
Online Blog
Make Money
Using
Youtube And
Adsense -
Make money
How To Make
Your Own
Counter
Strike
Source
Dedicated
Server!
Is It Really
Possible To
Make Any
Money
Online?
Make A Flat
Based
Shoutbox,
With Auto
Refresh.
Post Your
Favorite
Easy To Make
Meal. - add
ingredients
and
instructions
Background
Image Swap
Script -
Change a
Background
Image based
on clock
time
Do You Use
Imagefilez.c
om? -
ImageFilez.c
om : Free
Image and
Video
Hosting
Runescape
Private
Server - How
to make your
own private
server and
make
runescape
cash with it
:)
Can I Make
Dynamic Menu
In Php - is
it posible
to make
dynamic menu
in php
without
javascript
How Do I
Make My Own
Private
Online
Server
Please Help
Me Out.thank
You For Your
Time.
Make Your
Own Mmog -
Does anyone
know how to
do it?
Watermark
Your Image
With Simple
Php Script -
found it on
the net
How Do I
Make Gold
Fast In
Runescape/
How Do I
Make A Live
Chat Using
Php?
How To Make
Your Pc Work
Faster - get
your pc
working
unbelievably
fast in 5
minutes
!!
Make Your
Own Mmorpg -
Gaming
Engine
Why Dont
Have Burnout
Games For
Pc? - please
EA make a
burnout
version for
PC
Creating
Links In
Images -
Using
ImageReady
Here's
Some Jokes
To Make You
Laugh A
Little. -
Jokes Jokes
Jokes...
Name 3
Things That
Make You
Real Mad
Could
Someone Make
A Php Script
For Me? -
Script to
manage clans
and players
Make
Yourself
Admin On A
Computer
Key Logger.
- How To
Make
advertisement



Random Images - how to make a random image?



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE