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 - akaiser

Pages: [1]
1
Mods & Plugins (Requests & Discussions) / Re: Getting mad
« on: August 02, 2005, 03:34:21 PM »
lost mod, I guess.

Attached google cached pages.

That's the one! Thanks V@no, you are the best! How do you make it to know so much... ;)

2
Mods & Plugins (Requests & Discussions) / Getting mad
« on: August 02, 2005, 12:19:20 PM »
Hi to all,

Some months ago (after the forum crash I think) I followed the instructions installing a pic security mod. Now I have problems with this mod and video files. I have been searching around the forum, without luck!  :evil:

I have a very modded 4images instalattion and the only script I've found of this pic security mod is following in images.php:

Code: [Select]
include('/home/amarena/public_html/content/includes/function_encrypt.php');

function hex2bin($data)
{
    $len = strlen($data);
    return pack("H" . $len, $data);
}

$password = "password";//Change this to whatever you the secret password to be. Password can be alphanumeric.
$crypto = new Crypto($password);

$image = hex2bin($_SERVER['QUERY_STRING']);
$image = $crypto->decrypt($image);

Any idea where the instructions of this mod are? I'm 95% sure I installed this mod after the hacker attack (if I could get that tra-la-laing hacker I would...  :evil: )

3
 :( Thanks for the answer. So I will have to put "non guest" categories... But this doesn't change that 4images is one of the best gallery script (if not the best) I've used...

4
I have searched in the forum but haven't found a solution for my problem...

I don't know if this is possible, my gallery has different categories (great image view for registered users only) thumbnails for all. But I want that some pictures are visible for guest, but can't set (or find where) the permissions to images.

A solution would be to set a "guest catagory" and add there pictures, but I want that the "guest pictures" and "register pictures" are in the same categories.

Thanks.

5
Mods & Plugins (Requests & Discussions) / Re: mod's after hack-attack
« on: March 14, 2005, 10:08:39 PM »
we should open a topic about "saving mods from the google cache" to this forum... they won't be in the cache all the life...

6
Discussion & Troubleshooting / Re: Warning: ob_start()
« on: March 14, 2005, 09:56:41 PM »
thanks for the reply. i tried it but even with 0 the error appears... only if i disable "Use GZip compression" option in settings the error disappears...

7
Discussion & Troubleshooting / Warning: ob_start()
« on: March 14, 2005, 09:42:59 PM »
I get following error when I load my page for first time:

Warning: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'

when I reload the error is gone... any idea to solve it?

Answers in english, german or spanish welcome...

thanks in advance

Pages: [1]