help with php
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:)
[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