Heres the anwer to ya problem !
Old code
|
Code:
|
if (extension_loaded('gd')) {
$content .="<tr><td colspan='2'>"._SECURITYCODE.": [img]modules.php?name=$module_name&op=gfx&random_num=$random_num[/img]</td></tr>\n";
$content .="<tr><td colspan='2'>"._TYPESECCODE.": <input type=\"text\" NAME=\"gfx_check\" SIZE=\"7\" MAXLENGTH=\"6\"></td></tr>\n";
$content .="<input type=\"hidden\" name=\"random_num\" value=\"$random_num\">\n";
} |
Please NOTICE $module_name, Thats works great when your in the Your_Account. But i thin all same as me use the News module in the first page. So in that bloc the $module_name was News. so the link looks like this
'modules.php?name=News&op=gfx&random_num=$random_n um'
Therfor no IMAGES displayd cos there is no sutch images in the news module :roll: Jus changes where it says $module_name to Your_Account and badaboom it works
