cURL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    cURL

    Warning: curl_init() has been disabled for security reasons in /home/zeewap55/public_html/utube/details.php on line 11

    Warning: curl_setopt() has been disabled for security reasons in /home/zeewap55/public_html/utube/details.php on line 12

    Warning: curl_setopt() has been disabled for security reasons in /home/zeewap55/public_html/utube/details.php on line 13

    Warning: curl_init() has been disabled for security reasons in /home/zeewap55/public_html/utube/details.php on line 26

    Warning: curl_setopt() has been disabled for security reasons in /home/zeewap55/public_html/utube/details.php on line 27

    Warning: curl_setopt() has been disabled for security reasons in /home/zeewap55/public_html/utube/details.php on line 28

    Warning: curl_setopt() has been disabled for security reasons in /home/zeewap55/public_html/utube/details.php on line 29

    Warning: curl_setopt() has been disabled for security reasons in /home/zeewap55/public_html/utube/details.php on line 30

    Warning: curl_exec() has been disabled for security reasons in /home/zeewap55/public_html/utube/details.php on line 31

    Warning: curl_error(): supplied argument is not a valid cURL handle resource in /home/zeewap55/public_html/utube/details.php on line 32

    Warning: curl_close(): supplied argument is not a valid cURL handle resource in /home/zeewap55/public_html/utube/details.php on line 33


    HOW TO FIX THIS PROBLEM?
    LESS TALK. LESS MISTAKE.

    HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

    #2
    Do ur site support curl ... ??

    if you try this

    <?php

    phpinfo();

    ?>

    Then search for curl once found let me know and i will see why your loading like this
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    Comment


      #3
      How to support my site in phpinfo();

      I'll try to search phpinfo(); in my site but no results! nothing found!
      LESS TALK. LESS MISTAKE.

      HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

      Comment


        #4
        open your notepad copy and paste the snippet posted by sub and save it as phpinfo.php upload it in your server. open browser and navigate to where you upload the file eg. http://www.mysite.com/phpinfo.php then press ctrl+f and type curl see if its enable. there ya go. very detailed tutorial. hope you can follow.

        Comment


          #5
          disable_functions - curl_init, curl_exec, curl_setopt,

          cURL support - enable


          How to enable my curl_init, curl_exec, curl_setopt, funtions..
          LESS TALK. LESS MISTAKE.

          HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

          Comment


            #6
            using php.ini in your utube folder

            place in it

            [PHP]
            extension=php_curl.dll
            ; To Open curl this file...
            Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
            Visit: WapMasterz Coming Back Soon!
            _______
            SCRIPTS FOR SALE BY SUBZERO
            Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
            FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
            _______
            Info & Tips
            php.net
            w3schools.com

            Comment


              #7
              extension=php_curl.dll

              i'll put this in php.ini subzero?
              LESS TALK. LESS MISTAKE.

              HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

              Comment


                #8
                Yes thats where it goes
                Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                Visit: WapMasterz Coming Back Soon!
                _______
                SCRIPTS FOR SALE BY SUBZERO
                Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                _______
                Info & Tips
                php.net
                w3schools.com

                Comment


                  #9
                  Not working my friend, still got warning!
                  LESS TALK. LESS MISTAKE.

                  HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

                  Comment


                    #10
                    if the server close the curl try using fopen fock url it
                    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                    Visit: WapMasterz Coming Back Soon!
                    _______
                    SCRIPTS FOR SALE BY SUBZERO
                    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                    _______
                    Info & Tips
                    php.net
                    w3schools.com

                    Comment


                      #11
                      What is the code for this? fopen fock url
                      LESS TALK. LESS MISTAKE.

                      HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

                      Comment


                        #12
                        ;;;;;;;;;;;;;;;;;;
                        ; Fopen wrappers ;
                        ;;;;;;;;;;;;;;;;;;

                        ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
                        allow_url_fopen = On

                        ; Define the anonymous ftp password (your email address)
                        ;from="john@doe.com"

                        ; Define the User-Agent string
                        ; user_agent="PHP"

                        ; Default timeout for socket based streams (seconds)
                        default_socket_timeout = 60

                        ; If your scripts have to deal with files from Macintosh systems,
                        ; or you are running on a Mac and need to deal with files from
                        ; unix or win32 systems, setting this flag will cause PHP to
                        ; automatically detect the EOL character in those files so that
                        ; fgets() and file() will work regardless of the source of the file.
                        ; auto_detect_line_endings = Off
                        Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                        Visit: WapMasterz Coming Back Soon!
                        _______
                        SCRIPTS FOR SALE BY SUBZERO
                        Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                        FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                        _______
                        Info & Tips
                        php.net
                        w3schools.com

                        Comment


                          #13
                          well, thanks for this!
                          LESS TALK. LESS MISTAKE.

                          HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

                          Comment


                            #14
                            Its not possible to open if once disabled by hoster.. Are you on free server? Use 6te.net it has curl workin..
                            This is my new community for wap coding. Come and join and experience real wap coding
                            http://leonine.6te.net

                            Comment

                            Working...
                            X