Status
Not open for further replies.

Dohwee

Active Member
69
2010
0
0
Guys i'm having this problem and don't know how to fix it

fsockopen: Passed

memory_limit: Failed

safe_mode: Passed

cURL: Passed


How do i make the memory_limit passed?

This is a rapidleech script.
 
7 comments
Open the php.ini file and llook for memory_limit and then raise the value.

If you're on shared hosting you have probably to contact your provider and ask them to change it (if they are willing to).
 
I think that you can create a php.ini file in the main directory ( public_html) and insert

memory_limit = 8M or change 8 to higher number.

Demo: memory_limit = 16M

If this doesn't work you can try to add

php_value memory_limit 24M

in the .htaccess file
Or if you searching for php.ini file you will find in the etc directory
 
Status
Not open for further replies.
Back
Top