Quote:
Originally Posted by iRO Wiki
On a few I get Signature Removed - Only One Image is Allowed.
There's no setting in the file for amount of images allowed, and the code further down is confusing! Having it look up usergroup[sigmaximages] (if possible) or just making it an option at the top with the rest would be awesome!
|
Hmm... As a temporary fix, change line 96 from
PHP Code:
if ($images[1][1])
to
PHP Code:
if ($images[1][2])
Quote:
Originally Posted by iRO Wiki
When the image isn't found, I get messages similar to the following: Warning: fsockopen() [function.fsockopen]: unable to connect to img165.imageshack.us:80 (Connection timed out) in /xxx/admincp/signaturecheck.php on line 106
Warning: getimagesize(http://imageurlhere.com) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /xxx/admincp/signaturecheck.php on line 156
Is that normal? The script is working fine by detecting a 404, I'm just not sure it's supposed to be returing those errors.
|
It should state below the error something like this:
Quote:
Signature Removed - Unable to load the image
|
Quote:
My forums.domain.com is turned into forums.domain.com/forum for the result URL.
Changing line 65 to this should fix it no matter what your base URL is:
Code:
echo "<a href='/member.php?u=$mysql_row[userid]'>$mysql_row[userid]</a> $check_result <br />";
|
That doesnt work for me... It will bring me to mydomain/member.php?u=x
and is ofcourse different from user to user