Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24
  1. #21
    skill-less nob0dy's Avatar
    Join Date
    Jun 2015
    Location
    Off The Grid
    Posts
    1,632
    Rep Power
    100
    Quote Originally Posted by suport View Post
    greetings to all
    1: for this read this
    @suport , if you can't follow the rules , you are constantly hi-jacking threads , from my observation you " think ". And you're trolling crazed of all people , not very smart ;x
    @crazed 9.6
    But as we discussed many moons ago, it's not prudent to be advertising other ways to get channels other then thru supported services here. But that is not an issue when you don't openly discuss it, as I saw you did try to not do that (openly directing, I mean)
    As I said before I have nothing to find about mr. crazed 9.6 but I think you do? humm you said @nob0dy and because he helps out a lot , that automatically makes him the admin

    2 I did not post any link to another place or page, how is that hi-jacking
    you on the other hand did with this
    Code:
    https://www.cracked.com/article_18540_5-reasons-you-should-be-scared-google.html
    and
    @nob0dy Not to post Live links to this movie or that , this isn't that place or kind of site
    referring to other posts.

    3 I don't understand what this has to do with NewsMax , maybe you can explain . the Original Poster is asking about a channel and you're over here posting garbage apk files , what does this have to do with anything ?
    Please explain @ suport .

    In this you say that you do not know and I already know that because of the way you respond and forget to read between the lines. what does that have to do with the original post that people like you who are kissing a** to get a position and say they know so much do not help anyone just by saying send an email to papiao.
    papiao on several occasions does not answer the staff and there are several posts where that is mentioned.
    If you want to earn that position,or help I gave you the answer, build something important so that it frees space on the server and since papiao loves you so much, he pays attention to you and separates things for better server fluidity.
    that's why I did not post an apk as you say I just put it in view
    That said for a person who does not know how to work with the basic version of invoke-direct {v1, v2, v3, v4}, Lokhttp3 / TlsVersion; -> <init> (Ljava / lang / String; ILjava / lang / String V
    sput-object v1, Lokhttp3 / TlsVersion; -> TLS_1_1: Lokhttp3 / TlsVersion;
    I see your comment (garbage apk files) learn before you speak.must of that come from papiao jajajajajaj
    conclusion an apk or whatever you want to create to put the free links that everyone has in their papiao list, you can separate them for better fluidity and better service since you would know in advance where to look for the problem

    P.S these links that come out of the papiao list are redirecting to yo****e (http://iptu) tell papiao to check them so they can take them out
    hooooo I forgot, you already knew, you are the ********* of the forum

    I don't know what position you're talking about or referring to . think out of the box , maybe google the name before you type ...



    At least i type somewhat English and it's understandable .


    the only one who seeks attention is YOU , running around trolling and annoying the hell out people .


    i get it , you're mad about posting links , or you wanna tell or show this or that , ok .... this isn't the place for that . we only discuss " papiao " related questions to the three services provided here , IPTV Rocket , 66 , and NFPS ... And how to get the customer(s) who donated to the service(s) up and running on the various supported platforms available here .
    knowledge is power , power corrupts all .

  2. #22
    Warrior
    Join Date
    Feb 2015
    Posts
    256
    Rep Power
    59
    jajajajaja hint hint now nob0dy will tell you not to talk about things other than the 3 providers of the forum be careful because they are on the net and nob0dy says it is not safe hahahahaha

    Quote Originally Posted by dara View Post
    This is a simple issue, the source url used by papiao was no longer working and is now. I'm glad they got around to it, the url for Newsmax is pretty easy to find for those who use m3u lists. (So is OAN, but its not one that is on the server... hint, hint)

  3. #23
    TV Addicted
    Join Date
    May 2015
    Location
    yes i do
    Posts
    85
    Rep Power
    21
    Quote Originally Posted by suport View Post
    jajajajaja hint hint now nob0dy will tell you not to talk about things other than the 3 providers of the forum be careful because they are on the net and nob0dy says it is not safe hahahahaha
    hey suport thought you flew the coop i know everyone refers to the 3 providers but there is actually 4
    maybe we should let them know about their security flaws most of us here in the states dont seem to know
    what they do in other countries but the big 4 gets victimized regularly even dead playlists reveal ppv`s
    vod`s redirect to none username/password streams mainsvip, i saw a list of 800 rockets posted a few weeks back
    these are very easy to get.there are easy ways to protect the servers.

    Code:
    http://p5.iptvprivateserver.tv:80
    http://iptv2.iksfull.com:80
    http://p1.iptvrocket.tv:80
    http://s1.iptv66.tv:80

  4. #24
    Warrior
    Join Date
    Feb 2015
    Posts
    256
    Rep Power
    59
    greetings and as mr. crazed 9.6 said you cannot get carried away by what you see on the net since there are many many, many that only clone the name of the provider but their sources are not the same

    Example there is a clone of stbemu which claims to be from *** and this is not true since if you decode the apk the urls are from another place and it is designed for the clients of this forum and those promoted in the papiao page and for many more .
    Design the client choose url portal device, mac, when doing enter
    this is part of what happens behind the door
    $ sn = strtoupper (substr (md5 ($ mac), 13));
    $ device_id = strtoupper (hash ('sha256', $ sn));
    $ device_id2 = strtoupper (hash ('sha256', $ mac));
    $ signature = strtoupper (hash ('sha256', $ sn. $ mac));
    $ string = 'sn ='. $ sn. '& signature ='. s. '& device_id2 ='. $ device_id2. '& device_id ='. $ device_id;
    $ ch = curl_init ();
    the funny part is
    function Redirect($url, $code = 302)
    {
    if (strncmp('cli', PHP_SAPI, 3) !== 0)
    {
    if (headers_sent() !== true)
    {
    if (strlen(session_id()) > 0) // If using sessions
    {
    session_regenerate_id(true); // Avoids session fixation attacks
    session_write_close(); // Avoids having sessions lock other requests
    }

    if (strncmp('cgi', PHP_SAPI, 3) === 0)
    {
    header(sprintf('Status: %03u', $code), true, $code);
    }

    header('Location: ' . $url, true, (preg_match('~^30[1237]$~', $code) > 0) ? $code : 302);

    This will be used so that all the information is redirected through another executable and the real information is obtained by another person this is a very long topic you better use what the IPTVTALK forum offers you since the mod and super mod do file tests before put it in the forum

 

 
Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •