+ Reply to Thread
Results 1 to 4 of 4

 

Thread: Grabbing script help php 4.3.2

  1. #1
    Keith's Avatar
    Moderator

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Richmond North Yorkshire
    Posts
    2,540
    Thanks
    172
    Thanked 119 Times in 83 Posts


    My host has just upgraded to php 4.3.2 from (4.2.3) and now my grabbing scripts (based on your amazon one Aquanuke) are not working I have been onto support and they asked the question

    Does your script require any specific Apache add-ons (that I might have missed) or a specific version of PHP itself?

    Any ideas what the problem/solution is?
    Keith ~ My Blog general ramblings. Internet Marketing Blogs UK all the blogs together in one place (pm for inclusion)

  2. #2
    ShagaaDaggaDoo

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Surrey
    Posts
    1,149
    Thanks
    0
    Thanked 9 Times in 6 Posts
    Ive been running 4.3.2 for a while now cant remember any problems.. i'll pm u my phpinfo if that helps.

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    2,448
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I had a similar problem with a PHP upgrade. It was the fread function behaving strangly.

    I had something like: -
    PHP Code:
    $GrabURL "http://some.url/";
    $OpenFile fopen("$GrabURL""r");
    $RetrieveFile fread($OpenFile1000000); 
    when I changed this to: -
    PHP Code:
    $GrabURL "http://some.url/";
    $RetrieveFile file_get_contents($GrabURL); 
    it all seemed to work ok.

    Hope this helps.

  4. #4
    Keith's Avatar
    Moderator

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Richmond North Yorkshire
    Posts
    2,540
    Thanks
    172
    Thanked 119 Times in 83 Posts
    Thanks guys its working fine now
    Keith ~ My Blog general ramblings. Internet Marketing Blogs UK all the blogs together in one place (pm for inclusion)

+ Reply to Thread


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Feed Insertion PHP script?
    By stevenm in forum Programming
    Replies: 3
    Last Post: 30-12-04, 02:56 PM
  2. Can I run a php script as a cron job?
    By rogerlittin in forum Programming
    Replies: 9
    Last Post: 17-12-03, 11:20 PM
  3. Useful bot script (PHP)
    By monkeyman in forum Programming
    Replies: 6
    Last Post: 22-10-03, 05:48 PM
  4. PHP Script error problem
    By Edward in forum Programming
    Replies: 1
    Last Post: 16-08-03, 05:45 PM
  5. ASP grabbing script
    By 999GI in forum Programming
    Replies: 2
    Last Post: 28-09-02, 06:01 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2