صفحة 1 من 1

[ ??? ] ?? ????? ?? ????? ????? ??????

مرسل: الاثنين فبراير 25, 2008 5:22 pm
بواسطة Stylish
??????? ???? ???? ??? ??? ?????? ? ???? ?? ??? ??????? , ??? ?? ??? ???????? ?? ?? ??? ???? ???????

??????? ??? ????? ???? ?? ????? ?? ????? ???? ?? ??????? ???? ????? ?????? :
?? ????? ?? ????? ????? ??????
??? ???????
??? ?????? ?? ???? ???? ?? ???????? ??? ???? ??????? ???? allow_url_fopen ?? ??? ??????? php.ini

????
??? ???? ???? ???????? ?????? ??? ??? ????????? php.ini , ??? ????? ? ???? ?? ?? ?????? ???? ?????? on, ? ?? ?????? ????? ??????? .
?? ??????? ???? ??? ?????? ????? ?? ??? ????????? php.ini ???? ???? ?????? ?? ??? ?????? ????? ?????? ?? ?? ???????? ?????? ?????? , ?????? ???? ?????? disable_functions allow_url_fopen , ? ??????? allow_url_fopen Off

?????? ??? ??????? , ???? ??????? ????? ????? ???????? ?? ??????? ???????? ??? cURL , ???????? ???????

???? ??? includes/message_parser.php

???? ??

كود: تحديد الكل

?????????if?($stats?===?false)
?????????{?
??? ????

كود: تحديد الكل

????????????????if?(function_exists('curl_exec'))
????????????????{
???????????????????$c_img?=?curl_init();
???????????????????$c_timeout?=?8;?//The?timeout,?in?seconds.?You?may?want?to?change?this
???????????????????$c_max_filesize?=?64000;?//The?max?file?size?loaded?into?memory
???????????????????curl_setopt($c_img,?CURLOPT_URL,?$in);
???????????????????curl_setopt($c_img,?CURLOPT_RETURNTRANSFER,?1);
???????????????????@curl_setopt($c_img,?CURLOPT_BUFFERSIZE,?$c_max_filesize);
???????????????????curl_setopt($c_img,?CURLOPT_CONNECTTIMEOUT,?$c_timeout);
???????????????????curl_setopt($c_img,?CURLOPT_FOLLOWLOCATION,1);
???????????????????$grabbed_img?=?@curl_exec($c_img);
???????????????????curl_close($c_img);
???????????????????$stats[0]?=?$stats[1]?=?false;
???????????????????if?($grabbed_img)
???????????????????{
??????????????????????$grabbed_img?=?@imagecreatefromstring($grabbed_img);
??????????????????????$stats[1]?=?@imagesx($grabbed_img);
??????????????????????$stats[0]=?@imagesy($grabbed_img);
??????????????????????unset($grabbed_img,?$c_img);
???????????????????}
???????????????????if?(!$stats[0]?||?!$stats[1])
???????????????????{
??????????????????????$stats?=?false;
???????????????????}
????????????????}
?????????????}
?????????????if?($stats?===?false)
?????????????{?????????
?

[ ??? ] ?? ????? ?? ????? ????? ??????

مرسل: الاثنين فبراير 25, 2008 6:18 pm
بواسطة phpbbx
???? ????? ????

???? ?? ??? ??????? ??????? ?? phpbbarabia.com

[ ??? ] ?? ????? ?? ????? ????? ??????

مرسل: الثلاثاء فبراير 26, 2008 11:09 am
بواسطة حبيب المصطفى
????? ?????? ??? ???????? ??????

[ ??? ] ?? ????? ?? ????? ????? ??????

مرسل: الثلاثاء فبراير 26, 2008 12:53 pm
بواسطة Stylish
phpbbx,
????? ??????? ?????? ?? ??????? , ???? ???? :roll:

???? ???????,
????? ??? ???

[ ??? ] ?? ????? ?? ????? ????? ??????

مرسل: السبت مارس 01, 2008 10:19 pm
بواسطة Garebooo
???? ?? ??? ???? ?????

????? ???? ??? ?? ??? ???? ?? ??? phpbb ?? ??????? ???????

?????

[ ??? ] ?? ????? ?? ????? ????? ??????

مرسل: الجمعة مارس 07, 2008 4:05 pm
بواسطة Amrstar89
???? ???? ???? ???? ????? ???? ????? ??? ??????? ???? ??? ??? ?? ??? ??????? ? ???? ??????? ???? ?? php.ini
?????? ???? ??? ???? ???????? ? ???? ?? ???? ????? ??? ???? ?????? ?? ?????