Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - thehammer

Pages: 1 [2]
16
this is the error...

document type : XHTML 1.0 Strict

Code: [Select]
document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag .

…="f2c2d94452abe9a7ae1affebf8d1051d" />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").


this is the line....

Code: [Select]

#  <div style="background-color: #ffffff; padding:10px;"><form action='details.php?image_id=687&amp;sessionid=f2c2d94452abe9a7ae1affebf8d1051d' method='post' onsubmit='postbutton.disabled=true;'><input type="hidden" name="sessionid" value="f2c2d94452abe9a7ae1affebf8d1051d" />
#
# <div>Post comment</div>
# <div>
# <span><label for="user_name">Name:</label></span>
# <span><input type="text" name="user_name" title="Text input: Name" id="user_name" size="30" /></span>
# </div>



17
The comment form create a hidden field:
 <input type="hidden" name="sessionid" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />
can you help me to find where the field is created ?

I need to modify this code to solve an error in Markup Validation Service ( http://validator.w3.org/ )

TIA!

18
After editing the functions.php, page_header.php and langfiles, I get this error on the top of my 4images homepage . Any suggestions ??

Warning: array_values() [function.array-values]: The argument should be an array in /home/tsahu/public_html/netbaazigar/showoff/includes/functions.php on line 1744

Warning: Wrong parameter count for max() in /home/tsahu/public_html/netbaazigar/showoff/includes/functions.php on line 1744

Warning: array_values() [function.array-values]: The argument should be an array in /home/tsahu/public_html/netbaazigar/showoff/includes/functions.php on line 1745

Warning: Wrong parameter count for min() in /home/tsahu/public_html/netbaazigar/showoff/includes/functions.php on line 1745

Warning: Invalid argument supplied for foreach() in /home/tsahu/public_html/netbaazigar/showoff/includes/functions.php on line 1757


same here
Same errors for me... :(:(
i really need this mod.. any sol for this??


if you remove the instruction : "WHERE keys_match > 0" it run ;)

20
It appears that GD was not properly installed -- though I thought it was built into PHP now. Do I need to recompile PHP to get GD support?

that was the problem....
Now you must recompile php ( or answer to your ISP to do that ) to use it...

Happy new year ;)

21
use the script attached to test...

on my server the result is this:

Quote
GD Version: bundled (2.0.28 compatible)
FreeType Support: Enabled
FreeType Linkage: Enabled
T1Lib Support: Disabled
GIF Read Support: Enabled
GIF Create Support: Enabled
JPG Support: Enabled
PNG Support: Enabled
WBMP Support: Enabled
XBM Support: Enabled
JIS-mapped Japanese Font Support: Disabled

and all run ok ;)

22
in admin control panel  (4images) YOU MUST have the phpinfo()... ;)

23
the CAPTCHA is still not displaying. Any clues on that?

...check with phpinfo() ( Admin control Panel )  the modules installed if you cannot find the "FreeType Support enabled" under the GD session may be the cause...



24
Hey BigBlueBall
there are strange characters on top : "  "
tipical of bad upload of PHP files...

I suggest to UPGRADE to v.1.7.4...

If tou don't have modified the original code... you dont have any problem.

take care for you ;)

Ciao!

25
Suche in search.php nach

Code: [Select]
"search_user" => format_text(stripslashes($org_search_user), 2),
und füge darunter ein

Code: [Select]
"paging" => "",
"paging_stats" => "",

Dann sollte es funktionieren.

I dont understand your language but I understand  :lol: :lol:,
my question is: in the future release this modification will be inserted  as "default" or every time we must change this code?

Thanks....

PS: if you use the english is better for everyone... :wink:

26
Feedback & Suggestions / Re: 4images 1.7.4 - Feedback
« on: October 24, 2006, 08:59:04 PM »
all run ok... as usually!
Thanks for the costant support and updates.

27
safe mode?

28
Mods & Plugins (Requests & Discussions) / ACP - Mini-mod loosed
« on: October 01, 2006, 11:31:28 AM »
Hi Guys!

During the last update of 4images ( thanks fo the spam feature! ) I' ve loosed a interesting mini mod:

This mini mod add a button in ACP and during the editing of the image i can choose to update the date of the image with the date in the EXIF information.

I've searched in all forums but without result :(
Can you help me?

TIA!

Pages: 1 [2]