/*
* 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;
}
}
}
}
}
Convivea - Home of Bit Che
Home |
Download
|
Donate
|
Forums
|
Contact |
|
Latest News: Bit Che 3.5 build 50 has been released for public use! Download Now! |
Products |
Bit Che
Download
MP3 Checker
Download
|
|
Home
Welcome, Guest. Please login or register. Did you miss your activation email?
Convivea News: |
|
Be apart of our community by joining our online forums. Registration is FREE! Members will receive access to beta versions and can also help directly with the development of the software projects. Register today!
NEW: Bit Che 3.5 build 50 has been released for public use! Download Now! |
|
Please welcome nancychandler340, our newest member.
Forum Recent Topics:
[General Discussion]
|
How to Integrate Homeworkify into Your Daily Homework Routine
by Thomas51
|
Yesterday at 01:24:45 am
|
[Offbeat Relish]
|
UFABET มีลีกฟุตบอลอะไรให้เดิมพันบ้าง? ครอบคลุมระดับโลกหรือแค่บางประเทศ?
by Barob
|
Yesterday at 12:29:03 am
|
[General Discussion]
|
Bringing Imagination to Life: AI’s Impact on 3D Room Design
by Thomas51
|
Yesterday at 12:23:35 am
|
[General Discussion]
|
Bookmaker blocked - looking for a new one
by Dosl
|
July 12, 2025, 11:48:41 pm
|
[Offbeat Relish]
|
Where can I buy a very good essay?
by Thomas51
|
July 12, 2025, 09:53:50 pm
|
[Offbeat Relish]
|
Looking for a Reliable Online Casino
by Edlund
|
July 12, 2025, 08:37:19 pm
|
[General Discussion]
|
What can be done in messengers to solve marketing problems?
by disha8
|
July 12, 2025, 05:17:02 am
|
[General Discussion]
|
Apostas em esportes menos populares: vale a pena?
by Dosl
|
July 12, 2025, 05:08:18 am
|
Featured Product:
About Bit Che Screen Shot
|
Bit Che is an engine and script language for searching other websites.
- Super quick searching
- Able to preview file details
- Open source script files are customizable
More Information Download
|
 |
|
thank you for donating!
Current Projects:

|
|
|
|
|