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

Pages: 1 2 3 [4] 5 6 7 8 ... 12
46
I didnt make any changes in session.php I just put above code into my .htaccess file and
I'm calling my contact.php file from menu this way

Code: [Select]
href="./contact.htm"

before I have to call that file this way

Code: [Select]
href="./contact.php"
and about_us.html like this

Code: [Select]
href="./index.php?template=about_us"
Only changes in session.php what I did are for categories, details, guestbook, top and search, that's all.

47
This is not working for you ???

Code: [Select]
RewriteRule ^([a-zA-Z0-9_-]+)\.html$ index.php?template=$1&%{QUERY_STRING}
works for me ;)

Hello, ..............................................................................
That goes without problems, but that with "index.php? Template =" this is not.
---
Das klappt ohne Probleme, aber das mit "index.php?template=" das geht nicht.

   
I also wish that from index.php, will start.htm. Can this be accomplished?
---
Ich möchte auch, dass aus index.php, start.htm wird. Kann man das bewerkstelligen?

48
Quote
from what I know from my industry, if you make 10% changes on products its not anymore some one and you can remove all copyrights and place your own on it.
sometimes it's hard to find the 10% border but lawyer usually can help you


bulshit

I'm not going fight with you KurtW, if you believe or not its true, it's easy to prove that, just take your phone and call your local Copyright Office and ask them ;)

49
from what I know from my industry, if you make 10% changes on products its not anymore some one and you can remove all copyrights and place your own on it.
sometimes it's hard to find the 10% border but lawyer usually can help you ;)

50
Discussion & Troubleshooting / Re: Problem with EXIF
« on: October 05, 2008, 12:28:25 AM »
Ops. wrong one line...should work now.

Right now is working great, thanks a lot V@no.

51
Discussion & Troubleshooting / Re: Problem with EXIF
« on: October 04, 2008, 04:04:25 PM »
HI V@no thanks for help.

with your code long time exposures are shown like 1/119 second (original 119.2 second) and short time exposures (under 1 sec) 350 second and should be 1/350 sec.

52
Discussion & Troubleshooting / Problem with EXIF
« on: October 04, 2008, 06:25:06 AM »
Hi there,
I have one small problem with exif on my website.
I'm starting taking pictures with longer exposure time like 1 second and right now my exif script doesn't know how to show this information correctly. So can somebody help my with that?
Here is how actually my script looks like

Code: [Select]
case "ExposureTime":
      $valpieces = explode("/",$val);
      $val = round(($valpieces[1] / $valpieces[0]), 0);
      $val = "1/" . $val . " seconds";
      break;

With this code all photos taken with longer exposure time like 1s is showed like 1/0s
I try to use old code for this value

Code: [Select]
case "ExposureTime":
       $val = $val . " seconds";
       break;

but then my exposure time was show in not right and easy understandable format like this 100/1192
in this case right time was 119.2 second

so its something what I can do with that?
Thanks to everybody for help.

53
Installation, Update & Configuration / Re: share data by 3 installations
« on: September 19, 2008, 02:59:08 PM »
ok because you was asking exactly this "3 domains on one server" so what I told you is one 4image installation accessed from 3 different domains let say www.xyz.com, www.xxx.com, www.yyy.com, if somebody accessing one of them they will see all the time just your gallery or whatever you have in your server folder.

54
Installation, Update & Configuration / Re: share data by 3 installations
« on: September 19, 2008, 04:30:02 AM »
You just have to do this, set your Parked Domains (Domain pointers) and that allow you to "point" or "park" additional domain names to your existing hosting account. This will allow users to also reach your website when entering the "parked" or "pointed" domain into their browsers. Domains must be registered with a valid registrar before they can be parked. In addition, they will not be functional unless they are configured to point to your DNS servers.

55
Chit Chat / Re: [MOD] - Latest headlines for the news.
« on: August 05, 2008, 07:02:46 PM »
I want to ask moderators here, if somebody publish his mod here they should be locked and that way you can prevent deleting of this mod? Other way why is this thread still here when mod is not existing anymore? Because I have this mod installed on my previous version of 4image 172 and I want this mod on my current version too but I am not able to track down installation steps from my old gallery. Now TheOracle decide to remove his mod and its not just me who is looking for it and I think its not fair what he did. I understand he is only owner of this mod and he can do it what he want with it, but he should think before he post it, if he want money for it he should ask for them and if he release mod for free he should leave it live on site.

56
Hello guys,

I am using 1.7.4 and i recently changed my host. Now i have a problem. When i upload a pic when i am not logged in, as a guest i mean, it works, and i can approve it from the admin panel. However, when i am logged in, and trying to make a direct upload, it turns out a "file copy error"

Such as:

Error uploading image file:
picture-22.jpg: File copy error!

I am assuming it has something to do with permissions, but i did the CHMOD's stated in the installation doc, and as i said it works fine when i upload as a guest. So in order to successfully upload as admin user, which permissions should be given, or is this because something else?

Please state a price for this job i need to get this done asap.

Thank you.

Check your permissions on each category true the ACP.

57
But 4images already add title of the image into alt attribute.
you can see it in templates/<your template>/media/jpg.html
Code: [Select]
<img src="{media_src}" border="1" alt="{image_name}"{width_height} /><br />

but this is not working under firefox, you have to used like this

Code: [Select]
<img src="{media_src}" border="1" title="{image_name}" alt="{image_name}"{width_height} /><br />

58
Chit Chat / Re: V@no is back on web ...
« on: July 04, 2008, 03:00:40 AM »
welcome back v@no!!!, we really miss you here

59
Hello,

yes, is not always easy with the help  :roll:

because currently only coincides with the STYLE.CSS.

In the STYLE.CSS are indeed some color settings.

nobby

Thanks Nobby,
Yes I know but somebody can write something and I cant feel like I'm talking just with my self.
I was thinking something like if user is admin use admin_comment_bit or if user is admin use row3 in cell,
but I'm too stupid to do that by my self,
anyway thanks

60
so thanks everybody for help  :|

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