Prasanth Posted April 1, 2002 Share Posted April 1, 2002 how to add more than one sig Link to comment Share on other sites More sharing options...
Keldyn Posted April 1, 2002 Share Posted April 1, 2002 moved to General Forum.... And you mean a sig that changes ? i.e Dynamic ? Keldyn - staff - neowin.net Link to comment Share on other sites More sharing options...
Prasanth Posted April 1, 2002 Author Share Posted April 1, 2002 Originally posted by Keldyn And you mean a sig that changes ? i.e Dynamic ? yep yep Link to comment Share on other sites More sharing options...
Prasanth Posted April 1, 2002 Author Share Posted April 1, 2002 come on keldyn Link to comment Share on other sites More sharing options...
Winston Posted April 1, 2002 Share Posted April 1, 2002 its php coding ask people who has it for help Link to comment Share on other sites More sharing options...
honz12 Posted April 1, 2002 Share Posted April 1, 2002 Try this page Note dazzla's post near the bottom. Link to comment Share on other sites More sharing options...
Prasanth Posted April 1, 2002 Author Share Posted April 1, 2002 thanks honz12:) Link to comment Share on other sites More sharing options...
neowin_hipster Posted April 2, 2002 Share Posted April 2, 2002 If you want the image to become a link: (remove white of couse) [ URL ] [ img ] blah.jpg [/img] [/url] Link to comment Share on other sites More sharing options...
GT_RULES Posted April 2, 2002 Share Posted April 2, 2002 WHA?! Link to comment Share on other sites More sharing options...
Keldyn Posted April 2, 2002 Share Posted April 2, 2002 Originally posted by prasanth16 come on keldyn Sorry prasanth, i tried searching over the forums for the answer to this one but came up with nothing. Glad to see you have it sorted now Keldyn Link to comment Share on other sites More sharing options...
Prasanth Posted April 2, 2002 Author Share Posted April 2, 2002 its not working:disappoin someone help me Link to comment Share on other sites More sharing options...
Geronimo Posted April 2, 2002 Share Posted April 2, 2002 create the sig.php file and place it on your host that has the images. then link to sig.php Link to comment Share on other sites More sharing options...
Prasanth Posted April 2, 2002 Author Share Posted April 2, 2002 geronimo plz tell me how to link:) Link to comment Share on other sites More sharing options...
Geronimo Posted April 2, 2002 Share Posted April 2, 2002 in your sig box. enter {URL}urlwhereyoursig.phpfileis{/URL} replace { with [ Link to comment Share on other sites More sharing options...
Prasanth Posted April 2, 2002 Author Share Posted April 2, 2002 php not supported by the host:( Link to comment Share on other sites More sharing options...
Geronimo Posted April 2, 2002 Share Posted April 2, 2002 try using www.lycos.co.uk they support php and hotlinking. Link to comment Share on other sites More sharing options...
Tim Dorr Veteran Posted April 2, 2002 Veteran Share Posted April 2, 2002 uh...tripod doesn't do php. So, you aren't going to be able to get to work no matter how hard you try.... Link to comment Share on other sites More sharing options...
Geronimo Posted April 2, 2002 Share Posted April 2, 2002 the UK one allows php and hotlinking, or they use to. Having difficultly getting to the site tonight though. Link to comment Share on other sites More sharing options...
Faction Posted April 2, 2002 Share Posted April 2, 2002 Ask hackersportz, my host didnt support PHP, but i asked him, and he hosted and had it up in a second ;) thx hackersportz Link to comment Share on other sites More sharing options...
Weasel Posted April 2, 2002 Share Posted April 2, 2002 Create a file called sig.php on your server (your server must support php) The following code is for three images, you can modify it for as many images as you want. Make sure the images are in the same directory as the sig.php file. Make sure there is NO WHITESPACE outside of the "<? ?>" tags. <? $URL1="sig1.gif"; $URL2="sig2.gif"; $URL3="sig3.gif"; srand((double) microtime() * 1000000); $num=rand(1,3); if($num==1) @header ("Location: $URL1"); elseif($num==2) @header ("Location: $URL2"); else @header ("Location: $URL3"); ?> then, in the Neowin User CP put this is your sig table, make sure to replace {'s with [ etc... {IMG}http://www.yourserver.com/sig.php{/IMG} Hope that helps :) Link to comment Share on other sites More sharing options...
Recommended Posts