Changeset 38946


Ignore:
Timestamp:
09/22/16 12:24:43 (7 years ago)
Author:
obi
Message:

fix warnings

Location:
titan/plugins/tithek
Files:
24 edited

Legend:

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

    r38776 r38946  
    199199        free(tmppath); tmppath = NULL;
    200200        free(tmpstr); tmpstr = NULL;
    201         free(tmpstr2); tmpstr2 = NULL;
    202201        free(send); send = NULL;
    203202        free(filekey); filekey = NULL;
  • titan/plugins/tithek/faststream.h

    r34102 r38946  
    2626       
    2727
    28         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     28        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    2929        {
    30                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     30                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3131                goto end;
    3232        }
    3333
    3434        tmphost = string_replace("http://", "", tmplink, 0);
     35        tmphost = string_replace("https://", "", tmphost, 1);
    3536        free(tmplink) , tmplink = NULL;
    3637
  • titan/plugins/tithek/filenuke.h

    r36083 r38946  
    3333        }
    3434
    35         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     35        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    3636        {
    37                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     37                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3838                goto end;
    3939        }
  • titan/plugins/tithek/firedrive.h

    r29990 r38946  
    2929       
    3030
    31         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     31        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    3232        {
    33                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     33                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3434                goto end;
    3535        }
    3636
    3737        tmphost = string_replace("http://", "", tmplink, 0);
     38        tmphost = string_replace("https://", "", tmphost, 1);
    3839        free(tmplink) , tmplink = NULL;
    3940
  • titan/plugins/tithek/flashx.h

    r37484 r38946  
    1919        }
    2020
    21         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     21        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    2222        {
    23                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     23                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    2424                goto end;
    2525        }
    2626
    2727        tmphost = string_replace("http://", "", tmplink, 0);
     28        tmphost = string_replace("https://", "", tmphost, 1);
    2829        free(tmplink) , tmplink = NULL;
    2930
  • titan/plugins/tithek/letwatch.h

    r36083 r38946  
    2525
    2626
    27         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     27        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    2828        {
    29                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     29                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3030                goto end;
    3131        }
    3232
    3333        tmphost = string_replace("http://", "", tmplink, 0);
     34        tmphost = string_replace("https://", "", tmphost, 1);
    3435        free(tmplink) , tmplink = NULL;
    3536
  • titan/plugins/tithek/mightyupload.h

    r36083 r38946  
    2323        }
    2424
    25         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     25        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    2626        {
    27                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     27                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    2828                goto end;
    2929        }
    3030
    3131        tmphost = string_replace("http://", "", tmplink, 0);
     32        tmphost = string_replace("https://", "", tmphost, 1);
    3233        free(tmplink) , tmplink = NULL;
    3334
  • titan/plugins/tithek/movreel.h

    r32096 r38946  
    2626       
    2727
    28         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     28        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    2929        {
    30                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     30                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3131                goto end;
    3232        }
    3333
    3434        tmphost = string_replace("http://", "", tmplink, 0);
     35        tmphost = string_replace("https://", "", tmphost, 1);
    3536        free(tmplink) , tmplink = NULL;
    3637
  • titan/plugins/tithek/movshare.h

    r38393 r38946  
    3838printf("33333333333333333333333333\n");
    3939
    40                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     40                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    4141                goto end;
    4242        }
    4343
    4444        tmphost = string_replace("https://", "", tmplink, 0);
     45        tmphost = string_replace("https://", "", tmphost, 1);
    4546        free(tmplink) , tmplink = NULL;
    4647
  • titan/plugins/tithek/novamov.h

    r37484 r38946  
    3131       
    3232
    33         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     33        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    3434        {
    35                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     35                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3636                goto end;
    3737        }
    3838
    3939        tmphost = string_replace("http://", "", tmplink, 0);
     40        tmphost = string_replace("https://", "", tmphost, 1);
    4041        free(tmplink) , tmplink = NULL;
    4142
  • titan/plugins/tithek/nowvideo.h

    r38774 r38946  
    4040//              tmplink = string_replace("/embed.php?v=", "/video/", tmplink, 1);
    4141
    42         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     42        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    4343        {
    44                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     44                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    4545                goto end;
    4646        }
    4747
    4848        tmphost = string_replace("http://", "", tmplink, 0);
     49        tmphost = string_replace("https://", "", tmphost, 1);
    4950        free(tmplink) , tmplink = NULL;
    5051
  • titan/plugins/tithek/played.h

    r30012 r38946  
    2626       
    2727
    28         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     28        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    2929        {
    30                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     30                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3131                goto end;
    3232        }
    3333
    3434        tmphost = string_replace("http://", "", tmplink, 0);
     35        tmphost = string_replace("https://", "", tmphost, 1);
    3536        free(tmplink) , tmplink = NULL;
    3637
  • titan/plugins/tithek/primeshare.h

    r28962 r38946  
    2525       
    2626
    27         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     27        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    2828        {
    29                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     29                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3030                goto end;
    3131        }
    3232
    3333        tmphost = string_replace("http://", "", tmplink, 0);
     34        tmphost = string_replace("https://", "", tmphost, 1);
    3435        free(tmplink) , tmplink = NULL;
    3536
  • titan/plugins/tithek/putlocker.h

    r29533 r38946  
    2828       
    2929
    30         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
    31         {
    32                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     30        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
     31        {
     32                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3333                goto end;
    3434        }
    3535
    3636        tmphost = string_replace("http://", "", tmplink, 0);
     37        tmphost = string_replace("https://", "", tmphost, 1);
    3738        free(tmplink) , tmplink = NULL;
    3839
  • titan/plugins/tithek/shared.h

    r30269 r38946  
    2525       
    2626
    27         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     27        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    2828        {
    29                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     29                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3030                goto end;
    3131        }
    3232
    3333        tmphost = string_replace("http://", "", tmplink, 0);
     34        tmphost = string_replace("https://", "", tmphost, 1);
    3435        free(tmplink) , tmplink = NULL;
    3536
  • titan/plugins/tithek/streamcloud.h

    r34095 r38946  
    2727       
    2828
    29         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
    30         {
    31                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     29        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
     30        {
     31                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3232                goto end;
    3333        }
    3434
    3535        tmphost = string_replace("http://", "", tmplink, 0);
     36        tmphost = string_replace("https://", "", tmphost, 1);
    3637        free(tmplink) , tmplink = NULL;
    3738
  • titan/plugins/tithek/thefile.h

    r30275 r38946  
    3030       
    3131
    32         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
    33         {
    34                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     32        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
     33        {
     34                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3535                goto end;
    3636        }
    3737
    3838        tmphost = string_replace("http://", "", tmplink, 0);
     39        tmphost = string_replace("https://", "", tmphost, 1);
    3940        free(tmplink) , tmplink = NULL;
    4041
  • titan/plugins/tithek/thevideo.h

    r38825 r38946  
    77        int debuglevel = getconfigint("debuglevel", NULL);
    88        char* tmphost = NULL, *tmplink = NULL, *tmppath = NULL, *tmpstr = NULL, *streamlink = NULL, *pos = NULL, *path = NULL, *url = NULL;
    9         char* vhash = NULL, *gfk = NULL, *fname = NULL, *hash = NULL, *post = NULL, *inhu = NULL, *op = NULL, *vt = NULL, *tmpstr1 = NULL, *tmpstr2 = NULL, *tmpstr3 = NULL, *tmpstr4 = NULL;
     9        char* vhash = NULL, *gfk = NULL, *fname = NULL, *hash = NULL, *post = NULL, *inhu = NULL, *op = NULL, *vt = NULL, *tmpstr1 = NULL, *tmpstr2 = NULL, *tmpstr3 = NULL;
    1010
    1111        if(link == NULL) return NULL;
     
    2525        }
    2626
    27         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
    28         {
    29                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     27        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
     28        {
     29                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3030                goto end;
    3131        }
    3232
    3333        tmphost = string_replace("http://", "", tmplink, 0);
     34        tmphost = string_replace("https://", "", tmphost, 1);
    3435        free(tmplink) , tmplink = NULL;
    3536
  • titan/plugins/tithek/vidag.h

    r37474 r38946  
    66        debug(99, "link: %s", link);
    77        int debuglevel = getconfigint("debuglevel", NULL);
    8         char* url = NULL, *tmphost = NULL, *error = NULL, *tmppath = NULL, *tmpstr = NULL, *send = NULL, *id = NULL, *fname = NULL, *hashmsg = NULL, *hash = NULL, *hashlen = NULL, *ip = NULL, *streamlink = NULL;
     8        char* tmphost = NULL, *error = NULL, *tmppath = NULL, *tmpstr = NULL, *send = NULL, *id = NULL, *fname = NULL, *hashmsg = NULL, *hash = NULL, *hashlen = NULL, *ip = NULL, *streamlink = NULL;
    99
    1010        if(link == NULL) return NULL;
     
    2525
    2626
    27         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     27        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    2828        {
    29                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     29                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3030                goto end;
    3131        }
    3232
    3333        tmphost = string_replace("http://", "", tmplink, 0);
     34        tmphost = string_replace("https://", "", tmphost, 1);
    3435        free(tmplink) , tmplink = NULL;
    3536
  • titan/plugins/tithek/vidbull.h

    r34106 r38946  
    2626
    2727
    28         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     28        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    2929        {
    30                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     30                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3131                goto end;
    3232        }
    3333
    3434        tmphost = string_replace("http://", "", tmplink, 0);
     35        tmphost = string_replace("https://", "", tmphost, 1);
    3536        free(tmplink) , tmplink = NULL;
    3637
  • titan/plugins/tithek/videoweed.h

    r37484 r38946  
    3131       
    3232
    33         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     33        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    3434        {
    35                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     35                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3636                goto end;
    3737        }
    3838
    3939        tmphost = string_replace("http://", "", tmplink, 0);
     40        tmphost = string_replace("https://", "", tmphost, 1);
    4041        free(tmplink) , tmplink = NULL;
    4142
  • titan/plugins/tithek/vidstream.h

    r28962 r38946  
    4141       
    4242
    43         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     43        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    4444        {
    45                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     45                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    4646                goto end;
    4747        }
    4848
    4949        tmphost = string_replace("http://", "", tmplink, 0);
     50        tmphost = string_replace("https://", "", tmphost, 1);
    5051        free(tmplink) , tmplink = NULL;
    5152
  • titan/plugins/tithek/vidto.h

    r34104 r38946  
    2727
    2828
    29         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
    30         {
    31                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     29        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
     30        {
     31                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3232                goto end;
    3333        }
    3434
    3535        tmphost = string_replace("http://", "", tmplink, 0);
     36        tmphost = string_replace("https://", "", tmphost, 1);
    3637        free(tmplink) , tmplink = NULL;
    3738
  • titan/plugins/tithek/vodlocker.h

    r34102 r38946  
    2626
    2727
    28         if(tmplink == NULL || ostrncmp("http://", tmplink, 7))
     28        if(tmplink == NULL || ostrncmp("http", tmplink, 4))
    2929        {
    30                 textbox(_("Message"), _("Hoster Url not http://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
     30                textbox(_("Message"), _("Hoster Url not http:// or https://") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0);
    3131                goto end;
    3232        }
    3333
    3434        tmphost = string_replace("http://", "", tmplink, 0);
     35        tmphost = string_replace("https://", "", tmphost, 1);
    3536        free(tmplink) , tmplink = NULL;
    3637
Note: See TracChangeset for help on using the changeset viewer.