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

Pages: [1]
1
Hi
I am running this Mod and also version 0.1.
Version of 4images is 1.7
MySQL - 4.0.22
PHP ver 4....

Everything is working, except Map_overview.php.
When I using that url   http://www.megapixeln.net/4images/Map_overview.php, all that happens is that I am back on the index page.

I cant get the buttons to show either.   {mapshow_button}

I dont understand a word German, so pse use English if you wish to help me.

2
Mods & Plugins (Releases & Support) / Re: [Mod] EXIF 0.3
« on: April 28, 2006, 06:26:48 PM »
Hi
I changed IceCreams code for exposure time to this.

Code: [Select]
case "ExposureTime":
       $exposure_time=explode("/",$val);

       if ($exposure_time[0]>0)  {
             $exposure_time[1] = round($exposure_time[1]/$exposure_time[0]);
             $exposure_time[0] = $exposure_time[0]/$exposure_time[0];
        }
       $val = $exposure_time[0]."/".$exposure_time[1]." seconds";
       break;

The reason for that was because I got exposure times like  6.6666789 / 6.789999999


3
Tnx for this nice mod.
Implemented it in comments on version 1.7
Hopefully it will stop the spams.













4
Chit Chat / Re: Signatur exhibition
« on: July 21, 2005, 09:45:42 AM »

5
Mods & Plugins (Releases & Support) / Re: Signature image v2.21
« on: July 20, 2005, 05:24:10 PM »
Tnx v@no




6
Thank you for the Code.

I display 4random  images and want to show this images in horizontal form. Now I have it in vertical direction.

What must i do?

 :?: Anyone with the solution to show them horizontal (in a table) instead of vertical?
Looked in the code of 4images to figure out how it creates e.g. the thumbnails in a table but did not get me anywhere. :(





I donŽt know wich random.php u are using, but the originial has an echo command with a <br> tag  in the end. I haveŽnt test this mod yet, but it might work if u remove that tag.

(  echo "<a href=\"".ROOT_PATH."details.php?image_id=$image_id\"><img src=\"".$thumb_src."\" border=\"0\" alt=\"$image_name\"></a><br>\n";    )


ALWAYS backup your file first, I might be totaly wrong.

7
Mods & Plugins (Releases & Support) / Re: Signature image v2.21
« on: July 20, 2005, 08:21:24 AM »
Tnx V@no  for taking the time to answer me.
I have no signature.tmp file in my tmp map.
This is a link to my signature.php   http://www.megapixeln.net/4images/signature.php

8
Mods & Plugins (Releases & Support) / Re: Signature image v2.21
« on: July 19, 2005, 09:12:36 AM »
I tried to install this mod. Unfortunatly I got this message when I was trying to see my signature.php

<b>Warning</b>:  readfile(): SAFE MODE Restriction in effect.  The script whose uid is 21 is not allowed to access /tmp/signature.tmp owned by uid 81 in <b>/home/kunder/7166/megapixeln.net/4images/signature.php</b> on line <b>359</b><br />

I have tried to chmod the tmp directory to 777, but it didŽnt help.

Is there something I can do to bypass the SAFE MODE in this mod ?

Pages: [1]