/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
I think I'll ban animated signatures. They slow down my viewing of the forums when I have time off at work and attract too much attention...
I think I'll ban animated signatures. They slow down my viewing of the forums when I have time off at work and attract too much attention...
Still looking for one.. sig must be under 250k
There should be a max size for animated gifs, say 150k. Jp, yours is 3 times that, and that does hog older computers.
Mine and Stephens are around 100k which should not be too bad. :)
Quote from: "Scandalian Airlines"There should be a max size for animated gifs, say 150k. Jp, yours is 3 times that, and that does hog older computers.
Mine and Stephens are around 100k which should not be too bad. :)
Totally wrong! More than 600k!
Quote from: "jameswyhk"Quote from: "Scandalian Airlines"There should be a max size for animated gifs, say 150k. Jp, yours is 3 times that, and that does hog older computers.
Mine and Stephens are around 100k which should not be too bad. :)
Totally wrong! More than 600k!
WTF, are you high or something? I can image most of our computers will freeze every time the sig comes up. For example JPS's current sig hogs down my school computers whenever It is viewed, so you scroll down and it starts stuttering
Quote from: "iranair777"Quote from: "jameswyhk"Quote from: "Scandalian Airlines"There should be a max size for animated gifs, say 150k. Jp, yours is 3 times that, and that does hog older computers.
Mine and Stephens are around 100k which should not be too bad. :)
Totally wrong! More than 600k!
WTF, are you high or something? I can image most of our computers will freeze every time the sig comes up. For example JPS's current sig hogs down my school computers whenever It is viewed, so you scroll down and it starts stuttering
Well, he wanted many things to appear on his sig.
Quote from: "jameswyhk"Quote from: "iranair777"Quote from: "jameswyhk"Quote from: "Scandalian Airlines"There should be a max size for animated gifs, say 150k. Jp, yours is 3 times that, and that does hog older computers.
Mine and Stephens are around 100k which should not be too bad. :)
Totally wrong! More than 600k!
WTF, are you high or something? I can image most of our computers will freeze every time the sig comes up. For example JPS's current sig hogs down my school computers whenever It is viewed, so you scroll down and it starts stuttering
Well, he wanted many things to appear on his sig.
you dont need 600k to put so many things on a sig. and anyway, you can put more than one thing in each slide :roll:
Totally wrong! More than 600k!
If you can remind me of the siggy size rule, and send the the Logo, then I will happily have a go :D
Please use the form below to upload a logo. The logo must be JPEG, PNG or GIF. It cannot be wider than 300px, or taller than 90px. It must be under 500kb in size. They must also be horizontal in appearance, portrait logos will be rejected. Any issues uploading a logo please report them on the forums.