منتديات وسارة سات
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

وســـــــــــــــــــارة ســـــــــــــــــــــــــات
 
البوابةالرئيسيةالمنشوراتأحدث الصورالتسجيلدخول

 

  iIPTV Panel v1.2.1 بانل مجانا

اذهب الى الأسفل 
كاتب الموضوعرسالة
Admin
Admin
Admin


عدد المساهمات : 367
تاريخ التسجيل : 29/11/2015
العمر : 52

 iIPTV Panel v1.2.1 بانل مجانا Empty
مُساهمةموضوع: iIPTV Panel v1.2.1 بانل مجانا    iIPTV Panel v1.2.1 بانل مجانا Icon_minitime1الإثنين يونيو 06, 2016 8:32 pm

0
السلام عليكم الكل يعلم ان الاكستريم كود تعمل المستحيل من اجل ان لا نستعمل اصداراتها حتى القديمة لان لا جديد بين 1.0.44 و 2.1.2 قاساسها واحد لذالك تقعل المستحيل واحد و الجديد فقط الشكليات وبعض الخواص التي لا تسمن ولا تغني من جوع

منذ مدة 4 اشهر وانا اجرب بانل مميز ومتشابه بالاكستريم كود

الا وهو iIPTV Panel v1.2.1

بانل جد مميز ومبرمجه كان قد وضعه للبيع وبعد مدة طرحه مجانا

طيب الان اضع لكم شرح بالفيديو وطريقة التنصيب وبعض المميزات


Hello everybody,
finaly here is my IPTV Panel. The Panel is Open Source and no one will/should pay for this! Of course Donations are welcome Wink
In 1 or 2 Weeks I will publish the Homepage with Documentation about the Panel.


Current Version: 1.2.1
If you have already iIPTVPanel installed on your Server, then you need only update the Panel. New Installation is not needed. Please follow the three commands to get the new Update:

كود:
wget http://download.iiptvpanel.com/UPDATE/v1.2.1/update.sh
chmod a+x update.sh
./update.sh

------------------------------------------------------------------------------------------

You need insert your MySQL password which you're typed it during the Installation.

Changelog:
[Fix] Client Connection Limit
[Fix] Stream Limit raised to 1000 Stream
[Added] Stream Importer added
[Added] French Language added (Big thanks to user 2in1 for translating)

https://www.youtube.com/watch?v=QD5tGIwK9u4

Following Stream inputs are supported:
RTMP
HTTP / HTTPS
UTP
RTP
RTSP
MMS
Stream Output:
Currently only MPEG-TS. And this is actually the best for Enigma² Set-Top-Boxes.

Features:
Multi Language ( English, German and Turkish )
Current Server Status
Unlimited Users*
Unlimited Streams*
Fast Zapping Time
VoD Support. Stream your own VoD Channels
Category Support. Assign to each Client allowed Channels
Transcoding like reduce the Bitrate or Size of the Stream possible
Powerfull Loging System
Security Modules for unwanted User-Agents and IP Addresses
Limit Max Connection for each Client
Export Bouquet/Playlist Files for Enigma2, VLC, SimpleTV and other devices and application
View who is watching which Stream
Databankmanager
and more features
The Panel is working with NGiNX and VLC.
Currently is only Debian7 supported. This means NO CentOS, NO Ubuntu, NO Red-Hat. If someone wants support in case with a unsuported OS, I will not answer to the Question.

How to Install the Panel?
!Please use a fresh installed Debian7!. (If a Webserver is running on your Server, this will cause to Problems. So please use fresh installed Debian7)
----------------------------------------------------------------------------------------------------------

كود:
wget http://download.iiptvpanel.com/IPTV-install.sh
chmod 775 IPTV-install.sh
./IPTV-install.sh

-------------------------------------------------------------------------------------------------------------------

During the Installation you will asked for a password. This will be the password for your MySQL Server. Please notice it!
If the Installation is finished, please open your Browser and type http://SERVERIP
To Login into the Panel, use the default Login Information:
-----------------------------------------------------------------------------------------------------------------------
كود:

Username: admin
Password: admin123

----------------------------------------------------------------------------------------------------------------------

If you have Problems during the Installation or found a Bug, so please write it here. Please dont PM me if you have a Problem. This is a free Product and I cannot give Full Support like a payed Product.

Documentation:
VoD Directory:
-----------------------------------------------------------------------------------------------------------------------------------------------------------
كود:
/home/iIPTV/movies/
----------------------------------------------------------------------------------------------------------------------

If you want someone give a Link to download the Channel List in various Formats:
The Link with the type enigma-20-101 is for faster zapping. includes the Channel with the line: 1:0.....http://

----------------------------------------------------------------------------------------------------------------------------------------------------------------
كود:
http://SERVERIP/views/generate.php?user=USERNAME&password=PASSWORD&type=vlc
http://SERVERIP/views/generate.php?user=USERNAME&password=PASSWORD&type=pc
http://SERVERIP/views/generate.php?user=USERNAME&password=PASSWORD&type=simpletv
http://SERVERIP/views/generate.php?user=USERNAME&password=PASSWORD&type=octagon
http://SERVERIP/views/generate.php?user=USERNAME&password=PASSWORD&type=enigma-20
http://SERVERIP/views/generate.php?user=USERNAME&password=PASSWORD&type=enigma-20-101
http://SERVERIP/views/generate.php?user=USERNAME&password=PASSWORD&type=enigma-16
http://SERVERIP/views/generate.php?user=USERNAME&password=PASSWORD&type=gigablue


---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Restore the default panel password (admin123) with SSH Client

كود:
mysql -u root -pyourpassword
use iIPTV
SELECT user_id, user_name, user_password_hash FROM users;
UPDATE users SET user_password_hash = "$2y$10$WvDPA0RMbM/iTO3St8Ln6.QLVnNLaMgWhvyPn6I6HsoQb37vTJNM.";

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Commands:
Start/Stop/Restart Panel:

service iIPTV start
service iIPTV stop
service iIPTV restart

ToDO List

RTMP Links with Authentification not working
Raise Limit to 1000 or make it unlimited
Other languages like French, Albanian, Polish etc (need People who want to translate it)
Possibility to secure the VoD Streams
VoD Management) A Solution that a movie is starting from the beginn if someone is connecting to the Stream

--------------------------------------------------------------------------------------------------------------------------------------------------------


USER FIXES
NGiNX Bad Gateway

كود:

killall -9 apache2
apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
apt-get autoremove

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Getting Information for No Login Problem:


wget http://download.iiptvpanel.com/iIPTV-MySQL.txt
mv iIPTV-MySQL.txt iIPTV-MySQL.php
php -q iIPTV-MySQL.php
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://ousserasat.ahlamontada.com
 
iIPTV Panel v1.2.1 بانل مجانا
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
»  موقع لمشاهدة قنوات بين سبورت العربية مجانا
» تحميل برنامج سامسونج كيز عربي للكمبيوتر 2017 مجانا
» تحميل برنامج جلب جميع تعريفات مجانا ـ Driver Navigator
»  موقع لتحميل جميع الدروس في مختلف التخصصات مجانا
» طريقة الحصول على حاسوب شخصي على الأنترنيت مجانا 2015

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتديات وسارة سات :: قسم وسارة سات تقنيات الإستقبال التلفزيوني :: منتدى IPTV-
انتقل الى: