Question about cycling sigs... - PlanetSide Universe
PSU Social Facebook Twitter Twitter YouTube Steam TwitchTV
PlanetSide Universe
PSU: Avid contributer to world-wide obesity.
Home Forum Chat Wiki Social AGN PS2 Stats
Notices
Go Back   PlanetSide Universe > General Forums > Tech Forum

Reply
 
Thread Tools Search this Thread Display Modes
Old 2004-06-04, 02:48 AM   [Ignore Me] #1
UncleDynamite
Lieutenant Colonel
 
UncleDynamite's Avatar
 
Question Question about cycling sigs...


A quick question for all of you techies: despite the fact that I have just made a new sig, I want to set up a sig-rotation like the ones Corrosion and Hamma have. I think I have an idea of how it's done, but I don't know the specifics. So if anyone can help me out, I'd greatly appreciate it! Thanks.
__________________
UncleDynamite is offline  
Reply With Quote
Old 2004-06-04, 07:42 AM   [Ignore Me] #2
tbdsamman
Corporal
 
tbdsamman's Avatar
 


I have a sig that uses a php script to randomly select an image (I don't use it here).
tbdsamman is offline  
Reply With Quote
Old 2004-06-04, 02:10 PM   [Ignore Me] #3
Rbstr
Contributor
Lieutenant General
 
Rbstr's Avatar
 
Misc Info


and like mine!

Basicaly you need to host all the sigs, put them in the Same FTP folder.

then you need a PHP script that you point your sig to in IMG tags tha randomly pics a picture. the files is out there someware thgouth i forget were, here's what my sig's pic URL is: http://s90796260.onlinehome.us/robsig.gif/index.php

Ask corrosion he may host yours if you ask nicely like he did mine
__________________

All opinions are not equal. Some are a very great deal more robust, sophisticated and well supported in logic and argument than others.
Rbstr is offline  
Reply With Quote
Old 2004-06-04, 03:27 PM   [Ignore Me] #4
EineBeBoP
Contributor
Pns Ndabut
 
EineBeBoP's Avatar
 
Misc Info


I'd host it, but I'm already hosting 3 atm. (mine, Navarone, and UV's)
I can help you set it up tho.
__________________
EineBeBoP is offline  
Reply With Quote
Old 2004-06-14, 07:14 PM   [Ignore Me] #5
Sp3ctre
Sergeant Major
 


How do you make the PHP script? Can someone cut and paste the code so I can modify it?

I'm making a website with randomised title pages, although I can't do it!!!
Sp3ctre is offline  
Reply With Quote
Old 2004-06-15, 01:11 PM   [Ignore Me] #6
dscytherulez
Lieutenant Colonel
 
dscytherulez's Avatar
 


Do a search, its been posted quite a few times here.
__________________
dscytherulez is offline  
Reply With Quote
Old 2004-06-15, 07:02 PM   [Ignore Me] #7
Sp3ctre
Sergeant Major
 


PHP Code:
<?php
//read folder
$folder=opendir("." );

$names = Array();

while ($file = readdir($folder))
$names[count($names)] = $file;

closedir($folder);

//sort file names in array
sort($names);

//remove any non-images from array
$tempvar = 0;
foreach ($names as $name)
{
$ext = strtolower(substr($name,-4));
if ($ext==".jpg"||$ext==".gif"||$ext=="jpeg"||$ext==" .png" )
$names1[] = $name;
}
//random
srand ((double) microtime() * 10000000);
$rand_keys = array_rand ($names1, 2);
//random image from array
$slika = $names1[$rand_keys[0]];
//image dimensions
$dimensions = GetImageSize($slika);
header ("Location: http://staff.planetside-universe.com/squeeky/Sigs/$slika " )
?>

That is the script, if your a PHP noobie copy paste all that code into Notepad, change the

http://staff.planetside-universe.com/squeeky/Sigs/$slika to the appropriate directory and on the "Save As" drop down box

select "All Files" and save as sigs.php

Upload to the directory defined in the .php script (the part you edited) and then upload all images you want to that

directory (script supports .jpg, .gif, .png, .bmp). Then take the URL (in my case

http://staff.planetside-universe.co...igs/squeeky.php) and paste it with [img] tags in your sig. Viola!


Goodluck.
OK, I found this info after a search and just wanna ask if it can be converted to work on a normal HTML website. It says paste the URL between [img] tags, but an HTML page won't have the same img tags. I'm an HTML n00b so any help will be appreciated
Sp3ctre is offline  
Reply With Quote
Old 2004-06-15, 07:09 PM   [Ignore Me] #8
FatalLight
Sergeant Major
 


html tags for images goes <img src=(url for img)>... i think...
__________________
FatalLight is offline  
Reply With Quote
Reply
  PlanetSide Universe > General Forums > Tech Forum

Bookmarks

Discord


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 06:31 PM.

Content © 2002-2013, PlanetSide-Universe.com, All rights reserved.
PlanetSide and the SOE logo are registered trademarks of Sony Online Entertainment Inc. © 2004 Sony Online Entertainment Inc. All rights reserved.
All other trademarks or tradenames are properties of their respective owners.
Powered by vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.