Post Reply 
Halp
Author Message
Sushi
Baka.

Posts: 475.3302
Threads: 37
Joined: 28th Jul 2007
Reputation: -4.56241
E-Pigs: 10.3935
Offline
Post: #1
Halp
How do I make a .php image like the top ep logo , I want one for my blog.
Thanks in advance homies

[Image: 33461340ku1.jpg]
30/03/2008 02:25 PM
Find all posts by this user Quote this message in a reply
Method
You may call me Reverend.

Posts: 6,358.2856
Threads: 443
Joined: 14th Jan 2008
Reputation: 6.04241
E-Pigs: 71.2376
Offline
Post: #2
RE: Halp
Yeah I kinda want to know that too :P lol

I know that Kaiser and Chaoticgamer have it....


[Image: mvg1hw.gif]
30/03/2008 02:32 PM
Visit this user's website Find all posts by this user Quote this message in a reply
mime
♫ Benetnasch Eta ♫

Posts: 369.2170
Threads: 30
Joined: 5th Apr 2007
Reputation: -4.91319
E-Pigs: 5.2262
Offline
Post: #3
RE: Halp
I don't get it.. Isn't it a GIF .

[Image: goldsaints2.png]
30/03/2008 04:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Sushi
Baka.

Posts: 475.3302
Threads: 37
Joined: 28th Jul 2007
Reputation: -4.56241
E-Pigs: 10.3935
Offline
Post: #4
RE: Halp
Could someone make me one please using the 2 images attached  , I don't have a server so I can't make one


Attached File(s) Thumbnail(s)
       

[Image: 33461340ku1.jpg]
30/03/2008 04:48 PM
Find all posts by this user Quote this message in a reply
S7*
Sweet Dreams

Posts: 16,689.4373
Threads: 1,056
Joined: 3rd Apr 2007
Reputation: 14.29926
E-Pigs: 383.2289
Offline
Post: #5
RE: Halp
It isn't a PHP Image... its a Random Image Generator PHP Script using different Images.

You can generate scripts with services found around the net - google it.
30/03/2008 04:55 PM
Find all posts by this user Quote this message in a reply
Sushi
Baka.

Posts: 475.3302
Threads: 37
Joined: 28th Jul 2007
Reputation: -4.56241
E-Pigs: 10.3935
Offline
Post: #6
RE: Halp
Im a noooooooooob , I don't know how to work the internets T_T

[Image: 33461340ku1.jpg]
30/03/2008 05:00 PM
Find all posts by this user Quote this message in a reply
Slushba132
BustyLoli-Chan

Posts: 3,125.3993
Threads: 508
Joined: 20th Feb 2008
Reputation: -8.27558
E-Pigs: 73.1299
Offline
Post: #7
RE: Halp
Its like senseito said its a php random image generator. look it up on google

30/03/2008 05:03 PM
Visit this user's website Find all posts by this user Quote this message in a reply
xero1
Love Mage/Red Mage LV: 99/75

Posts: 1,193.1964
Threads: 136
Joined: 14th Apr 2007
Reputation: -2.36942
E-Pigs: 51.3231
Offline
Post: #8
RE: Halp

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/*
 * Name your images 1.jpg, 2.jpg etc.
 * Add this line to your page where you want the images to 
 * appear: <?php include "randomimage.php"; ?>
 */ 

// Change this to the total number of images in the folder
$total = "11";

// Change to the type of files to use eg. .jpg or .gif
$file_type = ".jpg";

// Change to the location of the folder containing the images
$image_folder = "images/random";

// You do not need to edit below this line

$start = "1";
$random = mt_rand($start, $total);
$image_name = $random . $file_type;
echo "<img src=\"$image_folder/$image_name\" alt=\"$image_name\" />";
?>


Hmmm

30/03/2008 05:07 PM
Find all posts by this user Quote this message in a reply
Sushi
Baka.

Posts: 475.3302
Threads: 37
Joined: 28th Jul 2007
Reputation: -4.56241
E-Pigs: 10.3935
Offline
Post: #9
RE: Halp
I can't do this because its not my server it's some gay blog site

[Image: 33461340ku1.jpg]
(This post was last modified: 30/03/2008 05:15 PM by Sushi.)
30/03/2008 05:14 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,023.4213
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.0333
Offline
Post: #10
RE: Halp
This is the one I used for random sigs a while ago: http://endlessparadigm.com/forum/showthread.php?tid=638
(just edited it to add in something which I feel should be there)

The EP one is different, as it selects pictures based on time.  Also, it's "internal" - ie doesn't link to a PHP script (and allows caching and runs faster).


If you don't have your own server, then you can't use PHP scripts.  A random Javascript image generator might be better - but then, you'd have to be able to put your own Javascript code in.
01/04/2008 06:11 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: