• 29-04-2009, 13:46:15
    #1
    arkadaşlar webloader'in v5 scriptini kurdum ancak sanırım server'dan dolayı bazı hatalar var
    1. bot ile video çekerken
    Warning:  file_get_contents() [Function.file-get-contents]: URL file-access is disabled in the server configuration in /home/k.adı/public_html/inc-admin/inc-bot.php on line 10
    
    Warning:  file_get_contents(http://www.videonuncekildiğiadres.com) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/pornosui/k.adı/inc-admin/inc-bot.php on line 10
    2. bot ile etiket çekerken

    Warning:  file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/k.adı/public_html/inc-admin/inc-etibot.php on line 48
    
    Warning:  file_get_contents(http://www.etiketinçekildiğisite.com) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/k.adı/public_html/inc-admin/inc-etibot.php on line 48
    3. yine bot ile çekerken

    Warning:  file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/k.adı/public_html/inc-admin/inc-etibot.php on line 6
    
    Warning:  file_get_contents(http://www.etiketinçekildiğisite.com) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/k.adı/public_html/inc-admin/inc-etibot.php on line 6
    4. blackhat pinged'i kullanırken

    Fatal error:  Call to undefined function xmlrpc_encode_request() in /home/k.adı/public_html/fonksiyon.php on line 284
    bu şekilde hatalar veriyo acaba sorun neyden kaynaklanıyo? server için hangi düzenlemeler gerekir?
  • 29-04-2009, 14:05:52
    #2
    URL file-access is disabled in the server configuration
    Serverde file-access fonksiyonu kapalı açmalısınız (allow_url_fopen)

    Call to undefined function xmlrpc_encode_request() xmlrpc serverda derlenmemiş.Bunuda php içinde derletmeniz gerekli



  • 29-04-2009, 14:16:34
    #3
    WebLOADER adlı üyeden alıntı: mesajı görüntüle
    URL file-access is disabled in the server configuration
    Serverde file-access fonksiyonu kapalı açmalısınız (allow_url_fopen)

    Call to undefined function xmlrpc_encode_request() xmlrpc serverda derlenmemiş.Bunuda php içinde derletmeniz gerekli



    hocam php içinde derletmeniz gerekli derken? server sahibi mi yapacak?
  • 29-04-2009, 19:57:56
    #4
    evet server sahibimi bu ayarları yapması gerekmektedir
  • 29-04-2009, 20:07:52
    #5
    düzenleme yapıldı şuan sadece

    Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/k.adı/public_html/inc-admin/inc-etibot.php on line 48
    Warning: file_get_contents(http://www.etiketinçekildiğisite.com) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/k.adı/public_html/inc-admin/inc-etibot.php on line 48

    bu hatayı veriyo bu da sanırım scriptten
  • 29-04-2009, 22:49:05
    #6
    bence yine sorun serverde file_get_contents aktif değil galiba...