<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[منتدى فيجوال بيسك لكل العرب | منتدى المبرمجين العرب  - كل الأقسام]]></title>
		<link>https://vb4arb.com/vb/</link>
		<description><![CDATA[منتدى فيجوال بيسك لكل العرب | منتدى المبرمجين العرب  - https://vb4arb.com/vb]]></description>
		<pubDate>Fri, 22 May 2026 21:19:31 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[طباعة تقرير]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56305</link>
			<pubDate>Wed, 20 May 2026 09:16:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=61789">Aymen eshmmah</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56305</guid>
			<description><![CDATA[السلام عليكم ورحمة الله وبركاته <br />
لدي ورقة بطول وعرض معين <br />
ليست a4 به نص وامامه حقول فارغة <br />
اريد عند طباعة تظهر بيانات في ورقة امام كل فراغ <br />
استعمل كريستال ريبورت]]></description>
			<content:encoded><![CDATA[السلام عليكم ورحمة الله وبركاته <br />
لدي ورقة بطول وعرض معين <br />
ليست a4 به نص وامامه حقول فارغة <br />
اريد عند طباعة تظهر بيانات في ورقة امام كل فراغ <br />
استعمل كريستال ريبورت]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ارجو تصحيح الجملة التالية]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56283</link>
			<pubDate>Sun, 17 May 2026 08:04:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=1992">hsab</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56283</guid>
			<description><![CDATA[جملة الاستعلام التالية فى داتا انفيرونمنت ولكن رفضت ان تعمل مال الخطأ بها <br />
<div class="codeblock phpcodeblock"><div class="title">PHP كود :</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">SELECT<br /> &nbsp; &nbsp;bhisab&nbsp;</span><span style="color: #007700">AS&nbsp;[</span><span style="color: #0000BB">اسم&nbsp;الحساب</span><span style="color: #007700">],<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;bbian&nbsp;</span><span style="color: #007700">AS&nbsp;[</span><span style="color: #0000BB">التصنيف</span><span style="color: #007700">],<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'منه'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashm</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;AS&nbsp;[</span><span style="color: #0000BB">اجمالي&nbsp;مدين</span><span style="color: #007700">],<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'له'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashl</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;AS&nbsp;[</span><span style="color: #0000BB">اجمالي&nbsp;دائن</span><span style="color: #007700">],<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'منه'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashm</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;-&nbsp;</span><span style="color: #0000BB">SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'له'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashl</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;AS&nbsp;[</span><span style="color: #0000BB">الرصيد</span><span style="color: #007700">],<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;IIF</span><span style="color: #007700">(<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'منه'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashm</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;-&nbsp;</span><span style="color: #0000BB">SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'له'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashl</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;&gt;=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">,<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="color: #DD0000">'مدين'</span><span style="color: #007700">,<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="color: #DD0000">'دائن'<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #007700">)&nbsp;AS&nbsp;[</span><span style="color: #0000BB">طبيعة&nbsp;الرصيد</span><span style="color: #007700">]<br /></span><span style="color: #0000BB">FROM&nbsp;BALANCE<br />WHERE&nbsp;bchklam&nbsp;IN&nbsp;</span><span style="color: #007700">(</span><span style="color: #DD0000">'Yes'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'No'</span><span style="color: #007700">)<br /></span><span style="color: #0000BB">GROUP&nbsp;BY&nbsp;bhisab</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bbian<br />ORDER&nbsp;BY&nbsp;bhisab&nbsp;<br /></span></code></div></div></div>]]></description>
			<content:encoded><![CDATA[جملة الاستعلام التالية فى داتا انفيرونمنت ولكن رفضت ان تعمل مال الخطأ بها <br />
<div class="codeblock phpcodeblock"><div class="title">PHP كود :</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">SELECT<br /> &nbsp; &nbsp;bhisab&nbsp;</span><span style="color: #007700">AS&nbsp;[</span><span style="color: #0000BB">اسم&nbsp;الحساب</span><span style="color: #007700">],<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;bbian&nbsp;</span><span style="color: #007700">AS&nbsp;[</span><span style="color: #0000BB">التصنيف</span><span style="color: #007700">],<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'منه'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashm</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;AS&nbsp;[</span><span style="color: #0000BB">اجمالي&nbsp;مدين</span><span style="color: #007700">],<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'له'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashl</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;AS&nbsp;[</span><span style="color: #0000BB">اجمالي&nbsp;دائن</span><span style="color: #007700">],<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'منه'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashm</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;-&nbsp;</span><span style="color: #0000BB">SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'له'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashl</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;AS&nbsp;[</span><span style="color: #0000BB">الرصيد</span><span style="color: #007700">],<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;IIF</span><span style="color: #007700">(<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'منه'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashm</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;-&nbsp;</span><span style="color: #0000BB">SUM</span><span style="color: #007700">(</span><span style="color: #0000BB">IIF</span><span style="color: #007700">(</span><span style="color: #0000BB">bml</span><span style="color: #007700">=</span><span style="color: #DD0000">'له'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bcashl</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">))&nbsp;&gt;=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">,<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="color: #DD0000">'مدين'</span><span style="color: #007700">,<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="color: #DD0000">'دائن'<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #007700">)&nbsp;AS&nbsp;[</span><span style="color: #0000BB">طبيعة&nbsp;الرصيد</span><span style="color: #007700">]<br /></span><span style="color: #0000BB">FROM&nbsp;BALANCE<br />WHERE&nbsp;bchklam&nbsp;IN&nbsp;</span><span style="color: #007700">(</span><span style="color: #DD0000">'Yes'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'No'</span><span style="color: #007700">)<br /></span><span style="color: #0000BB">GROUP&nbsp;BY&nbsp;bhisab</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">bbian<br />ORDER&nbsp;BY&nbsp;bhisab&nbsp;<br /></span></code></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[بخصوص ارسال بيانات الى الواتس اب]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56278</link>
			<pubDate>Fri, 15 May 2026 08:37:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=61451">Mahmoudnasr2002</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56278</guid>
			<description><![CDATA[[attachment=30186]<br />
السلام عليكم ورحمة الله وبركاتة <br />
الاخوه الاعزاء<br />
اريد ان تساعدونى فى تكملة هذا المشروع  وهى كالاتى<br />
اريد التعديل بحيث فتح رسالة هل تريد الارسال الى الواتس اب عبر المتصفح  ( هنا المقصود كل المتصفحات جوجل او ميكروسوفت ايدج او فيرفوكس )او الدخول الى التطبيق  مباشرة<br />
وبالنسبة للمرفقات اريدها ان تكون عبارة عن تحديد المرفقات هل هى مستند او صورة او فيديو <br />
و اخيرا تحديد المستخدمين الذين يتم ارسال اليهم البيانات]]></description>
			<content:encoded><![CDATA[[attachment=30186]<br />
السلام عليكم ورحمة الله وبركاتة <br />
الاخوه الاعزاء<br />
اريد ان تساعدونى فى تكملة هذا المشروع  وهى كالاتى<br />
اريد التعديل بحيث فتح رسالة هل تريد الارسال الى الواتس اب عبر المتصفح  ( هنا المقصود كل المتصفحات جوجل او ميكروسوفت ايدج او فيرفوكس )او الدخول الى التطبيق  مباشرة<br />
وبالنسبة للمرفقات اريدها ان تكون عبارة عن تحديد المرفقات هل هى مستند او صورة او فيديو <br />
و اخيرا تحديد المستخدمين الذين يتم ارسال اليهم البيانات]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[سؤال عن توافق الكريستال ريبورت]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56261</link>
			<pubDate>Fri, 08 May 2026 11:49:23 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=14092">مصمم هاوي</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56261</guid>
			<description><![CDATA[سؤال إخواني الكرام<br />
ما هو إصدار الكريستال ريبورت الذي يتوافق مع VB2019]]></description>
			<content:encoded><![CDATA[سؤال إخواني الكرام<br />
ما هو إصدار الكريستال ريبورت الذي يتوافق مع VB2019]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[سكربت يحول الارقام الى كلمات والانجليزي لعربي]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56259</link>
			<pubDate>Thu, 07 May 2026 17:09:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=49603">nnnjk</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56259</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">السلام عليكم<br />
هدية للاخ المحترم Amir<br />
سكربت يقوم بتحويل الارقام الى كلمات عربية<br />
والكلمات الانجليزيه الى عربيه او العكس<br />
للتجربة<br />
<a href="http://forum.alshafeen.site/newsadd.php" target="_blank" rel="noopener" class="mycode_url">http://forum.alshafeen.site/newsadd.php</a><br />
سوف اقوم بطرح السكربت اذا وجدت تفاعل</div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">السلام عليكم<br />
هدية للاخ المحترم Amir<br />
سكربت يقوم بتحويل الارقام الى كلمات عربية<br />
والكلمات الانجليزيه الى عربيه او العكس<br />
للتجربة<br />
<a href="http://forum.alshafeen.site/newsadd.php" target="_blank" rel="noopener" class="mycode_url">http://forum.alshafeen.site/newsadd.php</a><br />
سوف اقوم بطرح السكربت اذا وجدت تفاعل</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ImageMan_ActiveX]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56257</link>
			<pubDate>Tue, 05 May 2026 21:40:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=15001">Vi Wisam</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56257</guid>
			<description><![CDATA[اداة مكتبة ImageMan_ActiveX لايعمل في نواة الوينذز 64 بت مع الشكر]]></description>
			<content:encoded><![CDATA[اداة مكتبة ImageMan_ActiveX لايعمل في نواة الوينذز 64 بت مع الشكر]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[سكربت التاريخ الميلادي والهجري واوقات الصلاة]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56253</link>
			<pubDate>Sat, 02 May 2026 14:07:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=49603">nnnjk</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56253</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">السلام عليكم</div>
قمت بتطوير سكربت التاريخ الميلادي واوقات الصلاة<br />
يعرض سنة ميلادية فقط كاملة بدون التاريخ الهجري<br />
قمت بالاظافات التاليه<br />
1-اختيار مدينة حسب اختيارك وتعديل <br />
خط الطول والعرض وفارق التوقيت<br />
2-اظافة التاريخ الهجري مع الميلادي<br />
3-اختيار شهر ميلادي مع الهجري مع اوقات الصلاة<br />
4- تنسيق الجدول <br />
5- تمييز تاريخ اليوم الحالي باللون الاحمر<br />
6- تم اعتماد مدرسة التقويم مدرسة ام القرى<br />
7-يتميز التوقيت بالدقة<br />
طريقة التركيب<br />
ارفع مجلد السكربت salat <br />
داخل مجلد www اذا لم يعمل السكربت انقل ملف PrayTime2.php الى مجلد www الرئيسي<br />
لعرض الشهر الميلادي الحالي او اختياره<br />
اطلب الرابط مع تغيير مايلزم<br />
<a href="http://domain.com/salat/sample5.php" target="_blank" rel="noopener" class="mycode_url">http://domain.com/salat/sample5.php</a><br />
<br />
ارجوا من الاخ امير او الاخ مهدي تطويره بالاتي<br />
1- عرض الشهر الهجري كامل من 1 الى 30 او 29 يقابله مايوافقه من التاريخ الميلادي <br />
2- اظافة خيار تصحيح (عدد ايام الشهر الهجري 30 او 29 وهذا افظل تعديل من زيادة يوم او نقص يوم)<br />
<div style="text-align: center;" class="mycode_align">اذا قام الاخ امير او الاخ مهدي  بتطويره كما شرحت سوف اظيف اليه خاصية حدث في مثل اليوم</div>
<div style="text-align: center;" class="mycode_align">رابط تحميل السكربت</div>
<div style="text-align: center;" class="mycode_align"><a href="http://alshafeen.site/uploads/up_1777730770_690.zip" target="_blank" rel="noopener" class="mycode_url">http://alshafeen.site/uploads/up_1777730770_690.zip</a><br />
صورة السكربت بعد تطويري</div><br />
<br />
<img src="https://vb4arb.com/vb/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a class="attachembed" href="attachment.php?aid=30182" target="_blank" title="">salat.zip</a> (الحجم : 333.01 ك ب / التحميلات : 1)
<br />
<br />
<img src="https://vb4arb.com/vb/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a class="attachembed" href="attachment.php?aid=30181" target="_blank" title="">Screenshot_٢٠٢٦-٠٥-٠٢-١٦-٢٥-٢٣.png</a> (الحجم : 358.55 ك ب / التحميلات : 39)
]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">السلام عليكم</div>
قمت بتطوير سكربت التاريخ الميلادي واوقات الصلاة<br />
يعرض سنة ميلادية فقط كاملة بدون التاريخ الهجري<br />
قمت بالاظافات التاليه<br />
1-اختيار مدينة حسب اختيارك وتعديل <br />
خط الطول والعرض وفارق التوقيت<br />
2-اظافة التاريخ الهجري مع الميلادي<br />
3-اختيار شهر ميلادي مع الهجري مع اوقات الصلاة<br />
4- تنسيق الجدول <br />
5- تمييز تاريخ اليوم الحالي باللون الاحمر<br />
6- تم اعتماد مدرسة التقويم مدرسة ام القرى<br />
7-يتميز التوقيت بالدقة<br />
طريقة التركيب<br />
ارفع مجلد السكربت salat <br />
داخل مجلد www اذا لم يعمل السكربت انقل ملف PrayTime2.php الى مجلد www الرئيسي<br />
لعرض الشهر الميلادي الحالي او اختياره<br />
اطلب الرابط مع تغيير مايلزم<br />
<a href="http://domain.com/salat/sample5.php" target="_blank" rel="noopener" class="mycode_url">http://domain.com/salat/sample5.php</a><br />
<br />
ارجوا من الاخ امير او الاخ مهدي تطويره بالاتي<br />
1- عرض الشهر الهجري كامل من 1 الى 30 او 29 يقابله مايوافقه من التاريخ الميلادي <br />
2- اظافة خيار تصحيح (عدد ايام الشهر الهجري 30 او 29 وهذا افظل تعديل من زيادة يوم او نقص يوم)<br />
<div style="text-align: center;" class="mycode_align">اذا قام الاخ امير او الاخ مهدي  بتطويره كما شرحت سوف اظيف اليه خاصية حدث في مثل اليوم</div>
<div style="text-align: center;" class="mycode_align">رابط تحميل السكربت</div>
<div style="text-align: center;" class="mycode_align"><a href="http://alshafeen.site/uploads/up_1777730770_690.zip" target="_blank" rel="noopener" class="mycode_url">http://alshafeen.site/uploads/up_1777730770_690.zip</a><br />
صورة السكربت بعد تطويري</div><br />
<br />
<img src="https://vb4arb.com/vb/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a class="attachembed" href="attachment.php?aid=30182" target="_blank" title="">salat.zip</a> (الحجم : 333.01 ك ب / التحميلات : 1)
<br />
<br />
<img src="https://vb4arb.com/vb/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a class="attachembed" href="attachment.php?aid=30181" target="_blank" title="">Screenshot_٢٠٢٦-٠٥-٠٢-١٦-٢٥-٢٣.png</a> (الحجم : 358.55 ك ب / التحميلات : 39)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[نظام الارشيف الالكتروني]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56251</link>
			<pubDate>Thu, 30 Apr 2026 22:44:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=49849">علي السودي</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56251</guid>
			<description><![CDATA[<a href="https://drive.google.com/file/d/1KwhYhFXFWBUaWW5te73vsss3TIk_Xv-c/view?usp=drivesdk" target="_blank" rel="noopener" class="mycode_url">https://drive.google.com/file/d/1KwhYhFX...p=drivesdk</a><br />
<hr class="mycode_hr" />
برنامج الارشيف الالكتروني مع اس ميو ال سيرفر]]></description>
			<content:encoded><![CDATA[<a href="https://drive.google.com/file/d/1KwhYhFXFWBUaWW5te73vsss3TIk_Xv-c/view?usp=drivesdk" target="_blank" rel="noopener" class="mycode_url">https://drive.google.com/file/d/1KwhYhFX...p=drivesdk</a><br />
<hr class="mycode_hr" />
برنامج الارشيف الالكتروني مع اس ميو ال سيرفر]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[سكربت التاريخ الهجري واوقات الصلاة مع الاحداث]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56250</link>
			<pubDate>Wed, 29 Apr 2026 22:57:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=49603">nnnjk</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56250</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">السلام عليكم<br />
قمت بتطوير سكربت التاريخ الهجري والميلادي<br />
واظفت له اوقات الصلاة حسب خط الطول والعرض وفارق التوقيت واظافة حدث في مثل هذا اليوم<br />
السكربت قبل التطوير</div>
<div style="text-align: center;" class="mycode_align"><img src="http://alshafeen.site/uploads/up_1777393713_695.png" loading="lazy"  alt="[صورة مرفقة: up_1777393713_695.png]" class="mycode_img" /></div>
<div style="text-align: center;" class="mycode_align">السكربت بعد التطوير</div>
<br />
<div style="text-align: center;" class="mycode_align"><img src="http://alshafeen.site/uploads/up_1777393713_732.jpg" loading="lazy"  alt="[صورة مرفقة: up_1777393713_732.jpg]" class="mycode_img" /><br />
اقراء ملف التعليمات</div>
<div style="text-align: center;" class="mycode_align">لاتنسى تقوم بتغيير الدومين في ملفات السكربت </div>
<div style="text-align: center;" class="mycode_align">من domain.site </div>
<div style="text-align: center;" class="mycode_align">الى رابط موقعك<br />
read.txt<br />
تم تحديث المرفق واصلاح اختفاء اسم اليوم في اول الشهر</div>
<div style="text-align: center;" class="mycode_align">وتم تحديث ملف التعليمات read.txt</div><br />
<br />
<img src="https://vb4arb.com/vb/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a class="attachembed" href="attachment.php?aid=30184" target="_blank" title="">hcalarabic.zip</a> (الحجم : 1.73 م ب / التحميلات : 0)
]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">السلام عليكم<br />
قمت بتطوير سكربت التاريخ الهجري والميلادي<br />
واظفت له اوقات الصلاة حسب خط الطول والعرض وفارق التوقيت واظافة حدث في مثل هذا اليوم<br />
السكربت قبل التطوير</div>
<div style="text-align: center;" class="mycode_align"><img src="http://alshafeen.site/uploads/up_1777393713_695.png" loading="lazy"  alt="[صورة مرفقة: up_1777393713_695.png]" class="mycode_img" /></div>
<div style="text-align: center;" class="mycode_align">السكربت بعد التطوير</div>
<br />
<div style="text-align: center;" class="mycode_align"><img src="http://alshafeen.site/uploads/up_1777393713_732.jpg" loading="lazy"  alt="[صورة مرفقة: up_1777393713_732.jpg]" class="mycode_img" /><br />
اقراء ملف التعليمات</div>
<div style="text-align: center;" class="mycode_align">لاتنسى تقوم بتغيير الدومين في ملفات السكربت </div>
<div style="text-align: center;" class="mycode_align">من domain.site </div>
<div style="text-align: center;" class="mycode_align">الى رابط موقعك<br />
read.txt<br />
تم تحديث المرفق واصلاح اختفاء اسم اليوم في اول الشهر</div>
<div style="text-align: center;" class="mycode_align">وتم تحديث ملف التعليمات read.txt</div><br />
<br />
<img src="https://vb4arb.com/vb/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a class="attachembed" href="attachment.php?aid=30184" target="_blank" title="">hcalarabic.zip</a> (الحجم : 1.73 م ب / التحميلات : 0)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[اساسيات علوم الحاسوب ام البرامج]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56247</link>
			<pubDate>Sun, 26 Apr 2026 17:23:33 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=61492">احمد الوائلي</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56247</guid>
			<description><![CDATA[بسم الله الرحمن الرحيم<br />
السلام عليكم<br />
لدي اقتراح في هذا الفديو ارجو الاطلاع عليه والرد وشكرا<br />
<a href="https://www.youtube.com/shorts/2Sd23hMGpwY" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/shorts/2Sd23hMGpwY</a><br />
<img src="https://vb4arb.com/vb/images/smilies/heart.gif" alt="Heart" title="Heart" class="smilie smilie_16" />]]></description>
			<content:encoded><![CDATA[بسم الله الرحمن الرحيم<br />
السلام عليكم<br />
لدي اقتراح في هذا الفديو ارجو الاطلاع عليه والرد وشكرا<br />
<a href="https://www.youtube.com/shorts/2Sd23hMGpwY" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/shorts/2Sd23hMGpwY</a><br />
<img src="https://vb4arb.com/vb/images/smilies/heart.gif" alt="Heart" title="Heart" class="smilie smilie_16" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[كاشير صيدلية]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56246</link>
			<pubDate>Sun, 26 Apr 2026 17:11:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=61492">احمد الوائلي</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56246</guid>
			<description><![CDATA[بسم الله الرحمن الرحيم<br />
السلام عليكم<br />
عندي كاشير صيدلية تحت العمل لم انتهي منه بعد , لمن يهمه الامر ارسال لي نعم او شيء من هذا القبيل , لكي يتسنى لي نشر الرابط<br />
الذي هو على كت هاب , وشكرا , وفي امان الله . <img src="https://vb4arb.com/vb/images/smilies/heart.gif" alt="Heart" title="Heart" class="smilie smilie_16" />]]></description>
			<content:encoded><![CDATA[بسم الله الرحمن الرحيم<br />
السلام عليكم<br />
عندي كاشير صيدلية تحت العمل لم انتهي منه بعد , لمن يهمه الامر ارسال لي نعم او شيء من هذا القبيل , لكي يتسنى لي نشر الرابط<br />
الذي هو على كت هاب , وشكرا , وفي امان الله . <img src="https://vb4arb.com/vb/images/smilies/heart.gif" alt="Heart" title="Heart" class="smilie smilie_16" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[كاشير صيدلية]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56245</link>
			<pubDate>Sun, 26 Apr 2026 17:08:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=61492">احمد الوائلي</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56245</guid>
			<description><![CDATA[بسم الله الرحمن الرحيم<br />
السلام عليكم<br />
جاري العمل على كاشير صيدلية لمن يهمه الامر يكتب لي ويشجعني على نشره عندما انتهي منه ان شاء الله , يكتب نعم او شيء من هذا القبيل , لاني ساضعه <br />
في رابط كت هاب ان شاء الله (خير), وفي امان الله . <img src="https://vb4arb.com/vb/images/smilies/heart.gif" alt="Heart" title="Heart" class="smilie smilie_16" />]]></description>
			<content:encoded><![CDATA[بسم الله الرحمن الرحيم<br />
السلام عليكم<br />
جاري العمل على كاشير صيدلية لمن يهمه الامر يكتب لي ويشجعني على نشره عندما انتهي منه ان شاء الله , يكتب نعم او شيء من هذا القبيل , لاني ساضعه <br />
في رابط كت هاب ان شاء الله (خير), وفي امان الله . <img src="https://vb4arb.com/vb/images/smilies/heart.gif" alt="Heart" title="Heart" class="smilie smilie_16" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[اريد سحب ملفين مثلا من رابطين مختلفين في الكود]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56244</link>
			<pubDate>Wed, 22 Apr 2026 18:45:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=49603">nnnjk</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56244</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">السلام عليكم<br />
اريد من الاخوه الاعزاء تعديل هذا الملف ليسحب ملفين من رابطين مختلفين وحبذا لو استخدم متغير<br />
<div class="codeblock"><div class="title">كود :</div><div class="body" dir="ltr"><code>&#36;r=0;<br />
  مثلا<br />
&#36;url=&#36;_POST['url']['&#36;r'];</code></div></div></div>
<br />
هذا الكود<br />
<div class="codeblock phpcodeblock"><div class="title">PHP كود :</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">@</span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">'Content-type:&nbsp;text/html;charset=windows-1256'</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;opts&nbsp;</span><span style="color: #007700">=&nbsp;array(</span><span style="color: #0000BB"> &nbsp;<br />&nbsp;</span><span style="color: #DD0000">'http'</span><span style="color: #007700">=&gt;array(</span><span style="color: #0000BB"> &nbsp;<br /> &nbsp;</span><span style="color: #DD0000">'method'</span><span style="color: #007700">=&gt;</span><span style="color: #DD0000">"GET"</span><span style="color: #007700">,</span><span style="color: #0000BB"> &nbsp;<br /> &nbsp;&nbsp;</span><span style="color: #DD0000">'timeout'</span><span style="color: #007700">=&gt;</span><span style="color: #0000BB">1</span><span style="color: #007700">,&nbsp;<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #DD0000">'ignore_errors'</span><span style="color: #007700">=&gt;&nbsp;</span><span style="color: #0000BB">true<br /><br /> &nbsp;&nbsp;</span><span style="color: #007700">)</span><span style="color: #0000BB"> &nbsp;<br /> &nbsp; &nbsp;&nbsp;</span><span style="color: #007700">);</span><span style="color: #0000BB"> &nbsp;<br />&#36;context&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">stream_context_create<br /></span><span style="color: #007700">([</span><span style="color: #DD0000">"http"&nbsp;</span><span style="color: #007700">=&gt;&nbsp;array(<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;</span><span style="color: #DD0000">"header"&nbsp;</span><span style="color: #007700">=&gt;&nbsp;</span><span style="color: #DD0000">"User-Agent:Mozilla/5.0&nbsp;(Linux;&nbsp;Android&nbsp;5.0;&nbsp;SM-G900FD)&nbsp;AppleWebKit/537.36&nbsp;(KHTML,&nbsp;like&nbsp;Gecko)&nbsp;Chrome/95.0.4638.74&nbsp;Mobile&nbsp;Safari/537.36"<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;&nbsp;</span><span style="color: #007700">),<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #DD0000">'ssl'&nbsp;</span><span style="color: #007700">=&gt;&nbsp;[<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="color: #DD0000">'verify_peer'&nbsp;</span><span style="color: #007700">=&gt;&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">,<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="color: #DD0000">'verify_peer_name'&nbsp;</span><span style="color: #007700">=&gt;&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">,<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #007700">],<br />]<br />);<br /></span><span style="color: #0000BB"> &nbsp;</span><span style="color: #FF8000">//&#36;contexttt&nbsp;=&nbsp;stream_context_create(&#36;opts); &nbsp;<br /></span><span style="color: #0000BB"> &nbsp;&nbsp;<br /></span><span style="color: #FF8000">/*&nbsp;&#36;file&nbsp;=&nbsp;'https://vb4arb.com/vb/attachment.php?aid=30174';<br />&#36;newfile&nbsp;=&nbsp;'/home/xxx/domains/xxx.com/public_html/uploads/gooo.jpg';<br />(copy(&#36;file,&nbsp;&#36;newfile,false,&#36;contexttt));<br /><br /><br />if&nbsp;(!copy(&#36;file,&nbsp;&#36;newfile))&nbsp;{<br /> &nbsp; &nbsp;echo&nbsp;"failed&nbsp;to&nbsp;copy&nbsp;&#36;file...&#092;n";<br />}*/<br />//error_reporting(E_ALL);<br /></span><span style="color: #0000BB">date_default_timezone_set</span><span style="color: #007700">(</span><span style="color: #DD0000">"Asia/riyadh"</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//include("downloads.php");<br />/*<br />&#36;agent&nbsp;=&nbsp;&#36;_SERVER["HTTP_USER_AGENT"];<br /><br />if(&nbsp;preg_match('/MSIE&nbsp;(&#092;d+&#092;.&#092;d+);/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Internet&nbsp;Explorer";<br />}&nbsp;else&nbsp;if&nbsp;(preg_match('/Chrome[&#092;/&#092;s](&#092;d+&#092;.&#092;d+)/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Chrome";<br />}&nbsp;else&nbsp;if&nbsp;(preg_match('/Edge&#092;/&#092;d+/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Edge";<br />}&nbsp;else&nbsp;if&nbsp;(&nbsp;preg_match('/Firefox[&#092;/&#092;s](&#092;d+&#092;.&#092;d+)/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Firefox";<br />}&nbsp;else&nbsp;if&nbsp;(&nbsp;preg_match('/OPR[&#092;/&#092;s](&#092;d+&#092;.&#092;d+)/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Opera";<br />}&nbsp;else&nbsp;if&nbsp;(preg_match('/Safari[&#092;/&#092;s](&#092;d+&#092;.&#092;d+)/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Safari";<br />}<br />*/<br />//ini_set('user_agent',&nbsp;'My-Application/2.5');<br /><br />&nbsp;</span><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">watermark</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;logo</span><span style="color: #007700">){<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/jpg|jpeg/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">=</span><span style="color: #0000BB">imagecreatefromjpeg</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/webp/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">=</span><span style="color: #0000BB">imagecreatefromwebp</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/png/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">=</span><span style="color: #0000BB">imagecreatefrompng</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/gif/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">=</span><span style="color: #0000BB">imagecreatefromgif</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;if&nbsp;(preg_match("/svg/",&#36;ext)){&#36;src_img=imagecreatefromsvg(&#36;name);}<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#36;src_logo&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imagecreatefrompng</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;logo</span><span style="color: #007700">);<br /><br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;bwidth &nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imageSX</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;bheight&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imageSY</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;lwidth &nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imageSX</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_logo</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;lheight&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imageSY</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_logo</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//fix&nbsp;bug&nbsp;for&nbsp;1beta3<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(&nbsp;</span><span style="color: #0000BB">&#36;bwidth&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">160&nbsp;</span><span style="color: #007700">&amp;&amp;</span><span style="color: #0000BB"> &nbsp;&#36;bheight&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">130&nbsp;</span><span style="color: #007700">)&nbsp;{<br /><br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;src_x&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;bwidth&nbsp;</span><span style="color: #007700">-&nbsp;(</span><span style="color: #0000BB">&#36;lwidth&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">5</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;src_y&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;bheight&nbsp;</span><span style="color: #007700">-&nbsp;(</span><span style="color: #0000BB">&#36;lheight&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">5</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;ImageAlphaBlending</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;ImageCopy</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;src_logo</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;src_x</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;src_y</span><span style="color: #007700">,</span><span style="color: #0000BB">0</span><span style="color: #007700">,</span><span style="color: #0000BB">0</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;lwidth</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;lheight</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/jpg|jpeg/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">imagejpeg</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/png/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">imagepng</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/webp/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">imagewebp</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/gif/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">imagegif</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;if&nbsp;(preg_match("/svg/",&#36;ext)){imagesvg(&#36;src_img,&nbsp;&#36;name);}<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span><span style="color: #FF8000">#&nbsp;&lt;&nbsp;150<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">else<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />}<br /><br /></span><span style="color: #FF8000">//blog.theonlytutorials.com<br /><br />//blog.theonlytutorials.com<br />//author:&nbsp;agurchand<br />&nbsp;</span><span style="color: #0000BB">&#36;memory_limit</span><span style="color: #007700">=</span><span style="color: #DD0000">'128M'</span><span style="color: #007700">;<br />&nbsp;</span><span style="color: #0000BB">&#36;max_execution_time</span><span style="color: #007700">=</span><span style="color: #DD0000">'300'</span><span style="color: #007700">;<br />if(</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">){<br /></span><span style="color: #FF8000">//get&nbsp;the&nbsp;url<br /></span><span style="color: #0000BB">&#36;url&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'url'</span><span style="color: #007700">];<br /></span><span style="color: #0000BB">&#36;urls&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'urls'</span><span style="color: #007700">];<br /></span><span style="color: #FF8000">//add&nbsp;time&nbsp;to&nbsp;the&nbsp;current<br /></span><span style="color: #0000BB">&#36;newname</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">basename</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;urls</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//add&nbsp;time&nbsp;to&nbsp;the&nbsp;current&nbsp;filename<br /></span><span style="color: #0000BB">&#36;name&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">basename</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;url</span><span style="color: #007700">);<br />list(</span><span style="color: #0000BB">&#36;txt</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;ext&nbsp;</span><span style="color: #007700">)&nbsp;=&nbsp;</span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">"."</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);<br />list(</span><span style="color: #0000BB">&#36;txt</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;type&nbsp;</span><span style="color: #007700">)&nbsp;=&nbsp;</span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">"."</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;newname</span><span style="color: #007700">);<br />function&nbsp;</span><span style="color: #0000BB">convertToReadableSize</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;size</span><span style="color: #007700">){<br /></span><span style="color: #0000BB"> &nbsp;&#36;base&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">log</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;size</span><span style="color: #007700">)&nbsp;/&nbsp;</span><span style="color: #0000BB">log</span><span style="color: #007700">(</span><span style="color: #0000BB">1024</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp;&#36;suffix&nbsp;</span><span style="color: #007700">=&nbsp;array(</span><span style="color: #DD0000">""</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"KB"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"MB"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"GB"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"TB"</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp;&#36;f_base&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">floor</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;base</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">round</span><span style="color: #007700">(</span><span style="color: #0000BB">pow</span><span style="color: #007700">(</span><span style="color: #0000BB">1024</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;base&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">floor</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;base</span><span style="color: #007700">)),&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">)&nbsp;.&nbsp;</span><span style="color: #0000BB">&#36;suffix</span><span style="color: #007700">[</span><span style="color: #0000BB">&#36;f_base</span><span style="color: #007700">];<br />}<br /></span><span style="color: #FF8000">/*&#36;curl_handle=curl_init();<br />curl_setopt(&#36;curl_handle,&nbsp;CURLOPT_URL,'&#36;url');<br />curl_setopt(&#36;curl_handle,&nbsp;CURLOPT_CONNECTTIMEOUT,&nbsp;2);<br />curl_setopt(&#36;curl_handle,&nbsp;CURLOPT_RETURNTRANSFER,&nbsp;1);<br />curl_setopt(&#36;curl_handle,&nbsp;CURLOPT_USERAGENT,&nbsp;'&#36;name');<br />&#36;name&nbsp;=&nbsp;curl_exec(&#36;curl_handle);<br />curl_close(&#36;curl_handle);*/<br /></span><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">curl</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;url</span><span style="color: #007700">){<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;ch&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">curl_init</span><span style="color: #007700">();<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;curl_setopt</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CURLOPT_URL</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;url</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;curl_setopt</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CURLOPT_RETURNTRANSFER</span><span style="color: #007700">,</span><span style="color: #0000BB">1</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">curl_exec</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;curl_close&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">);<br />}<br /><br />function&nbsp;</span><span style="color: #0000BB">file_get_html</span><span style="color: #007700">()&nbsp;{<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;dom&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">simple_html_dom</span><span style="color: #007700">;<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;args&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">func_get_args</span><span style="color: #007700">();<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;dom</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">load</span><span style="color: #007700">(</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #DD0000">'curl'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;args</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">&#36;dom</span><span style="color: #007700">;<br />}<br /></span><span style="color: #0000BB">&#36;ch&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">curl_init</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;url</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">curl_setopt</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,</span><span style="color: #0000BB">CURLOPT_RETURNTRANSFER</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">TRUE</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">curl_setopt</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,</span><span style="color: #0000BB">CURLOPT_HEADER</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">TRUE</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">curl_setopt</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,</span><span style="color: #0000BB">CURLOPT_NOBODY</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">TRUE</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">&#36;name&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">curl_exec</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;size&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">curl_getinfo</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CURLINFO_CONTENT_LENGTH_DOWNLOAD</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">curl_close</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;sizee</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">convertToReadableSize</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;size</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//list(&#36;width,&nbsp;&#36;height)&nbsp;=&nbsp;getimagesize(&#36;url);<br /></span><span style="color: #0000BB">&#36;name&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">date</span><span style="color: #007700">(</span><span style="color: #DD0000">'d-m-Y-H:i:s'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">time</span><span style="color: #007700">());<br /></span><span style="color: #FF8000">//time();<br /></span><span style="color: #0000BB">&#36;password&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">trim</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #FF8000">//&nbsp;&lt;---&nbsp;this&nbsp;is&nbsp;not&nbsp;a&nbsp;good&nbsp;idea!<br /></span><span style="color: #007700">if((</span><span style="color: #0000BB">strlen</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;password</span><span style="color: #007700">)&nbsp;&gt;&nbsp;</span><span style="color: #0000BB">4</span><span style="color: #007700">)&nbsp;or&nbsp;</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">==</span><span style="color: #DD0000">"svg"</span><span style="color: #007700">)<br />{<br /></span><span style="color: #0000BB"> &nbsp;&#36;ext</span><span style="color: #007700">=</span><span style="color: #DD0000">"jpg"</span><span style="color: #007700">;<br /></span><span style="color: #FF8000">//&nbsp;&#36;uploadOk&nbsp;=&nbsp;0;<br /></span><span style="color: #007700">}<br /></span><span style="color: #0000BB">&#36;name&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">.</span><span style="color: #DD0000">"."</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#36;newname&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;newname</span><span style="color: #007700">.</span><span style="color: #DD0000">""</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;type</span><span style="color: #007700">;<br /></span><span style="color: #FF8000">//&#36;namess&nbsp;=&nbsp;basename(&#36;url);<br /></span><span style="color: #0000BB">&#36;files&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">SplFileInfo</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;exttt&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;files</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getExtension</span><span style="color: #007700">();<br /></span><span style="color: #FF8000">//PATHINFO_EXTENSION<br /></span><span style="color: #0000BB">&#36;extt&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">pathinfo</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">,</span><span style="color: #0000BB">PATHINFO_EXTENSION</span><span style="color: #007700">);<br /><br /></span><span style="color: #FF8000">//if(&#36;exttt==""){&#36;ext=".jpg";}<br /></span><span style="color: #0000BB"> &nbsp;&#36;file_ext&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">'.'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">));<br /></span><span style="color: #0000BB"> &nbsp;&nbsp;&#36;end&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">end</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;file_ext</span><span style="color: #007700">);</span><span style="color: #0000BB"> &nbsp;<br /></span><span style="color: #FF8000">//&#36;ext="jpg";<br /></span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">=</span><span style="color: #DD0000">".jpg"</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#36;type</span><span style="color: #007700">=</span><span style="color: #DD0000">""</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;type</span><span style="color: #007700">;<br /></span><span style="color: #FF8000">//&nbsp;&#36;ext&nbsp;=&nbsp;end(&#36;sepext); &nbsp; &nbsp; &nbsp;<br />/*&#36;t=array('jpg'&nbsp;,&nbsp;'png'&nbsp;,&nbsp;'gif','ip'&nbsp;,&nbsp;'rar');<br /> &nbsp; &nbsp;if(!in_array(&#36;ext,&#36;t))<br />{&nbsp;echo&nbsp;gggg;}else &nbsp;{<br />*/<br />&nbsp;//&#36;namee="http://xxx.com/uploads/&#36;name";<br />//&#36;size3=&nbsp;getimagesize("http://xxx.com/uploads/07-04-2026-21:16:01.jpg");<br />//&#36;size2=&nbsp;filesize("http://xxx.com/uploads/07-04-2026-22:20:46.webp")&nbsp;.&nbsp;'&nbsp;bytes';<br />//&#36;size1=convertToReadableSize("&#36;namee");<br />//here&nbsp;is&nbsp;the&nbsp;actual&nbsp;code&nbsp;to&nbsp;get&nbsp;the&nbsp;file&nbsp;from&nbsp;the&nbsp;url&nbsp;and&nbsp;save&nbsp;it&nbsp;to&nbsp;the&nbsp;uploads&nbsp;folder<br />//get&nbsp;the&nbsp;file&nbsp;from&nbsp;the&nbsp;url&nbsp;using&nbsp;file_get_contents&nbsp;and&nbsp;put&nbsp;it&nbsp;into&nbsp;the&nbsp;folder&nbsp;using&nbsp;file_put_contents<br /></span><span style="color: #007700">require_once(</span><span style="color: #DD0000">"files/ip.php"</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;ip&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;user_ip</span><span style="color: #007700">;<br /></span><span style="color: #0000BB"> &nbsp;&#36;description&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">strip_tags</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'desc'</span><span style="color: #007700">]);<br /></span><span style="color: #0000BB">&#36;descriptions</span><span style="color: #007700">=</span><span style="color: #DD0000">"</span><span style="color: #0000BB">&#36;description</span><span style="color: #DD0000">,</span><span style="color: #0000BB">&#36;name</span><span style="color: #DD0000">,</span><span style="color: #0000BB">&#36;ip</span><span style="color: #DD0000">"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#36;namess</span><span style="color: #007700">=</span><span style="color: #DD0000">"ddd"</span><span style="color: #007700">;</span><span style="color: #FF8000">/*<br />&#36;filelist&nbsp;=&nbsp;fopen("./files/".&#36;namess.".mfh","w");<br />fwrite(&#36;filelist,&nbsp;&#36;name&nbsp;."|".&nbsp;name&nbsp;."|".&nbsp;&#36;passkey&nbsp;."|".&nbsp;&#36;userip&nbsp;."|".&nbsp;&#36;time."|0|".&#36;description."|".&#36;passwerd."|".&#36;cat."|".&#36;_POST['pprotect']."|&#092;n");*/<br />//&#36;password=&#36;_GET['password'];<br /></span><span style="color: #0000BB">&#36;fh&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">fopen</span><span style="color: #007700">(</span><span style="color: #DD0000">"./files/"</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;namess</span><span style="color: #007700">.</span><span style="color: #DD0000">".mfh"</span><span style="color: #007700">,</span><span style="color: #DD0000">"a+"</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">fwrite</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;fh</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;descriptions</span><span style="color: #007700">.</span><span style="color: #DD0000">"&#092;n"</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//write&nbsp;to&nbsp;txtfile<br />//fwrite(&#36;fh,&#36;password."&#092;n");&nbsp;<br />//&nbsp;write&nbsp;to&nbsp;txtfile<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;fclose</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;fh</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;fileplacee</span><span style="color: #007700">=</span><span style="color: #DD0000">"uploads"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #007700">@</span><span style="color: #0000BB">wateermark</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;fileplacee</span><span style="color: #007700">.</span><span style="color: #DD0000">"/"</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;newname</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;type</span><span style="color: #007700">,</span><span style="color: #DD0000">'logo/logo.png'</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;newfile&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'/home/xxx/domains/xxx.com/public_html/uploads/'</span><span style="color: #007700">.</span><span style="color: #0000BB">time</span><span style="color: #007700">().</span><span style="color: #DD0000">'.'</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;type</span><span style="color: #007700">.</span><span style="color: #DD0000">''</span><span style="color: #007700">;<br />(</span><span style="color: #0000BB">copy</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;urls</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;newfile</span><span style="color: #007700">));<br /></span><span style="color: #0000BB">&#36;upload&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">file_put_contents</span><span style="color: #007700">(</span><span style="color: #DD0000">"uploads/</span><span style="color: #0000BB">&#36;name</span><span style="color: #DD0000">"</span><span style="color: #007700">,</span><span style="color: #0000BB">file_get_contents</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;url</span><span style="color: #007700">,</span><span style="color: #0000BB">false</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;context</span><span style="color: #007700">));<br /></span><span style="color: #0000BB">&#36;fileplace</span><span style="color: #007700">=</span><span style="color: #DD0000">"uploads"</span><span style="color: #007700">;<br />@</span><span style="color: #0000BB">watermark</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;fileplace</span><span style="color: #007700">.</span><span style="color: #DD0000">"/"</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">,</span><span style="color: #DD0000">'logo/logo.png'</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//include('Thumbnail.class.php');<br />&nbsp;//&nbsp;&#36;thumb=new&nbsp;Thumbnail("&#36;name");<br />&nbsp;//&nbsp;&#36;thumb-&gt;quality='100'; &nbsp;&nbsp;<br /><br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;</span><span style="color: #FF8000">//&nbsp;&#36;thumb-&gt;process(); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;</span><span style="color: #FF8000">//&nbsp;generate&nbsp;image<br />&nbsp;//&nbsp;&#36;thumb-&gt;save("&#36;name");&nbsp;&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #0000BB"> &nbsp;&#36;filesk</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"</span><span style="color: #0000BB">&#36;name</span><span style="color: #DD0000">"</span><span style="color: #007700">;<br /></span><span style="color: #FF8000">//&#36;name&nbsp;=&nbsp;str_replace("?format=jpg","gg",&#36;filesk);<br />//echo&nbsp;&#36;TXTREM&nbsp;;<br />//check&nbsp;success<br />//&#36;info&nbsp;=&nbsp;getimagesize('http://xxx.com/uploads/&#36;name');<br />/*&#36;tmp=&nbsp;tmpfile();<br />&#36;names=&nbsp;"http://xxx.com/uploads/&#36;name";<br />&#36;ch=curl_init(&#36;url);<br />curl_setopt_array(&#36;ch,array(<br />CURLOPT_FILE=&gt;&#36;tmp,<br />CURLOPT_ENCODING=&gt;''<br />));<br />curl_exec(&#36;ch);<br />curl_close(&#36;ch);<br />list(&#36;width,&nbsp;&#36;height)&nbsp;=&nbsp;getimagesize(&#36;names);<br />fclose(&#36;tmp);<br />&#36;filename&nbsp;=&nbsp;"http://xxx.com/uploads/07-04-2026-22:20:46.webp";<br />&#36;handle&nbsp;=&nbsp;fopen(&#36;filename,&nbsp;"r");<br />&#36;contents&nbsp;=&nbsp;fread(&#36;handle,&nbsp;filesize(&#36;filename));<br />fclose(&#36;handle);*/<br />//&#36;ss=filesize(&#36;name);<br /></span><span style="color: #0000BB">&#36;newfile</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">str_replace</span><span style="color: #007700">(</span><span style="color: #DD0000">"/home/xxx/domains/xxx.com/public_html/"</span><span style="color: #007700">,</span><span style="color: #DD0000">"http://xxx.com/"</span><span style="color: #007700">,</span><span style="color: #DD0000">"</span><span style="color: #0000BB">&#36;newfile</span><span style="color: #DD0000">"</span><span style="color: #007700">);<br />if(</span><span style="color: #0000BB">&#36;upload</span><span style="color: #007700">)&nbsp;<br />&nbsp;echo&nbsp;</span><span style="color: #DD0000">"Success:</span><span style="color: #0000BB">&#36;name</span><span style="color: #DD0000">,&lt;br&gt; &nbsp;type:&nbsp;</span><span style="color: #0000BB">&#36;extt</span><span style="color: #DD0000">,&nbsp;size:&nbsp;</span><span style="color: #0000BB">&#36;sizee</span><span style="color: #DD0000">,</span><span style="color: #0000BB">&#36;newfile</span><span style="color: #DD0000">,&lt;br&gt;</span><span style="color: #0000BB">&#36;name2</span><span style="color: #DD0000">&nbsp;&lt;a&nbsp;href='uploads/"</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">.</span><span style="color: #DD0000">"'&nbsp;target='_blank'&gt;Check&nbsp;Uploaded&lt;/a&gt;"</span><span style="color: #007700">;&nbsp;else&nbsp;</span><span style="color: #DD0000">"please&nbsp;check&nbsp;your&nbsp;folder&nbsp;permission"</span><span style="color: #007700">;<br />}<br /></span><span style="color: #FF8000">//}<br /></span><span style="color: #0000BB">?&gt;<br /></span><br />&lt;html&gt;<br />&lt;head&gt;&lt;title&gt;Theonlytutorials&nbsp;-&nbsp;Simple&nbsp;File&nbsp;Upload&nbsp;from&nbsp;URL&nbsp;Script!&lt;/title&gt;&lt;/head&gt;<br />&lt;body&gt;<br />&lt;h3&gt;Theonlytutorials.com&nbsp;-&nbsp;Very&nbsp;Simple&nbsp;File&nbsp;Upload&nbsp;from&nbsp;URL&nbsp;Script!&lt;/h3&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;form&nbsp;action=""&nbsp;method="post"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Your&nbsp;URL:&nbsp;&lt;input&nbsp;type="text"&nbsp;name="url"&nbsp;/&gt;<br />&nbsp;&lt;input&nbsp;type="text"&nbsp;name="urls"&nbsp;/&gt;<br />&lt;input&nbsp;type="text"&nbsp;name="desc"&nbsp;/&gt;<br />&lt;input&nbsp;type="submit"&nbsp;value="upload&nbsp;Images"&nbsp;name="upload"/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/form&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;&nbsp;<br /></code></div></div></div>حاولت فيه مااستطعت<br />
مشكورين مقدما]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">السلام عليكم<br />
اريد من الاخوه الاعزاء تعديل هذا الملف ليسحب ملفين من رابطين مختلفين وحبذا لو استخدم متغير<br />
<div class="codeblock"><div class="title">كود :</div><div class="body" dir="ltr"><code>&#36;r=0;<br />
  مثلا<br />
&#36;url=&#36;_POST['url']['&#36;r'];</code></div></div></div>
<br />
هذا الكود<br />
<div class="codeblock phpcodeblock"><div class="title">PHP كود :</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">@</span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">'Content-type:&nbsp;text/html;charset=windows-1256'</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;opts&nbsp;</span><span style="color: #007700">=&nbsp;array(</span><span style="color: #0000BB"> &nbsp;<br />&nbsp;</span><span style="color: #DD0000">'http'</span><span style="color: #007700">=&gt;array(</span><span style="color: #0000BB"> &nbsp;<br /> &nbsp;</span><span style="color: #DD0000">'method'</span><span style="color: #007700">=&gt;</span><span style="color: #DD0000">"GET"</span><span style="color: #007700">,</span><span style="color: #0000BB"> &nbsp;<br /> &nbsp;&nbsp;</span><span style="color: #DD0000">'timeout'</span><span style="color: #007700">=&gt;</span><span style="color: #0000BB">1</span><span style="color: #007700">,&nbsp;<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #DD0000">'ignore_errors'</span><span style="color: #007700">=&gt;&nbsp;</span><span style="color: #0000BB">true<br /><br /> &nbsp;&nbsp;</span><span style="color: #007700">)</span><span style="color: #0000BB"> &nbsp;<br /> &nbsp; &nbsp;&nbsp;</span><span style="color: #007700">);</span><span style="color: #0000BB"> &nbsp;<br />&#36;context&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">stream_context_create<br /></span><span style="color: #007700">([</span><span style="color: #DD0000">"http"&nbsp;</span><span style="color: #007700">=&gt;&nbsp;array(<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;</span><span style="color: #DD0000">"header"&nbsp;</span><span style="color: #007700">=&gt;&nbsp;</span><span style="color: #DD0000">"User-Agent:Mozilla/5.0&nbsp;(Linux;&nbsp;Android&nbsp;5.0;&nbsp;SM-G900FD)&nbsp;AppleWebKit/537.36&nbsp;(KHTML,&nbsp;like&nbsp;Gecko)&nbsp;Chrome/95.0.4638.74&nbsp;Mobile&nbsp;Safari/537.36"<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;&nbsp;</span><span style="color: #007700">),<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #DD0000">'ssl'&nbsp;</span><span style="color: #007700">=&gt;&nbsp;[<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="color: #DD0000">'verify_peer'&nbsp;</span><span style="color: #007700">=&gt;&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">,<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="color: #DD0000">'verify_peer_name'&nbsp;</span><span style="color: #007700">=&gt;&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">,<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #007700">],<br />]<br />);<br /></span><span style="color: #0000BB"> &nbsp;</span><span style="color: #FF8000">//&#36;contexttt&nbsp;=&nbsp;stream_context_create(&#36;opts); &nbsp;<br /></span><span style="color: #0000BB"> &nbsp;&nbsp;<br /></span><span style="color: #FF8000">/*&nbsp;&#36;file&nbsp;=&nbsp;'https://vb4arb.com/vb/attachment.php?aid=30174';<br />&#36;newfile&nbsp;=&nbsp;'/home/xxx/domains/xxx.com/public_html/uploads/gooo.jpg';<br />(copy(&#36;file,&nbsp;&#36;newfile,false,&#36;contexttt));<br /><br /><br />if&nbsp;(!copy(&#36;file,&nbsp;&#36;newfile))&nbsp;{<br /> &nbsp; &nbsp;echo&nbsp;"failed&nbsp;to&nbsp;copy&nbsp;&#36;file...&#092;n";<br />}*/<br />//error_reporting(E_ALL);<br /></span><span style="color: #0000BB">date_default_timezone_set</span><span style="color: #007700">(</span><span style="color: #DD0000">"Asia/riyadh"</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//include("downloads.php");<br />/*<br />&#36;agent&nbsp;=&nbsp;&#36;_SERVER["HTTP_USER_AGENT"];<br /><br />if(&nbsp;preg_match('/MSIE&nbsp;(&#092;d+&#092;.&#092;d+);/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Internet&nbsp;Explorer";<br />}&nbsp;else&nbsp;if&nbsp;(preg_match('/Chrome[&#092;/&#092;s](&#092;d+&#092;.&#092;d+)/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Chrome";<br />}&nbsp;else&nbsp;if&nbsp;(preg_match('/Edge&#092;/&#092;d+/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Edge";<br />}&nbsp;else&nbsp;if&nbsp;(&nbsp;preg_match('/Firefox[&#092;/&#092;s](&#092;d+&#092;.&#092;d+)/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Firefox";<br />}&nbsp;else&nbsp;if&nbsp;(&nbsp;preg_match('/OPR[&#092;/&#092;s](&#092;d+&#092;.&#092;d+)/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Opera";<br />}&nbsp;else&nbsp;if&nbsp;(preg_match('/Safari[&#092;/&#092;s](&#092;d+&#092;.&#092;d+)/',&nbsp;&#36;agent)&nbsp;)&nbsp;{<br /> &nbsp;echo&nbsp;"You're&nbsp;using&nbsp;Safari";<br />}<br />*/<br />//ini_set('user_agent',&nbsp;'My-Application/2.5');<br /><br />&nbsp;</span><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">watermark</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;logo</span><span style="color: #007700">){<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/jpg|jpeg/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">=</span><span style="color: #0000BB">imagecreatefromjpeg</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/webp/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">=</span><span style="color: #0000BB">imagecreatefromwebp</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/png/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">=</span><span style="color: #0000BB">imagecreatefrompng</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/gif/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">=</span><span style="color: #0000BB">imagecreatefromgif</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;if&nbsp;(preg_match("/svg/",&#36;ext)){&#36;src_img=imagecreatefromsvg(&#36;name);}<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#36;src_logo&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imagecreatefrompng</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;logo</span><span style="color: #007700">);<br /><br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;bwidth &nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imageSX</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;bheight&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imageSY</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;lwidth &nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imageSX</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_logo</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;lheight&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">imageSY</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_logo</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//fix&nbsp;bug&nbsp;for&nbsp;1beta3<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(&nbsp;</span><span style="color: #0000BB">&#36;bwidth&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">160&nbsp;</span><span style="color: #007700">&amp;&amp;</span><span style="color: #0000BB"> &nbsp;&#36;bheight&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">130&nbsp;</span><span style="color: #007700">)&nbsp;{<br /><br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;src_x&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;bwidth&nbsp;</span><span style="color: #007700">-&nbsp;(</span><span style="color: #0000BB">&#36;lwidth&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">5</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;src_y&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;bheight&nbsp;</span><span style="color: #007700">-&nbsp;(</span><span style="color: #0000BB">&#36;lheight&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">5</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;ImageAlphaBlending</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;ImageCopy</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;src_logo</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;src_x</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;src_y</span><span style="color: #007700">,</span><span style="color: #0000BB">0</span><span style="color: #007700">,</span><span style="color: #0000BB">0</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;lwidth</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;lheight</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/jpg|jpeg/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">imagejpeg</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/png/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">imagepng</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/webp/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">imagewebp</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/gif/"</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">)){</span><span style="color: #0000BB">imagegif</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;src_img</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);}<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;if&nbsp;(preg_match("/svg/",&#36;ext)){imagesvg(&#36;src_img,&nbsp;&#36;name);}<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}</span><span style="color: #FF8000">#&nbsp;&lt;&nbsp;150<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">else<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />}<br /><br /></span><span style="color: #FF8000">//blog.theonlytutorials.com<br /><br />//blog.theonlytutorials.com<br />//author:&nbsp;agurchand<br />&nbsp;</span><span style="color: #0000BB">&#36;memory_limit</span><span style="color: #007700">=</span><span style="color: #DD0000">'128M'</span><span style="color: #007700">;<br />&nbsp;</span><span style="color: #0000BB">&#36;max_execution_time</span><span style="color: #007700">=</span><span style="color: #DD0000">'300'</span><span style="color: #007700">;<br />if(</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">){<br /></span><span style="color: #FF8000">//get&nbsp;the&nbsp;url<br /></span><span style="color: #0000BB">&#36;url&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'url'</span><span style="color: #007700">];<br /></span><span style="color: #0000BB">&#36;urls&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'urls'</span><span style="color: #007700">];<br /></span><span style="color: #FF8000">//add&nbsp;time&nbsp;to&nbsp;the&nbsp;current<br /></span><span style="color: #0000BB">&#36;newname</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">basename</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;urls</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//add&nbsp;time&nbsp;to&nbsp;the&nbsp;current&nbsp;filename<br /></span><span style="color: #0000BB">&#36;name&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">basename</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;url</span><span style="color: #007700">);<br />list(</span><span style="color: #0000BB">&#36;txt</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;ext&nbsp;</span><span style="color: #007700">)&nbsp;=&nbsp;</span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">"."</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);<br />list(</span><span style="color: #0000BB">&#36;txt</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;type&nbsp;</span><span style="color: #007700">)&nbsp;=&nbsp;</span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">"."</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;newname</span><span style="color: #007700">);<br />function&nbsp;</span><span style="color: #0000BB">convertToReadableSize</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;size</span><span style="color: #007700">){<br /></span><span style="color: #0000BB"> &nbsp;&#36;base&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">log</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;size</span><span style="color: #007700">)&nbsp;/&nbsp;</span><span style="color: #0000BB">log</span><span style="color: #007700">(</span><span style="color: #0000BB">1024</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp;&#36;suffix&nbsp;</span><span style="color: #007700">=&nbsp;array(</span><span style="color: #DD0000">""</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"KB"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"MB"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"GB"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"TB"</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp;&#36;f_base&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">floor</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;base</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">round</span><span style="color: #007700">(</span><span style="color: #0000BB">pow</span><span style="color: #007700">(</span><span style="color: #0000BB">1024</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;base&nbsp;</span><span style="color: #007700">-&nbsp;</span><span style="color: #0000BB">floor</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;base</span><span style="color: #007700">)),&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">)&nbsp;.&nbsp;</span><span style="color: #0000BB">&#36;suffix</span><span style="color: #007700">[</span><span style="color: #0000BB">&#36;f_base</span><span style="color: #007700">];<br />}<br /></span><span style="color: #FF8000">/*&#36;curl_handle=curl_init();<br />curl_setopt(&#36;curl_handle,&nbsp;CURLOPT_URL,'&#36;url');<br />curl_setopt(&#36;curl_handle,&nbsp;CURLOPT_CONNECTTIMEOUT,&nbsp;2);<br />curl_setopt(&#36;curl_handle,&nbsp;CURLOPT_RETURNTRANSFER,&nbsp;1);<br />curl_setopt(&#36;curl_handle,&nbsp;CURLOPT_USERAGENT,&nbsp;'&#36;name');<br />&#36;name&nbsp;=&nbsp;curl_exec(&#36;curl_handle);<br />curl_close(&#36;curl_handle);*/<br /></span><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">curl</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;url</span><span style="color: #007700">){<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;ch&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">curl_init</span><span style="color: #007700">();<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;curl_setopt</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CURLOPT_URL</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;url</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;curl_setopt</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CURLOPT_RETURNTRANSFER</span><span style="color: #007700">,</span><span style="color: #0000BB">1</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">curl_exec</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;curl_close&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">);<br />}<br /><br />function&nbsp;</span><span style="color: #0000BB">file_get_html</span><span style="color: #007700">()&nbsp;{<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;dom&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">simple_html_dom</span><span style="color: #007700">;<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;args&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">func_get_args</span><span style="color: #007700">();<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;dom</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">load</span><span style="color: #007700">(</span><span style="color: #0000BB">call_user_func_array</span><span style="color: #007700">(</span><span style="color: #DD0000">'curl'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;args</span><span style="color: #007700">),&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #007700">return&nbsp;</span><span style="color: #0000BB">&#36;dom</span><span style="color: #007700">;<br />}<br /></span><span style="color: #0000BB">&#36;ch&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">curl_init</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;url</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">curl_setopt</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,</span><span style="color: #0000BB">CURLOPT_RETURNTRANSFER</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">TRUE</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB">curl_setopt</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,</span><span style="color: #0000BB">CURLOPT_HEADER</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">TRUE</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">curl_setopt</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,</span><span style="color: #0000BB">CURLOPT_NOBODY</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">TRUE</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">&#36;name&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">curl_exec</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;size&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">curl_getinfo</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">CURLINFO_CONTENT_LENGTH_DOWNLOAD</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">curl_close</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ch</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;sizee</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">convertToReadableSize</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;size</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//list(&#36;width,&nbsp;&#36;height)&nbsp;=&nbsp;getimagesize(&#36;url);<br /></span><span style="color: #0000BB">&#36;name&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">date</span><span style="color: #007700">(</span><span style="color: #DD0000">'d-m-Y-H:i:s'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">time</span><span style="color: #007700">());<br /></span><span style="color: #FF8000">//time();<br /></span><span style="color: #0000BB">&#36;password&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">trim</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #FF8000">//&nbsp;&lt;---&nbsp;this&nbsp;is&nbsp;not&nbsp;a&nbsp;good&nbsp;idea!<br /></span><span style="color: #007700">if((</span><span style="color: #0000BB">strlen</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;password</span><span style="color: #007700">)&nbsp;&gt;&nbsp;</span><span style="color: #0000BB">4</span><span style="color: #007700">)&nbsp;or&nbsp;</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">==</span><span style="color: #DD0000">"svg"</span><span style="color: #007700">)<br />{<br /></span><span style="color: #0000BB"> &nbsp;&#36;ext</span><span style="color: #007700">=</span><span style="color: #DD0000">"jpg"</span><span style="color: #007700">;<br /></span><span style="color: #FF8000">//&nbsp;&#36;uploadOk&nbsp;=&nbsp;0;<br /></span><span style="color: #007700">}<br /></span><span style="color: #0000BB">&#36;name&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">.</span><span style="color: #DD0000">"."</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#36;newname&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;newname</span><span style="color: #007700">.</span><span style="color: #DD0000">""</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;type</span><span style="color: #007700">;<br /></span><span style="color: #FF8000">//&#36;namess&nbsp;=&nbsp;basename(&#36;url);<br /></span><span style="color: #0000BB">&#36;files&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">SplFileInfo</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;exttt&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;files</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">getExtension</span><span style="color: #007700">();<br /></span><span style="color: #FF8000">//PATHINFO_EXTENSION<br /></span><span style="color: #0000BB">&#36;extt&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">pathinfo</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">,</span><span style="color: #0000BB">PATHINFO_EXTENSION</span><span style="color: #007700">);<br /><br /></span><span style="color: #FF8000">//if(&#36;exttt==""){&#36;ext=".jpg";}<br /></span><span style="color: #0000BB"> &nbsp;&#36;file_ext&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #DD0000">'.'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">));<br /></span><span style="color: #0000BB"> &nbsp;&nbsp;&#36;end&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">end</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;file_ext</span><span style="color: #007700">);</span><span style="color: #0000BB"> &nbsp;<br /></span><span style="color: #FF8000">//&#36;ext="jpg";<br /></span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">=</span><span style="color: #DD0000">".jpg"</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#36;type</span><span style="color: #007700">=</span><span style="color: #DD0000">""</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;type</span><span style="color: #007700">;<br /></span><span style="color: #FF8000">//&nbsp;&#36;ext&nbsp;=&nbsp;end(&#36;sepext); &nbsp; &nbsp; &nbsp;<br />/*&#36;t=array('jpg'&nbsp;,&nbsp;'png'&nbsp;,&nbsp;'gif','ip'&nbsp;,&nbsp;'rar');<br /> &nbsp; &nbsp;if(!in_array(&#36;ext,&#36;t))<br />{&nbsp;echo&nbsp;gggg;}else &nbsp;{<br />*/<br />&nbsp;//&#36;namee="http://xxx.com/uploads/&#36;name";<br />//&#36;size3=&nbsp;getimagesize("http://xxx.com/uploads/07-04-2026-21:16:01.jpg");<br />//&#36;size2=&nbsp;filesize("http://xxx.com/uploads/07-04-2026-22:20:46.webp")&nbsp;.&nbsp;'&nbsp;bytes';<br />//&#36;size1=convertToReadableSize("&#36;namee");<br />//here&nbsp;is&nbsp;the&nbsp;actual&nbsp;code&nbsp;to&nbsp;get&nbsp;the&nbsp;file&nbsp;from&nbsp;the&nbsp;url&nbsp;and&nbsp;save&nbsp;it&nbsp;to&nbsp;the&nbsp;uploads&nbsp;folder<br />//get&nbsp;the&nbsp;file&nbsp;from&nbsp;the&nbsp;url&nbsp;using&nbsp;file_get_contents&nbsp;and&nbsp;put&nbsp;it&nbsp;into&nbsp;the&nbsp;folder&nbsp;using&nbsp;file_put_contents<br /></span><span style="color: #007700">require_once(</span><span style="color: #DD0000">"files/ip.php"</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;ip&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;user_ip</span><span style="color: #007700">;<br /></span><span style="color: #0000BB"> &nbsp;&#36;description&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">strip_tags</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'desc'</span><span style="color: #007700">]);<br /></span><span style="color: #0000BB">&#36;descriptions</span><span style="color: #007700">=</span><span style="color: #DD0000">"</span><span style="color: #0000BB">&#36;description</span><span style="color: #DD0000">,</span><span style="color: #0000BB">&#36;name</span><span style="color: #DD0000">,</span><span style="color: #0000BB">&#36;ip</span><span style="color: #DD0000">"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#36;namess</span><span style="color: #007700">=</span><span style="color: #DD0000">"ddd"</span><span style="color: #007700">;</span><span style="color: #FF8000">/*<br />&#36;filelist&nbsp;=&nbsp;fopen("./files/".&#36;namess.".mfh","w");<br />fwrite(&#36;filelist,&nbsp;&#36;name&nbsp;."|".&nbsp;name&nbsp;."|".&nbsp;&#36;passkey&nbsp;."|".&nbsp;&#36;userip&nbsp;."|".&nbsp;&#36;time."|0|".&#36;description."|".&#36;passwerd."|".&#36;cat."|".&#36;_POST['pprotect']."|&#092;n");*/<br />//&#36;password=&#36;_GET['password'];<br /></span><span style="color: #0000BB">&#36;fh&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">fopen</span><span style="color: #007700">(</span><span style="color: #DD0000">"./files/"</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;namess</span><span style="color: #007700">.</span><span style="color: #DD0000">".mfh"</span><span style="color: #007700">,</span><span style="color: #DD0000">"a+"</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">fwrite</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;fh</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;descriptions</span><span style="color: #007700">.</span><span style="color: #DD0000">"&#092;n"</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//write&nbsp;to&nbsp;txtfile<br />//fwrite(&#36;fh,&#36;password."&#092;n");&nbsp;<br />//&nbsp;write&nbsp;to&nbsp;txtfile<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;fclose</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;fh</span><span style="color: #007700">);<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;&#36;fileplacee</span><span style="color: #007700">=</span><span style="color: #DD0000">"uploads"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB"> &nbsp; &nbsp;</span><span style="color: #007700">@</span><span style="color: #0000BB">wateermark</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;fileplacee</span><span style="color: #007700">.</span><span style="color: #DD0000">"/"</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;newname</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;type</span><span style="color: #007700">,</span><span style="color: #DD0000">'logo/logo.png'</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">&#36;newfile&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'/home/xxx/domains/xxx.com/public_html/uploads/'</span><span style="color: #007700">.</span><span style="color: #0000BB">time</span><span style="color: #007700">().</span><span style="color: #DD0000">'.'</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;type</span><span style="color: #007700">.</span><span style="color: #DD0000">''</span><span style="color: #007700">;<br />(</span><span style="color: #0000BB">copy</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;urls</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;newfile</span><span style="color: #007700">));<br /></span><span style="color: #0000BB">&#36;upload&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">file_put_contents</span><span style="color: #007700">(</span><span style="color: #DD0000">"uploads/</span><span style="color: #0000BB">&#36;name</span><span style="color: #DD0000">"</span><span style="color: #007700">,</span><span style="color: #0000BB">file_get_contents</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;url</span><span style="color: #007700">,</span><span style="color: #0000BB">false</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;context</span><span style="color: #007700">));<br /></span><span style="color: #0000BB">&#36;fileplace</span><span style="color: #007700">=</span><span style="color: #DD0000">"uploads"</span><span style="color: #007700">;<br />@</span><span style="color: #0000BB">watermark</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;fileplace</span><span style="color: #007700">.</span><span style="color: #DD0000">"/"</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">,</span><span style="color: #0000BB">&#36;ext</span><span style="color: #007700">,</span><span style="color: #DD0000">'logo/logo.png'</span><span style="color: #007700">);<br /></span><span style="color: #FF8000">//include('Thumbnail.class.php');<br />&nbsp;//&nbsp;&#36;thumb=new&nbsp;Thumbnail("&#36;name");<br />&nbsp;//&nbsp;&#36;thumb-&gt;quality='100'; &nbsp;&nbsp;<br /><br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;</span><span style="color: #FF8000">//&nbsp;&#36;thumb-&gt;process(); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br /></span><span style="color: #0000BB"> &nbsp; &nbsp; &nbsp;</span><span style="color: #FF8000">//&nbsp;generate&nbsp;image<br />&nbsp;//&nbsp;&#36;thumb-&gt;save("&#36;name");&nbsp;&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #0000BB"> &nbsp;&#36;filesk</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"</span><span style="color: #0000BB">&#36;name</span><span style="color: #DD0000">"</span><span style="color: #007700">;<br /></span><span style="color: #FF8000">//&#36;name&nbsp;=&nbsp;str_replace("?format=jpg","gg",&#36;filesk);<br />//echo&nbsp;&#36;TXTREM&nbsp;;<br />//check&nbsp;success<br />//&#36;info&nbsp;=&nbsp;getimagesize('http://xxx.com/uploads/&#36;name');<br />/*&#36;tmp=&nbsp;tmpfile();<br />&#36;names=&nbsp;"http://xxx.com/uploads/&#36;name";<br />&#36;ch=curl_init(&#36;url);<br />curl_setopt_array(&#36;ch,array(<br />CURLOPT_FILE=&gt;&#36;tmp,<br />CURLOPT_ENCODING=&gt;''<br />));<br />curl_exec(&#36;ch);<br />curl_close(&#36;ch);<br />list(&#36;width,&nbsp;&#36;height)&nbsp;=&nbsp;getimagesize(&#36;names);<br />fclose(&#36;tmp);<br />&#36;filename&nbsp;=&nbsp;"http://xxx.com/uploads/07-04-2026-22:20:46.webp";<br />&#36;handle&nbsp;=&nbsp;fopen(&#36;filename,&nbsp;"r");<br />&#36;contents&nbsp;=&nbsp;fread(&#36;handle,&nbsp;filesize(&#36;filename));<br />fclose(&#36;handle);*/<br />//&#36;ss=filesize(&#36;name);<br /></span><span style="color: #0000BB">&#36;newfile</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">str_replace</span><span style="color: #007700">(</span><span style="color: #DD0000">"/home/xxx/domains/xxx.com/public_html/"</span><span style="color: #007700">,</span><span style="color: #DD0000">"http://xxx.com/"</span><span style="color: #007700">,</span><span style="color: #DD0000">"</span><span style="color: #0000BB">&#36;newfile</span><span style="color: #DD0000">"</span><span style="color: #007700">);<br />if(</span><span style="color: #0000BB">&#36;upload</span><span style="color: #007700">)&nbsp;<br />&nbsp;echo&nbsp;</span><span style="color: #DD0000">"Success:</span><span style="color: #0000BB">&#36;name</span><span style="color: #DD0000">,&lt;br&gt; &nbsp;type:&nbsp;</span><span style="color: #0000BB">&#36;extt</span><span style="color: #DD0000">,&nbsp;size:&nbsp;</span><span style="color: #0000BB">&#36;sizee</span><span style="color: #DD0000">,</span><span style="color: #0000BB">&#36;newfile</span><span style="color: #DD0000">,&lt;br&gt;</span><span style="color: #0000BB">&#36;name2</span><span style="color: #DD0000">&nbsp;&lt;a&nbsp;href='uploads/"</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;name</span><span style="color: #007700">.</span><span style="color: #DD0000">"'&nbsp;target='_blank'&gt;Check&nbsp;Uploaded&lt;/a&gt;"</span><span style="color: #007700">;&nbsp;else&nbsp;</span><span style="color: #DD0000">"please&nbsp;check&nbsp;your&nbsp;folder&nbsp;permission"</span><span style="color: #007700">;<br />}<br /></span><span style="color: #FF8000">//}<br /></span><span style="color: #0000BB">?&gt;<br /></span><br />&lt;html&gt;<br />&lt;head&gt;&lt;title&gt;Theonlytutorials&nbsp;-&nbsp;Simple&nbsp;File&nbsp;Upload&nbsp;from&nbsp;URL&nbsp;Script!&lt;/title&gt;&lt;/head&gt;<br />&lt;body&gt;<br />&lt;h3&gt;Theonlytutorials.com&nbsp;-&nbsp;Very&nbsp;Simple&nbsp;File&nbsp;Upload&nbsp;from&nbsp;URL&nbsp;Script!&lt;/h3&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;form&nbsp;action=""&nbsp;method="post"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Your&nbsp;URL:&nbsp;&lt;input&nbsp;type="text"&nbsp;name="url"&nbsp;/&gt;<br />&nbsp;&lt;input&nbsp;type="text"&nbsp;name="urls"&nbsp;/&gt;<br />&lt;input&nbsp;type="text"&nbsp;name="desc"&nbsp;/&gt;<br />&lt;input&nbsp;type="submit"&nbsp;value="upload&nbsp;Images"&nbsp;name="upload"/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/form&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;&nbsp;<br /></code></div></div></div>حاولت فيه مااستطعت<br />
مشكورين مقدما]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[سؤولان هامان  في الداتا جريد فيو]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56242</link>
			<pubDate>Mon, 20 Apr 2026 20:04:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=20087">yosif</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56242</guid>
			<description><![CDATA[<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">السلام علكيم</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">معي داتا جريد فيو : وبدون الارتباط بجدول في قاعدة البيانات</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">فيها عمودين اثنين  هما :              من رقم             الى رقم</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">                  السجل الاول  مثلا:   من رقم = 1       الى رقم   = 2</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">                 السجل الثاني                     = 3                     =4</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">                السجل الثالث                      = 5                    =6    </span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">المطلوب</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">1- كود يقوم بالاتي : في بداية خلية السجل الثاني كيف يتم اضافة رقم تلقائي  لثصبح (3)    بزيادة واحد  لان خلية السجل السابق انتهى برقم(2)</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">                         وعند الانتقال الى خلية السجل الثالث يتم اضافة رقم تلقائي لثصبح (5) لان خلية السجل السابق انتهى برقم (4) </span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">2- كود لعدم الانتقال الى خلية جديدة في الداتا جريد فيو الا بعد تعبئة الخلية السابقة </span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">بارك الله فيكم</span>]]></description>
			<content:encoded><![CDATA[<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">السلام علكيم</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">معي داتا جريد فيو : وبدون الارتباط بجدول في قاعدة البيانات</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">فيها عمودين اثنين  هما :              من رقم             الى رقم</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">                  السجل الاول  مثلا:   من رقم = 1       الى رقم   = 2</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">                 السجل الثاني                     = 3                     =4</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">                السجل الثالث                      = 5                    =6    </span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">المطلوب</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">1- كود يقوم بالاتي : في بداية خلية السجل الثاني كيف يتم اضافة رقم تلقائي  لثصبح (3)    بزيادة واحد  لان خلية السجل السابق انتهى برقم(2)</span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">                         وعند الانتقال الى خلية السجل الثالث يتم اضافة رقم تلقائي لثصبح (5) لان خلية السجل السابق انتهى برقم (4) </span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">2- كود لعدم الانتقال الى خلية جديدة في الداتا جريد فيو الا بعد تعبئة الخلية السابقة </span><br />
<span style="font-family: 'Droid Arabic Naskh', 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;" class="mycode_font">بارك الله فيكم</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[سؤالين  في الداتا جريد فيو]]></title>
			<link>https://vb4arb.com/vb/showthread.php?tid=56233</link>
			<pubDate>Fri, 17 Apr 2026 07:16:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vb4arb.com/vb/member.php?action=profile&uid=20087">yosif</a>]]></dc:creator>
			<guid isPermaLink="false">https://vb4arb.com/vb/showthread.php?tid=56233</guid>
			<description><![CDATA[السلام علكيم<br />
مع داتا جريد فيو : وبدون الارتباط بجدول في قاعدة البيانات<br />
فيها عمودين اثنين  هما :              من رقم             الى رقم<br />
                  السجل الاول  مثلا:   من رقم = 1       الى رقم   = 2<br />
                 السجل الثاني                     = 3                     =4<br />
                السجل الثالث                      = 5                    =6    <br />
المطلوب<br />
1- كود يقوم بالاتي : في السجل الثاني كيف يتم اضافة رقم تلقائي  لثصبح (3)    بزيادة واحد  لان السجل السجل السابق انتهى برقم(2)<br />
                         وعند الانتقال الى السجل الثالث يتم اضافة رقم تلقائي لثصبح (5) لان السجل السابق انتهى برقم (4) <br />
2- كود لعدم الانتقال الى سطر جديد في الداتا جريد فيو الا بعد تعبئة السجل السابق<br />
بارك الله فيكم]]></description>
			<content:encoded><![CDATA[السلام علكيم<br />
مع داتا جريد فيو : وبدون الارتباط بجدول في قاعدة البيانات<br />
فيها عمودين اثنين  هما :              من رقم             الى رقم<br />
                  السجل الاول  مثلا:   من رقم = 1       الى رقم   = 2<br />
                 السجل الثاني                     = 3                     =4<br />
                السجل الثالث                      = 5                    =6    <br />
المطلوب<br />
1- كود يقوم بالاتي : في السجل الثاني كيف يتم اضافة رقم تلقائي  لثصبح (3)    بزيادة واحد  لان السجل السجل السابق انتهى برقم(2)<br />
                         وعند الانتقال الى السجل الثالث يتم اضافة رقم تلقائي لثصبح (5) لان السجل السابق انتهى برقم (4) <br />
2- كود لعدم الانتقال الى سطر جديد في الداتا جريد فيو الا بعد تعبئة السجل السابق<br />
بارك الله فيكم]]></content:encoded>
		</item>
	</channel>
</rss>