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

Pages: 1 [2] 3 4
16
Discussion & Troubleshooting / Re: Old images have disappeared
« on: October 31, 2011, 10:37:29 AM »
I can now no longer upload new images either! Well I uploaded today, and it seemed to go ok, but they are not on the server, and not on the site.
I am not sure where to view the permissions you are talking about.

17
Discussion & Troubleshooting / Re: Old images have disappeared
« on: October 29, 2011, 01:46:42 AM »
They are still on the server.
Would the permissions issue be through 4images interface or my hsoting account?
Other than adding a few photos, I made no changes in the last few days, and the images disappeared in an instant (all those prior to a certain date)
Any more ideas?
Thanks

18
Discussion & Troubleshooting / Old images have disappeared
« on: October 28, 2011, 07:48:02 PM »
As of today, I have the following problem:

- All old images and thumbnails (from at least 3 months ago) have disappeared from my gallery (they showing a 404 file missing).
- titles, and descriptions are still exista

I have made no recent changes, so have no idea why this is.

My image gallery is http://www.jeyjoo.com/gallery
You can see the issue looking at a category view (all old pictures are missing thumbnail) e.g. http://www.jeyjoo.com/gallery/img-green-spider-on-red-strawberry-254.htm

Any ideas appreciates.

19
Programming / Re: Error404 page
« on: October 15, 2011, 03:41:47 PM »
That is exactly what I have got:


A .htaccess is in my gallery folder, with the line:
   

Code: [Select]
ErrorDocument 404 /gallery/error.html

And still not working!

20
Programming / Re: Error404 page
« on: October 14, 2011, 01:40:24 PM »
I've tried dding the line below to my top level .htaccess without any luck

Code: [Select]
ErrorDocument 404 /error.html

That looks correct. http://www.jeyjoo.com/error.html shows the same page as any other random entered address.

Appologies Veno. I did not explain fully.

I have two error 404 pages:

1. To handle a 404 within my website - http://www.jeyjoo.com/error404.html
2. To handle a 404 within my gallery http://www.jeyjoo.com/gallery/error404.html. Currently, I cannot pick up this error page from the .htaccess within my gallery folder.

Thanks

21
Sathish Thank you, i have done this already in Sessions.php but i need to redirect my indexed links to the new Permalink structure. so if someone is following the old link structure from search engines may ends up in the new one.

hi redirect to permalink structure is possible but there is loads of manual work we have to do.for each dynamic link have redirect.

Google and other major search engines has introduced canonical tag to overcome the duplicate links.

i have done little modification for details page alone  and i hope it will help you.

i am a newbie to 4images and novice to PHP[i am just learning here]

copy the below code into session.php  before ?>


if($image_id>0)
{
$site_template->register_vars(array(
      
"has_imageid"   => true,
      
"domain" =>"<link rel=\"canonical\"  href=\"".$script_url."/wallpaper".get_image_url($image_id).".htm\">"
        
));
}



goto templates/yourtemplates/header.html and paste the below code between <head> </head>
{if has_imageid}
{
domain}
{endif 
has_imageid}



Above changes will give you a URL Like <link rel="canonical" href= "http://www.yourdomain.com/wallpaper-someting-1.html">

Perfect. Thats exactly what I was looking for.
Thanks

22
Programming / Error404 page
« on: October 09, 2011, 04:10:13 PM »
Version 1.7.6
Image gallery homepage - http://www.jeyjoo.com/gallery
Current 404 redirects to my homepage 404 page (not that of my gallery).
I've tried dding the line below to my top level .htaccess without any luck

Code: [Select]
ErrorDocument 404 /error.html
Any ideas?
Thanks

23
I have implemented this mod. What I would like is to add a canonical URL to my images for SEO purposes.

That I know of, each image in my gallery has 2 URLs depending on whether it came through search results or not. For example, the following URLs refer to the same image:

