iPrestege Posted June 18, 2013 Share Posted June 18, 2013 السلام عليكم و رحمة الله وبركآتة~ حاولت اتصل بسيرفري اجيب معلومات منة بس مدري وش فية او بمعنى اوضح مآعرفت اشغله استخدمة <? mta_getServer("5.45.176.200","2013"); function mta_getServer_process($dat) { if (substr($dat,0,4)=="EYE1") { $dat=substr($dat,4); $i=0; while($dat!="") { if (substr($dat,0,2)==chr(1)."?") { $dat=substr($dat,2); } $l=ord(substr($dat,0,1)); $blks[$i]=substr($dat,1,$l-1); $dat=substr($dat,$l); $i++; } $ret->gameshort=$blks[0]; $ret->port=$blks[1]; $ret->name=$blks[2]; $ret->rules['game']=$blks[3]; $ret->map=$blks[4]; $ret->rules['version']=$blks[5]; if ($blks[6]=="0") { $ret->public=1; } else { $ret->public=0; } $ret->players=$blks[7]; $ret->maxplayers=$blks[8]; $j=0; for ($i=11; $i<sizeof($blks)-2; $i=$i+5) { $ret->player[$j]->name=$blks[$i]; $ret->player[$j]->score=$blks[$i+3]; $ret->player[$j]->time=0; $j++; } } return $ret; } function mta_getServer_send($fp) { fwrite($fp,"s"); } function mta_getServer($ip,$port) { $fp=fsockopen("udp://$ip", $port, $errno, $errstr); if (!$fp) { } else { stream_set_timeout($fp,1,0); mta_getServer_send($fp); $data=fread($fp,16384); fclose($fp); return mta_getServer_process($data); } } يقدر احد يشرح لي او يعدلة كيف يستخدم عندي خادم خاص للصفحات ودومين ..بس ابي اطلع المعلومات واحطها بـ كلام او شيء مدري كيف ينوصف مآله خبره ذذ Link to comment
./BlackBird# Posted June 18, 2013 Share Posted June 18, 2013 قلي وش تبي ترسل و ابي احاول اساعدك ^^ Link to comment
iPrestege Posted June 18, 2013 Author Share Posted June 18, 2013 بجيب معلومات الروم الاعبين .. اسمة .. اي بي .. بورت ..ألخ Link to comment
./BlackBird# Posted June 19, 2013 Share Posted June 19, 2013 (edited) جرب تضيف لرقم البورت 123 يعني يصير كذا 2013 + 123 = 2136 Edited June 19, 2013 by Guest Link to comment
iPrestege Posted June 19, 2013 Author Share Posted June 19, 2013 مافهمت يعني كذا بيتغير البورت Link to comment
./BlackBird# Posted June 19, 2013 Share Posted June 19, 2013 (edited) تم تعديل الكود و حذف بعض الاخطاء و تمت التجربة على سيرفر ثاني و ظبط <? mta_getServer("176.9.173.137","2136"); function mta_getServer_process($dat) { if (substr($dat,0,4)=="EYE1") { $dat=substr($dat,4); $i=0; while($dat!="") { if (substr($dat,0,2)==chr(1)."?") { $dat=substr($dat,2); } $l=ord(substr($dat,0,1)); $blks[$i]=substr($dat,1,$l-1); $dat=substr($dat,$l); $i++; } echo "<b>$blks[0]</b><br /> <b>$blks[1]</b><br /> <b>$blks[2]</b><br /> <b>$blks[3]</b><br /> <b>$blks[4]</b><br /> <b>$blks[5]</b><br /> <b>$blks[6]</b><br /> <b>$blks[7]</b><br /> <b>$blks[8]</b>"; } return $ret; } function mta_getServer_send($fp) { fwrite($fp,"s"); } function mta_getServer($ip,$port) { $fp=fsockopen("udp://$ip", $port, $errno, $errstr); if (!$fp) { } else { stream_set_timeout($fp,1,0); mta_getServer_send($fp); $data=fread($fp,16384); fclose($fp); return mta_getServer_process($data); } } ?> و هاذي اشياء ثانية port=$blks[1] name=$blks[2] map=$blks[4] players=$blks[7] maxplayers=$blks[8] جرب الي فوق و راح يشتغل Edited June 19, 2013 by Guest Link to comment
iPrestege Posted June 19, 2013 Author Share Posted June 19, 2013 ركبت الكود في صفحة html و php html : جاني الناتج : $blks[2]"; } return $ret; } function mta_getServer_send($fp) { fwrite($fp,"s"); } function mta_getServer($ip,$port) { $fp=fsockopen("udp://$ip", $port, $errno, $errstr); if (!$fp) { } else { stream_set_timeout($fp,1,0); mta_getServer_send($fp); $data=fread($fp,16384); fclose($fp); return mta_getServer_process($data); } } ?> ?> php : جا نفس الكلام Link to comment
./BlackBird# Posted June 19, 2013 Share Posted June 19, 2013 ركبت الكود في صفحةhtml و php html : جاني الناتج : $blks[2]"; } return $ret; } function mta_getServer_send($fp) { fwrite($fp,"s"); } function mta_getServer($ip,$port) { $fp=fsockopen("udp://$ip", $port, $errno, $errstr); if (!$fp) { } else { stream_set_timeout($fp,1,0); mta_getServer_send($fp); $data=fread($fp,16384); fclose($fp); return mta_getServer_process($data); } } ?> ?> php : جا نفس الكلام ورني صورة حقت php Link to comment
iPrestege Posted June 19, 2013 Author Share Posted June 19, 2013 <? mta_getServer("176.9.173.137","2136"); function mta_getServer_process($dat) { if (substr($dat,0,4)=="EYE1") { $dat=substr($dat,4); $i=0; while($dat!="") { if (substr($dat,0,2)==chr(1)."?") { $dat=substr($dat,2); } $l=ord(substr($dat,0,1)); $blks[$i]=substr($dat,1,$l-1); $dat=substr($dat,$l); $i++; } echo "<b>$blks[0]</b><br /> <b>$blks[1]</b><br /> <b>$blks[2]</b><br /> <b>$blks[3]</b><br /> <b>$blks[4]</b><br /> <b>$blks[5]</b><br /> <b>$blks[6]</b><br /> <b>$blks[7]</b><br /> <b>$blks[8]</b>"; } return $ret; } function mta_getServer_send($fp) { fwrite($fp,"s"); } function mta_getServer($ip,$port) { $fp=fsockopen("udp://$ip", $port, $errno, $errstr); if (!$fp) { } else { stream_set_timeout($fp,1,0); mta_getServer_send($fp); $data=fread($fp,16384); fclose($fp); return mta_getServer_process($data); } } ?> هذي النتيجة Link to comment
./BlackBird# Posted June 19, 2013 Share Posted June 19, 2013 شوف هاذي النتيجة بعض السيرفرات حاولت في السيرفر حقك مدري وش فيه بس بحاول و هذا الكود بعد تعديل بسيط ^^ <? mta_getServer("176.9.40.71","23208"); function mta_getServer_process($dat,$ip) { if (substr($dat,0,4)=="EYE1") { $dat=substr($dat,4); $i=0; while($dat!="") { if (substr($dat,0,2)==chr(1)."?") { $dat=substr($dat,2); } $l=ord(substr($dat,0,1)); $blks[$i]=substr($dat,1,$l-1); $dat=substr($dat,$l); $i++; } echo "<b>$blks[2]<br /> Ip Server : $ip:$blks[1]<br /> GameMode: $blks[3]<br /> Map : $blks[4]<br /> Player: $blks[7]/$blks[8]</b/>"; } return $ret; } function mta_getServer_send($fp) { fwrite($fp,"s"); } function mta_getServer($ip,$port) { $fp=fsockopen("udp://$ip", $port, $errno, $errstr); if (!$fp) { } else { stream_set_timeout($fp,1,0); mta_getServer_send($fp); $data=fread($fp,16384); fclose($fp); return mta_getServer_process($data,$ip); } } ?> Link to comment
iPrestege Posted June 19, 2013 Author Share Posted June 19, 2013 تمام ! بس انا مايشتغل معي سويت ملف جديد بصيغة php وضفت الكود وفتحتة بـ opera يجي نفس الكود | = لو ترفع لي الملف أفضل Link to comment
./BlackBird# Posted June 19, 2013 Share Posted June 19, 2013 تمام ! بس انا مايشتغل معي سويت ملف جديد بصيغةphp وضفت الكود وفتحتة بـ opera يجي نفس الكود | = لو ترفع لي الملف أفضل http://www.gulfup.com/?jrShnN بس اهم شي تضيف 123 للبورت Link to comment
iPrestege Posted June 19, 2013 Author Share Posted June 19, 2013 لللآسف مدري وش فيه مآينزل لو ترفع على www.solidfiles.com أفضل + وش قصدك يعني لازم اغير البورت ولالا ؟ اذا تقدر تصلحة كامل البورت حقي : 2013 وانا احط لااي بي (= Link to comment
./BlackBird# Posted June 19, 2013 Share Posted June 19, 2013 (edited) لللآسف مدري وش فيه مآينزل لو ترفع علىhttp://www.solidfiles.com أفضل + وش قصدك يعني لازم اغير البورت ولالا ؟ اذا تقدر تصلحة كامل البورت حقي : 2013 وانا احط لااي بي (= بورت حقك 2013 تغيره في الملف تخليه 2013 + 123 = 2136 فهمت؟ Edited June 19, 2013 by Guest Link to comment
iPrestege Posted June 19, 2013 Author Share Posted June 19, 2013 اي بس الموقع اللي رفعتة علية مآدري وش مشكلتة اسوي حفظ ماينزل بـ الجهاز * اضغط الملف # بيشتغل ان شاء الله Link to comment
./BlackBird# Posted June 19, 2013 Share Posted June 19, 2013 http://dc589.2shared.com/download/8sJcU ... 17-1347a3e Link to comment
iPrestege Posted June 19, 2013 Author Share Posted June 19, 2013 تمام رفعتة بس ادخل على الصفحة يجيني تحميل ؟ جرب بـنفسك : http://216.155.145.250/index.php Link to comment
./BlackBird# Posted June 19, 2013 Share Posted June 19, 2013 تمام رفعتة بس ادخل على الصفحة يجيني تحميل ؟جرب بـنفسك : http://216.155.145.250/index.php تعال خاص و اقولك الحل Link to comment
iPrestege Posted June 19, 2013 Author Share Posted June 19, 2013 يعطيك العافية يالغالي خلاص الكود ضبط 100 % ((= مآقصرت ذذ مثآل لانة سيرفري مآيدعمه والكود شغال اصلا http://216.155.145.250/Gta-Ar.php Link to comment
Micro Posted July 4, 2013 Share Posted July 4, 2013 المشكلة انك كنت تشغل ملف php مش من السيرفر الشخصي يجب تتبيت سيرفر شخصي على كمبيوتر حتى يتم قرأة ملفات php وطبعا من افضل البرامج appserv Link to comment
iPrestege Posted July 4, 2013 Author Share Posted July 4, 2013 بس يامايكرو انا عندي خادم كل المواقع ترفضة تطلعه اوفلاين هو اون لاين مدري لية! الخادم الماني! Link to comment
Micro Posted July 6, 2013 Share Posted July 6, 2013 سلام عليكم ارجو التوضيح يعني يمكنك دخول للشيل بس ما تقدر تتصفحو عن طريق المتصفح ؟ Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now