Changeset 18658


Ignore:
Timestamp:
11/18/12 21:42:47 (11 years ago)
Author:
obi
Message:

fix

Location:
titan/plugins/tithek
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/putlocker.h

    r18656 r18658  
    7777
    7878        gethttpreal(tmphost, tmpfile, 80, "/tmp/tithek/get", NULL, NULL, 0, send, NULL, 1);
    79         sleep(5);
     79        sleep(1);
    8080        free(send); send = NULL;
    8181       
     
    117117        free(cmd); cmd = NULL;
    118118        free(lines); lines = NULL;
    119        
    120 //      writesys("/var/usr/local/share/titan/plugins/tithek/tmpstr", tmpstr, 0);
    121119
    122120        //get hash from tmpstr
     
    135133        debug(99, "hashlen: %s", hashlen);
    136134
    137         sleep(1);
    138135        //create send string
    139136        send = ostrcat(send, "POST /file/", 1, 0);
     
    153150        debug(99, "send: %s", send);
    154151
     152        sleep(7);
    155153        //send and receive answer
    156154        gethttpreal(tmphost, tmpfile, 80, "/tmp/tithek/x9", NULL, NULL, 0, send, NULL, 0);
    157155        sleep(1);
     156
    158157        free(send); send = NULL;
    159158        tmpstr = command("cat /tmp/tithek/x9 | sed '1,1d' | zcat");
     
    166165        }
    167166        if(phpsessid == NULL || serverid == NULL) goto end;                     
    168 
    169         sleep(5);
    170167
    171168        //get streamlink
     
    203200        send = ostrcat(send, "\r\nConnection: close\r\nUser-Agent: Python-urllib/2.6\r\n\r\n", 1, 0);
    204201
    205         sleep(1);
     202        sleep(5);
    206203       
    207204        //send and receive answer
  • titan/plugins/tithek/streamcloud.h

    r18367 r18658  
    9292//newend
    9393 
    94         sleep(5);
     94        sleep(7);
    9595
    9696        //get hash from tmpstr
Note: See TracChangeset for help on using the changeset viewer.