Page 1 of 2 12 LastLast
Results 1 to 15 of 24

Thread: Rotating Signature Question

  1. #1
    Join Date
    Nov 2003
    Location
    Where sea meets sky
    Posts
    2,997
    Thanks
    3
    Thanked 19 Times in 14 Posts
    Blog Entries
    1
    EP Points
    5

    Default Rotating Signature Question

    Alright, I've talked and tried on my own, but I haven't come up with anything on my own, so I'll pose this signature question in this forum (even though it strikes me as more of a coding problem than a signature one).

    Does anyone here know how I could create a rotating signature for my account on this forum? Everything I'm finding requires asp, Java, or something else that doesn't seem to work very well in forum posts. If anyone could help, I would find it most kind. Thank you in advance.

  2. #2
    Join Date
    Nov 2003
    Location
    USA
    Posts
    4,104
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Rotating signature...like one that changes every so often?

    You would most certainly need something like javascript. Or maybe something really complicated in flash (don't know if that is possible).

  3. #3
    Join Date
    Jun 2004
    Posts
    10,584
    Thanks
    0
    Thanked 4 Times in 4 Posts
    EP Points
    5

    Default

    http://www.forumshq.com/showthread.p...8991#post78991
    If you need help on how to setup, just reply. You'll need a webhost of any sort.

    Edit: You can also use it for avatars btw. I'm currently using that script, everytime you refresh it will show a random signature image.
    Last edited by polobunny; 7th-June-2005 at 04:22.

  4. #4
    Join Date
    Oct 2002
    Location
    Granada
    Posts
    9,337
    Thanks
    0
    Thanked 4 Times in 2 Posts
    EP Points
    5

    Default

    Quote Originally Posted by polobunny
    http://www.forumshq.com/showthread.p...8991#post78991
    If you need help on how to setup, just reply. You'll need a webhost of any sort.

    Edit: You can also use it for avatars btw. I'm currently using that script, everytime you refresh it will show a random signature image.
    Eh... The message that guy wrote says it does not work on vBulletin... Oh well.

  5. #5
    Join Date
    Jun 2004
    Posts
    10,584
    Thanks
    0
    Thanked 4 Times in 4 Posts
    EP Points
    5

    Default

    It does, it does. Trust me because I tested it.

  6. #6
    Join Date
    Nov 2003
    Location
    Where sea meets sky
    Posts
    2,997
    Thanks
    3
    Thanked 19 Times in 14 Posts
    Blog Entries
    1
    EP Points
    5

    Default

    It only doesn't work for vBulletin avatars. For sigs, it should theoretically work just fine.

    I say theoretically, because I couldn't get it or some other scripts I found to work. Ironically enough, when you said you were using it for your sig then, polobunny, all I was seeing there was red x's.

  7. #7
    Join Date
    Jun 2004
    Posts
    10,584
    Thanks
    0
    Thanked 4 Times in 4 Posts
    EP Points
    5

    Default

    Only red X's? It worked fine with firefox but you might need to specify a false image adress for Iexplore.

    Here it is, firefox working version
    <img src="http://membres.lycos.fr/polobunny2/signatures/sig.php">

    And here it is Iexplorer version
    <img src="http://membres.lycos.fr/polobunny2/signatures/sig.php?bleh=hehe.jpg">

    Edit: Whoa now I can't make it work.
    Last edited by polobunny; 18th-June-2005 at 06:25.

  8. #8
    Join Date
    Nov 2003
    Location
    Where sea meets sky
    Posts
    2,997
    Thanks
    3
    Thanked 19 Times in 14 Posts
    Blog Entries
    1
    EP Points
    5

    Default

    Um...I hate to say it, but both of those are red x's when linked to the forums, though both work fine when copy-pasted to the address bar. I'm using IExplore...

    EDIT: A cache may have explained why you could see it where I couldn't...maybe?

    It's really a pity we can't upload PHP or ASP scripts to the forums themselves...should we ask Masj about the possibility of adding a script for rotating sigs/avatars? That one does have a point failure on the forums themselves, after all, rather than in the code itself...
    Last edited by Mistral; 18th-June-2005 at 06:29.

  9. #9
    Join Date
    Jun 2004
    Posts
    10,584
    Thanks
    0
    Thanked 4 Times in 4 Posts
    EP Points
    5

    Default

    Sometimes the image loads sometime not.

  10. #10
    Join Date
    Nov 2003
    Location
    USA
    Posts
    4,104
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Now wait a second...could you use a gif or something? Or whatever the moving emoticons are?

  11. #11
    Join Date
    Oct 2002
    Location
    Granada
    Posts
    9,337
    Thanks
    0
    Thanked 4 Times in 2 Posts
    EP Points
    5

    Default

    Quote Originally Posted by Xaenn
    Now wait a second...could you use a gif or something? Or whatever the moving emoticons are?
    Well I supose you could...

    But I want to have like a Radom Avatar thing going... I have too many to change them myself.
    Last edited by GundamGuy; 18th-June-2005 at 17:49.

  12. #12
    Join Date
    Nov 2003
    Location
    USA
    Posts
    4,104
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by GundamGuy
    Well I supose you could...

    But I want to have like a Radom Avatar thing going... I have to many to change my self.
    Yeah, that would definately be a different problem alltogether.

  13. #13
    Join Date
    Nov 2003
    Location
    Where sea meets sky
    Posts
    2,997
    Thanks
    3
    Thanked 19 Times in 14 Posts
    Blog Entries
    1
    EP Points
    5

    Default

    And I was looking for a random rotation by reload, rather than rotation by time, which means a gif, for my purposes, is right out.

  14. #14
    Join Date
    Jul 2003
    Location
    Olympia, WA
    Posts
    4,745
    Thanks
    0
    Thanked 2 Times in 1 Post

    Default

    If you have a webhost with PHP, I can give you the necessary file so that you can place it in your sigs folder to make them rotate. To use it it would be
    HTML Code:
    <img src="http://www.host.com/sigs/random.php" alt="Something" title="Something"></img >
    Really easy shit. If it comes down to it, I could probably host you for a while so that you can get your own hosting.

  15. #15
    Join Date
    Jun 2004
    Posts
    10,584
    Thanks
    0
    Thanked 4 Times in 4 Posts
    EP Points
    5

    Default

    Yeah that was mostly the purpose, can by any way you could provide us the file?
    Not that I need to use it at the moment, but it's always great to have this lying somewhere.

Similar Threads

  1. ftp question
    By E.M.S. Monkey in forum Computer Corner
    Replies: 3
    Last Post: 24th-January-2005, 09:37
  2. question about fights..
    By brit in forum Free 4 All
    Replies: 68
    Last Post: 16th-February-2004, 21:52
  3. PSX model question.
    By RuKuS in forum Everything Emulation
    Replies: 1
    Last Post: 3rd-February-2004, 15:51
  4. My Final Question, I Promise
    By SunJianWu in forum Everything Emulation
    Replies: 10
    Last Post: 30th-January-2004, 03:48
  5. Question about my video card
    By Big G in forum Computer Corner
    Replies: 15
    Last Post: 25th-January-2004, 01:46

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About Us

We are the oldest retro gaming forum on the internet. The goal of our community is the complete preservation of all retro video games. Started in 2001 as EmuParadise Forums, our community has grown over the past 18 years into one of the biggest gaming platforms on the internet.

Social