Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
hey the reason for this error is coz the simple html dom dosent return the object if the size of the response from url is greater then 600000...so u can void it by changing the simple_html_dom.php file....inside file_get_html function the the if condition...remove strlen($contents) > MAX_FILE_SIZE.... this will solve ur …
The End.