Mr Chad |
01-24-2007 06:54 PM |
Quote:
Originally Posted by bashy
(Post 1166452)
Ok, just installed and ran the scheduled task as per instructions and it gives error such as this...
Code:
The image “http://www.bashys-place.com/forums/admincp/cronadmin.php?do=runcron&cronid=61” cannot be displayed, because it contains errors.
Although it does work.... :)
Any advice please?
Also i would like it in UK pounds?
Ok, On my Donations page the percentage is 32% for the goal and is in UK pounds, yet this hack is in dollars, this is weird lol
is this hack a percentage of how much is collected towards the goal or is it the total amount in dollars?
|
ok that error is fine. also it is a percentage. amount divided by goal.
Quote:
Originally Posted by Martin-TMGRS
(Post 1166496)
Great hack :) Could you tell me how to change the $ to ? please. do I just edit the jpg image ?
|
lol this is different than the signature stats image hack, this one uses 100% php to make the image.
edit the php file you uploaded. look for:
PHP Code:
if ($p>.20){ imagestring($im, 3, 10, 0, '$' . $donations, $white); } else { imagestring($im, 3, 10, 0, '$' . $donations, $black); }
imagestring($im, 3, 10, 0, ' $' . $donations, $black);
just change the symbol inside of the quotes on both.
Quote:
Originally Posted by scan-pa
(Post 1166562)
Thanks to Mr Chad for all of his help. I installed the hackslast night and already have had our Jan Goal met in less then 20 hours.
awsome job.
|
no problem. I also accept donations :P
|