http://www.jeyjoo.com/gallery/img254.search.htm
http://www.jeyjoo.com/gallery/img-green-spider-on-red-strawberry-254.htm

To counter this I want to add a canonical URL in the head section of both pages, so esearch engines understand that it is effectively just 1 page:

<link rel="canonical" href="http://www.jeyjoo.com/gallery/img-green-spider-on-red-strawberry-254.htm" />

The canonical link is supported by Google, and tells a search engine which of the mutliple URLs to give importance to (link juice).

Much appreciated

24
Mods & Plugins (Requests & Discussions) / Canonical URL mod (SEO)
« on: August 29, 2011, 03:05:37 PM »
Does anyone know of if there is a canonical URL mod.

Each image in my gallery can have at least 2 URLs depending on whether it came through search results or not. For example, the following URLs refer to the same image:

http://www.jeyjoo.com/gallery/img254.search.htm
http://www.jeyjoo.com/gallery/img-green-spider-on-red-strawberry-254.htm

To counter this I want to add a canonical URL in the head section of my each page - of the form:

<link rel="canonical" href="http://www.jeyjoo.com/gallery/img-green-spider-on-red-strawberry-254.htm" />


The canonical link is supported by Google, and tells asearch angine which of the mutliple URLs to give importance to (link juice).

Does anyone know of a mod for this.

Much appreciated

25
Mods & Plugins (Requests & Discussions) / Re: Reduce server load mod
« on: August 18, 2011, 11:09:40 AM »
http://www.4homepages.de/forum/index.php?topic=17598.420
Read the post by Yousaf on 3rd June 2011 at 11.01.

26
Mods & Plugins (Requests & Discussions) / Re: Reduce server load mod
« on: August 10, 2011, 10:38:40 AM »
I read a reply on another forum by someone who had reduced their server load by half, implementing a mod, without saying which one!

27
Mods & Plugins (Requests & Discussions) / Reduce server load mod
« on: August 09, 2011, 01:15:25 PM »
Hi,
I am trying to find a mod that reduces server load - uses session.php.
Can ayone point me in the right direction - I think this mod exists.
Thanks

28
@Veno
I have this working now, so thanks for that.
I came across a problem where by the image names in URL are not correct (where a capital letter was used. It had something to do with the function below:

Quote
$row['image_name'] = strtr($row['image_name'], "éèêàëâúóíáABCDEFGHIJKLMNOPQRSTUVWXYZ","eeeaeauoiaabcdefghijklmnopqrstuvwxyz");

For example in this URL http://www.jeyjoo.com/gallery/img-prench-fisherman-487.htm, the Capital "F" for France is actually replaced by a "p".

Anyway, now idea why, but I changed the order as below, and all is ok now:

Quote
$row['image_name'] = strtr($row['image_name'], "ABCDEFGHIJKLMNOPQRSTUVWXYZéèêàëâúóíá","abcdefghijklmnopqrstuvwxyzeeeaeauoia");




29
Mods & Plugins (Requests & Discussions) / SEO - static URL
« on: August 05, 2011, 09:58:59 AM »
I use a paid SEO tool. I have optimized for search all the images in my gallery, with good results - I am getting lots of hits from search engines.

The only on-page SEO benefit I am missing using 4images is give each page a static URL.
Currently each image has a canonical URL - www.domain.com/gallery/details.php?image_id=489
For SEO purposes, the URL should be static (and preferably contain the image keywords). URLs with dynamic parameters have been shown to have dramatically worse performance in search engine rankings than static URLs.

Is there a mod rewrite or ISAPI rewrite to change the URL to be static (removing all instances of ?, =, etc.)

Thanks


30
Seriously is there any way I can provide static URLS.
I am on 1.7.6, and cannot get this to work.

Ideally am looking to have a url of the sort: http://www.jeyjoo.com/gallery/{image_id}_{image_name}

Any ideas?

Thanks,
Mike

Pages: 1 [2] 3 4