morbid28
Nov 17 2006, 05:24 AM
Okay crap.. Im sorta lost.. I think im missing a main point or something.. hrmm.. Okay this is what I have. On my desktop. a Folder named sig.jpg .. All my images are jpg and im going to use this rotating sig on a different forum.. but okay i have that and Inside it i have a notepad thing named index.php and it says inside it <?php Header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0"); Header("Expires: Thu, 19 Nov 1981 08:52:00 GMT"); Header("Pragma: no-cache"); Header("(anti-spam-(anti-spam-(anti-spam-content-type:))) image/gif"); srand((double)microtime()*1000000); $randnum = rand(0,7); if($randnum == 0) { readfile("http://img.photobucket.com/albums/v304/badpooo/Ninsig.jpg"); } else if($randnum == 1) { readfile("http://img.photobucket.com/albums/v304/badpooo/Morbid28EzpkSi gcopy.jpg"); } else if($randnum == 2) { readfile("http://img.photobucket.com/albums/v304/badpooo/MM-MorbidJspSi g2.jpg"); } else if($randnum == 3) { readfile("http://img.photobucket.com/albums/v304/badpooo/MorbidTranceSi g.jpg"); } else if($randnum == 4) { readfile("http://img.photobucket.com/albums/v304/badpooo/MM-MorbidJspSi gEdit.jpg"); } else if($randnum == 5) { readfile("http://img.photobucket.com/albums/v304/badpooo/SimpsonMorbid2 8Sig.jpg"); } else if($randnum == 6) { readfile("http://img.photobucket.com/albums/v304/badpooo/Morbid28avatar Sig.jpg"); } else if($randnum == 7) { ok.. so.. also in the folder. I have another notepad text thing.. Named: list.txt . and it says. http://img.photobucket.com/albums/v304/badpooo/Ninsig.jpghttp://img.photobucket.com/albums/v304/bad...EzpkSigcopy.jpghttp://img.photobucket.com/albums/v304/bad...idTranceSig.jpghttp://img.photobucket.com/albums/v304/bad...rbidJspSig2.jpghttp://img.photobucket.com/albums/v304/bad...dJspSigEdit.jpghttp://img.photobucket.com/albums/v304/bad...Morbid28Sig.jpghttp://img.photobucket.com/albums/v304/bad...28avatarSig.jpgNOW... * Takes a breath *.. My Question is.. What do I do next.. How do I make 1 link or w/e that I can paste into the Sig and It will rotate all this crap for me.. I am very confused!! OMG.. lol.. PLEASE Reply! OR. Email me at Badpooo@hotmail.com Please please help me Ive been trying to figure this out forever and Im stupid or something and cant get it.. ERR!! HELP! .. ty.
Comment/Reply (w/o sign-up)
tajemranks
Jan 21 2007, 09:47 AM
hope more organized tutorial, still confuse about the step!... can we put a (different) link for every different image?...
Comment/Reply (w/o sign-up)
Shining
Jan 21 2007, 10:42 AM
This is a very good tutorial. I may have done it other ways and made the script get all the images from a directory, but then again it is pretty cool. If people do not understand the "rand" statement, maybe they should check out PHP's website, http://www.php.net/rand. Remember in a rand() function it is the first number then a comma then the last. Correct:CODE rand(0, 10); Not Correct:CODE rand(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
Comment/Reply (w/o sign-up)
street
Jan 21 2007, 12:34 PM
this is a really good tutorial i always wanted to know how to make a random sig come up every time i am going to use this for different banners on my site instead for on a forum. PHP always seem like a complex language and you make it look so simple.
Comment/Reply (w/o sign-up)
Amicus
Apr 10 2007, 03:37 PM
Damen
Apr 10 2007, 07:34 PM
Very informative thread! Thanks a bunch. I know how troublesome it is to try and do this myself. Lots of times I ended up making and animated gif! I would make it transition through all of my sigs..It was a easy solution but ended up droping the quality of my sigs. It also was repetitive. But with this I can no longer have that problem! Thanks a bunch! -Damen
Comment/Reply (w/o sign-up)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9
Recent Queries:--
how to make cool siggy? - 31.92 hr back. (1)
-
how to make siggie - 61.81 hr back. (1)
-
how to make a sig with photobucket - 76.50 hr back. (1)
-
how to make an sig? - 82.80 hr back. (1)
-
make a sig - 99.56 hr back. (1)
-
how to create roator in xhtml - 112.45 hr back. (1)
-
how to make sig rotator - 157.84 hr back. (1)
-
copy and paste adfree php image rotator - 164.33 hr back. (1)
-
how to make a sig online - 176.67 hr back. (1)
-
how to make sig - 208.23 hr back. (1)
-
sigrotator - 209.87 hr back. (1)
-
siggy rotator - 216.13 hr back. (3)
-
how to make a rotator sig - 240.02 hr back. (1)
-
sig rotator - 25.56 hr back. (13)
Similar Topics
Keywords : make, sig, rotator, people, multiple, sigs
- Sharepoint Calendars Integrated Into Outlook 2007
Showing multiple Sharepoint Calendars in Outlook 2007 (Company wide De (0)
Start Multiple Programs With One Shortcut
Windows XP (17) Welcome to my turoial on how to start multiple programs using one shortcut. You may probably be
wondering how this is possible. Well this tutorial will use a language from MS-DOS called batch. I
am not sure whether it is "language", but I do know that it is a way to program for MS-DOS. Batch is
simply a way to run several MS-DOS commands with just one command. All batch files are run through
Command Prompt, but they can be accessed with shortcuts also. Here are a few requirements for this
tutorial. Requirements Windows XP (I tested this on XP, but it should work on m....
Image Rotator Script (another One)
easy to implement (0) In case you haven't noticed, I have a different Avatar display on the Forum each time the page
is refreshed. /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif"
/> For those of you who might want the script to do that, here is the one I am using: HTML
$filesp = glob('*.png'); if(empty($filesp)){ echo 'no images found...die br >';
die(); } else{ foreach ($filesp as $file) { $img_array = trim($file); } } shuffle($img_array);
//select image at random header("C o n t e n t{dash}t y p e: image/png"); // replace th....
Dynamic Signature - Yet Another Way To Do It
Create dynamic sigs for multiple users using .htaccess and RewriteRule (0) Ever since I connected a program I made in Visual Basic to MySQL database, I had an idea to create
some sort of a status page... And I did that, where I updated my connection status every 60 seconds,
updated my Winamp playlist, and several other interesting things... Then, I figured I could create
an image, and display all that info, and show it on forums, as a signature... And I made a great
PHP script, that look real fancy, and does the job perfectly... So, I was adding the reference to
http://status.galahad.trap17.com/stat.php to all the forums... BUT (there's ....
How To Group Multiple Sets Of Data In Microsoft Excel 2007
(0) How to Group Multiple Sets of Data in Microsoft Excel 2007 Sometimes you may open several
workbooks and work with a number of the same workbooks at a time. You can open this group of files
with Microsoft Excel 2007 simultaneously. But you have to define them as part of a workspace, and
save them in a single Excel 2007 file. To do this, follow below steps: 1- Click On the View tab and
then in the Window group click Save Workspace. The Save Workspace dialog box appears. 2- In the File
name field, type your work name and then Click Save. 3- At the top-left of window, C....
Installing Multiple Os On Your Pc
How to do that (0) Hi everyone, Ok before I start, I want to let you guys know the meanings of some of the
terminologies I will be using in here. Boot loader is a small program which the operating system
places on the selected partition (in most cases, the MBR ). it is a small program that loads the
operating system into the computer’s memory when the system is booted and also starts the
operating system. So, before you can think of configuring your PC to have multiple boot, you should
also know how to play around with 'em boot loaders too. And you should also make sure that y....
Multiple Classes In Html
you can use more than one at a time (8) Multiple Classes in Css Styles Classes are used in html pages to give certain defined
attributes to elements. They are useful when the attributes are to be used in more than one place on
a page. (Named Id's are only allowed once per page, but I digress... might have a tutorial on
that some day.) Sometimes you want Red text and sometimes you want Bold text. Easy enough to do,
simply define a class and apply it to the element you want red or bold. Use this class where you
want on the page, since classes are enabled to be used in several spots, for different u....
Yet Another Signature Rotator
(Easier, and more Efficient) (7) Hey Trap, It's Mr. Panda, and I'm introducing a signature rotator script I came across
several months ago. Unlike most other signature rotators on trap17, this one does DOES NOT
require the configuration process, and a new signature can be added, simply by uploading it to the
proper directory. Seeing as this requires so much less configuration, I do hope it will be
implemented by some of you 'Sig Masters' out there /biggrin.gif' border='0'
style='vertical-align:middle' alt='biggrin.gif' /> , that have to add another line of code to your
rotator file....
Multiple Admin Login (php)
This is a script that doesnt requre SQL (3) first off make a login.html page Code: QUOTE Admin Login Username: Password:
then make a check.php page Code: QUOTE $admin1 = "admin1"; // first
admin username $adm_pass1 = "password1"; // first admin password $admin2 = "admin2"; // second
admin username $adm_pass2 = "password2"; // second admin password if(($username == $admin1 &&
$password == $adm_pass1) || ($username == $admin2 && $password == $adm_pass2)){ echo
"Congratulations " . $_POST . " You may now proceed to the admin area !"; } else { echo "Userna....
Simple Image Rotator
randomly rotate images (6) First, It's really confusing. Do you know any tutorials on Image Manipulation on PHP?
Here's another simple one: 1. Create a 5 image. 2. Rename them to something like:
image1.jpg; image2.jpg; and so on... 3. Create your PHP file (rotation.php) 4. Enter the
following code: CODE header("content-type: image/jpeg");
readfile("image".mt_rand(1,3).".jpg"); ?> 5. Execute your script.....
Looking for make, sig, rotator, people, multiple, sigs
|
Searching Video's for make, sig, rotator, people, multiple, sigs
|
advertisement
|
|