Giter Club home page Giter Club logo

Comments (12)

thetonmoyroy avatar thetonmoyroy commented on June 29, 2024 1

all title .eg. Iron Man 3 .i tested recent imdb scraper commit with your index .php not workin but on ur demo site its works . please sir

capture
capture2

my site

Please Sir Help Me

from php-imdb-scraper.

maknol avatar maknol commented on June 29, 2024

Yes, not working, again changes...

from php-imdb-scraper.

thetonmoyroy avatar thetonmoyroy commented on June 29, 2024

Thankyou Sir For Replay Please Fix This .If Possible

from php-imdb-scraper.

dhobi avatar dhobi commented on June 29, 2024

I hope the commit fixes this. Reopen if this is not the case.

from php-imdb-scraper.

thetonmoyroy avatar thetonmoyroy commented on June 29, 2024

Sir Still Not Working For Me .My Website Uses Search Method Title Already Stored In Database .Every was Fine now its not working .i attached my php files plz take a look

fetch_imdb.php.log
imdb.php.log

from php-imdb-scraper.

thetonmoyroy avatar thetonmoyroy commented on June 29, 2024

not working with your index.php too .shows No Title Found Imdb.not working. plz

from php-imdb-scraper.

dhobi avatar dhobi commented on June 29, 2024

Which title / id?

from php-imdb-scraper.

thetonmoyroy avatar thetonmoyroy commented on June 29, 2024

Sir I Have Checked Every Thing .Script Not Working From Local Host .But Works On Cloud Hosting .Both Cloud And Local Server Php And Apache Version Same

from php-imdb-scraper.

dhobi avatar dhobi commented on June 29, 2024

Could be that your localhost environment has no trusted root certificates available for php curl. Try to add the following line to the geturl($url) function:
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER, false)

from php-imdb-scraper.

thetonmoyroy avatar thetonmoyroy commented on June 29, 2024

Thank You Sir Now Its Working Perfectly 🥇
But Too Slow

from php-imdb-scraper.

dhobi avatar dhobi commented on June 29, 2024

I don‘t see much performance improvement potential here since I think the slowest is the fetching of the urls. Forking processes to fetch urls in parallel would be a possibility but I won‘t do it ;-)

from php-imdb-scraper.

thetonmoyroy avatar thetonmoyroy commented on June 29, 2024

Thank You Very Much For Giving Your Valuable Time .Thank You Sir .

from php-imdb-scraper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.