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 - V@nо

Pages: 1 2 [3] 4 5 6 7 ... 15
31
Programming / Re: Extern Avatar from WBB in 4images Comment
« on: July 11, 2010, 01:16:23 AM »
sure, you got the idea ;)

you could simplify it to one template tag though:
Code: [Select]
"comment_user_avatar" => $comment_row[$i]['avatarID'] . "." . $comment_row[$i]['avatarExtension'],

32
That's because you altered my "original" code to produce download-imagename-imageid-downloadsize-widthxheight.htm and forgot to do the same in new version ;)

34
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: July 07, 2010, 09:16:31 PM »
The template missing several <input> tags
Refer to the original template and add missing tags.
specifically
Code: [Select]
  <input type="hidden" name="action" value="multiuploadimage" />

35
Discussion & Troubleshooting / Re: Thumnail error
« on: July 06, 2010, 04:02:32 PM »
Did you try IM or NetPBM? IM works as good as GD...

36
ACP -> Settings -> Image Settings -> Sort images by: Date, Descending

37
Discussion & Troubleshooting / Re: Getting 1 year back images
« on: July 05, 2010, 11:49:35 AM »
something like this:
$sql "SELECT *
        FROM "
.IMAGES_TABLE."
        WHERE image_date <= "
.(time()-60*60*365);

38
Discussion & Troubleshooting / Re: Error Adding Images
« on: July 05, 2010, 11:30:08 AM »
Hello and welcome to 4images forum.

This is pretty much covered in our help section:
Warning: Unable to create './../data/media/1/file.gif'...
move_uploaded_file(): Unable to move...
SAFE MODE errors

39
What is in ACP or whatever you see in the browser is only a GUI, there is a code behind it that has to be executed in order to check validity of the input. You cannot just add keywords "youtube" or "google" and magically everything will work by itself, the code must already support such keywords.
It is more complicated that you might think ;)

40
I still don't see what "freedom" you are talking about, the requested script will have to support all the "allowed" sites, it will have to recognize if the site is allowed or not, it would be exactly not much different then as it is now...

41
But if you add some limitations? For example: "do not save/execute embed codes if they are not from following sites: youtube.com, vimeo.com, google.com, etc". And the admin can add from the ACP witch sites are allowed.

Also, maybe it's better to add this option for admins only in ACP, or for some group (trusted user) in front end.
Then you loop back to this kind mod...this mod does exactly that - limiting ;)

43
are they being resized? if they are, what graphic library do you use? (ImageMagic, GD or NetPBM)

44
Hello. Welcome to 4images forum.
You seems misunderstood installation instructions a little ;)

what you need to do is unzip 4images package on your computer, then transfer extracted files onto your server, restoring directory tree from the package. most ftp clients do that automatically.

When everything uploaded open in your browser the directory on your webserver, where you uploaded 4images. the installation process should start automatically.

45
Welcome to 4images forum.

When you see error 500 (Internal Server Error), you can be 100% sure that it's server related and has nothing do with a script.
Contact your server administrator, they are the only who can help you resolve this.

Pages: 1 2 [3] 4 5 6 7 ... 15