/* * 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; } } } } }
[img]http://img225.imageshack.us/img225/9494/gwebssignaturefl5.png[/img]
GweBS Air Africa. Proud Member of Infinity Group Alliance. ID 7189
[size=10]We Make You Fly. Better[/size]
I don't like the way it reduces the quality of my pictures.
[img]http://www.airlinemogul.com/airlinelogos/logo_96_edited.jpg[/img][b][u]Fly Mogul -- ID 5843[/u][/b] [i]***A Proud Member of the [url=http://usg.orangeams.nl/]United Sky Group[/url]***[/i]
[color=red]The unofficial airline of Airline Mogul, which means I get special privileges[/color] :P
Your signature is too long.
Now when i put in this:Code: [Select][img]http://www.airlinemogul.com/airlinelogos/logo_96_edited.jpg[/img][b][u]Fly Mogul -- ID 5843[/u][/b] [i]***A Proud Member of the [url=http://usg.orangeams.nl/]United Sky Group[/url]***[/i]
[color=red]The unofficial airline of Airline Mogul, which means I get special privileges[/color] :P
it gives me thisCode: [Select]Your signature is too long.
:evil: :evil: :evil:
Yay! :D :D :D :D :D :D :D
i sacrificed the color in the last line and turned it into bold. :(
(but really, who cares?)
Yay! :D :D :D :D :D :D :D
@gagahput3ra's first comment: probably because i put it on a flash drive, then cropped it, then cropped it about 5 more times to get it below 90 px, then uploaded it to my airline, then took the uploaded picture and put it here. it probably just got a bit worse each time i did something to it. :) :roll:
@gagahput3ra's last comment: Yuo canot excpect the unoficial sorce too bee riliable, can yuo? *spelling errors intentional*