Need Quick Help Please - Confused here

Discussion in 'PHP' started by worlddomain, Apr 18, 2008.

  1. #1
    worlddomain, Apr 18, 2008 IP
  2. Xtrm2Matt

    Xtrm2Matt Active Member

    Messages:
    129
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #2
    How does the script retrieve the information?
     
    Xtrm2Matt, Apr 18, 2008 IP
  3. worlddomain

    worlddomain Well-Known Member

    Messages:
    1,138
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    110
    #3
    its a php script and uses ebay rss feed

    hope that helps....
     
    worlddomain, Apr 18, 2008 IP
  4. phpl33t

    phpl33t Banned

    Messages:
    456
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Create a file called "php.ini" then put the below code into it and upload it. Then your errors should show. Chances are that you will see tons of notices and warnings, maybe more. I see it all the time, especially from Indian made software. No offense to Indian, but that is just my observation.

    
    display_errors = On
    error_reporting 2047
    
    PHP:
    I believe they require a php.ini and dont allow it in .htaccess. In that case, try this with your .htaccess:

    
    php_flag display_errors on
    php_value error_reporting 2047
    
    PHP:
     
    phpl33t, Apr 18, 2008 IP