Jump to content
xisto Community

Magic-Node

Members
  • Content Count

    27
  • Joined

  • Last visited

Posts posted by Magic-Node


  1. If you mean how to get a random password, this is one way to do it:

    function RandomPass( $passLength ) [br]{ [/br]  $PassChars = 'ABVDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; [br]  $Vouel = 'aeiou'; [/br]  $Pass = ""; [br] [/br]  for ($index = 1; $index <= $passLength; $index++) [br]  {        [/br]     if ($index % 3 == 0) [br]     { [/br]       $randomNumber = rand(1,strlen($Vouel)); [br]       $Pass .= substr($Vouel,$randomNumber-1,1);    [/br]     }else [br]       { [/br]         $randomNumber = rand(1,strlen($PassChars)); [br]         $Pass .= substr($PassChars,$randomNumber-1,1); [/br]       } [br]  } [/br]  return $Pass; } [br] [/br]$regpass = RandomPass(6);


  2. I agree with them. If you have trouble with viewing signatures, then its your problem. It is not our fault that you are using aol or something crappy like that. Hence, please don't expect us to change our signature just because your internet sucks. Thank you.

     

    Oh, and i've changed to a new sig =P

    Yes I know it is my problem and I have dealt whit the problem now, by using firefox and adblock. I know it isn?t your fault that I can?t get a faster Internet connection :(. I am just saying that people shod consider that some off us that still is stuck on modems, and not make a 100 kb large signature.

     

    Nice sig. :(

     

     

    And Zenchi, I cant understand what you are so angry about. :(


  3. Do you mean something like this?

    <?php[br]if($_GET['show'] == "guestbook")[/br]{[br]	echo "guestbook";[/br]}[br]elseif($_GET['show'] == "info")[/br]{[br]	echo "info";[/br]}[br]else[/br]{[br]	echo '<a href="?show=guestbook"> guestbook </a><br>';[/br]	echo '<a href="?show=info"> info </a>';[br]}[/br]?>


  4. well... if you think the board loads to slow...use the light version... (or lo-fi)
    then it wont be a prob...


    The light version is to light it don't even have something that shows witch massages that are new:unsure:

    In the latest version of IE (6.0.29, SP2) it's Tools > Internet Options > Advanced > Multemedia > (Checkbox) Show Pictures


    yes but that makes all the images go away. It will be hard to answer any posts..:D


    Mine is 500 x 250, yours is 500 x 100, so you really don't have room to talk. Since this is so bloody important to others who can't wait 2 or 3 seconds longer to load a page, I've taken my time to look for the image disabeling option in Internet Explorer.
    2 or 3 seconds for you perhaps, but i that is stuck on a modem it takes much longer to load an big signature


    yours for example is (was you did remove it, good :lol:) 90 kb large, my maximum download rate is 5 kb/s 5/90= 18 s just for your signature. If you count all the signatures at this topic their total size is 268 kb = 53,6 s off extra loading time. :P

  5. I have a question: Is it really nessesry to have thees huge banners in the signatures. I am starting to get tiered off scrolling 1/3 screen length extra for every on that wants to show some picture. Wouldn't it be a good idea to ban thees pictures or at lest set up a rule about how high they are aloud to bee ?

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.