Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

help with php


ghost's Avatar
0 0

ok so im trying to get my dictionary bruteforcer to work on my host with my giant wordlist (the argon wordlist…the 2gb one)

well they give me no access to php.ini of course…

so i changed the value with .htaccess

i put: php_value memory_limit 2011599999

i put that # of bytes because thats the highest amount its letting me use without resetting down to 240000 or something

and its i higher amount of bytes then what im trying to use and i get this error:

Fatal error: Allowed memory size of 2011599999 bytes exhausted (tried to allocate 2011399370 bytes) in /mounted-storage/home51a/sub006/sc34730-XRJC/zomgz.info/str.php on line 180

even though it shouldnt be exhausting it because the number of bytes i set is higher then the number of bytes its supposed to be using

any help would be cool

im sure theres a good reason i just cant see why it wont work:)


ghost's Avatar
0 0

anyone?


ghost's Avatar
0 0

use this in the script

ini_set("memory_limit","amount");

instead of using .htaccess..

ex.

ini_set("memory_limit","5M");

5mb..

don't know if that's going to fix the problem, only a suggestion :p

EDIT:

though, i think you HAVE to edit the php.ini file to make it work, else there's a 8mb limit..


ghost's Avatar
0 0

[quote]HackingForce wrote: use this in the script

ini_set("memory_limit","amount");

instead of using .htaccess..

ex.

ini_set("memory_limit","5M");

5mb..

don't know if that's going to fix the problem, only a suggestion :p[/quote

tried

didnt work

ini_set does the same thing as waht i did in the .htaccess

like it works in changing it but like it still exhausts and it shouldnt


ghost's Avatar
0 0

hmm, tested it on my own 'Large' output/check script, got the same error…you run the site on a Free host? or is it paid?

well, i gotta go, it's 03:37 here..

cya Sleazoid :right:


ghost's Avatar
0 0

HackingForce wrote: hmm, tested it on my own 'Large' output/check script, got the same error…you run the site on a Free host? or is it paid?

paid….i have servage


ghost's Avatar
0 0

anyone else have any ideas?:)


ghost's Avatar
0 0

bump