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.


Topics - Naveen

Pages: [1]
1
Hi,

Guys, is it possible to remove the category hierarchy in the "Add/ edit images" panel? That will make it easy to find / type out the category name. Currently I can type/seach only the top level categories, so for sub categories, we need to scroll manually and remember to which top level category it belongs. I have around 300 categories with only 10 top level.

Thanx,

Naveen

2
Mods & Plugins (Requests & Discussions) / Track 404 pages
« on: June 25, 2012, 11:12:31 AM »
Hi,

Currently any 404 page is 302 redirect to index page. Can we have a plugin which will track all 404 links and referral URLs so it is easy to resolve the 404. This is a very useful plugin to keep track of what is going wrong with the site.

Naveen

3
Discussion & Troubleshooting / Recover deleted image IDs
« on: June 24, 2012, 05:59:50 AM »
Hi,

I have deleted few images and those ID linked from other sites return error and redirect to index page, this also hurts my seo. If I add new images, new image IDs are created.

Can I tweak the DB or script to add images to deleted image IDs instead of creating unique IDs? Also can I do the same for categories also.

Regards,
Naveen

4
Discussion & Troubleshooting / Session ID and Mysql tweaking.
« on: January 27, 2012, 07:23:22 AM »
Hi,

Turns out that my host does not like me much considering the amount of resources I have been using lately.

After few discussion and tweakings like cache, disabling random image / cat / hit counter etc, the gallery is running "ok".

The host says

Quote
At this point I am not seeing any running queries which are using excessive resources. Looking through old logs, all I can say is that the db_4images database has historically had the most performance issues. This appears to be related to keeping session data in the SQL database instead of as files.


I would like to disable session storage all together as I do not allow users to register on my site, it is just a gallery site managed by me only. The visitor has no role other than browsing the site. The site is currently running on cache.

Can this be done?

I would also like to disable any other insert/update queries if possible to reduce the load further.

Regards,
Naveen

5
I had around 24 images on a page, for some reason I changed it to 40 images per page. For some categories, this has resulted in no second page as there were less than 40 images, however the second page still responds but shows the content of first page itself. Causing duplicate content and poor user experience.

cat108.htm?page=2
cat108.htm?page=3
cat108.htm?page=anynumber returns the page one.

I would like this to redirect to index page and not load the picture gallery.

Please do help  :o

6
Hi,

I have a modified 1.7.1 version of 4images script, I went on to delete near around 2500 images from the site. These pages were cache in google and followed. Now the problem is that, all these pages return an empty page rather than redirect to home page or give a 404 errors, it is affecting the site negatively.

I tried the same with random non existing  image ids and all of those return a empty page rather than a 404. I would like to get rid of all those empty redirect pages. Following is the htaccess code which needs to be modified, I believe.

http://www.domain.com/photos/img1001.htm and so on return empty pages.. (EDIT) Ok just found out that it works fine on IE but not on other browsers.

Code: [Select]
Options +FollowSymLinks
RewriteEngine on
#
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteRule (.*) http://www.domain.com/photos/$1 [R=301,L]

RewriteEngine On
#RewriteBase /
RewriteRule ^lightbox\.htm$ lightbox.php?%{QUERY_STRING}
RewriteRule ^lightbox\.([0-9]+)\.htm$ lightbox.php?page=$1&%{QUERY_STRING}

RewriteRule ^search\.htm$ search.php?%{QUERY_STRING}
RewriteRule ^search\.([0-9]+)\.htm$ search.php?page=$1&%{QUERY_STRING}

RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING}
RewriteRule ^cat([0-9]+)\.([0-9]+)\.htm$ categories.php?cat_id=$1&page=$2&%{QUERY_STRING}
RewriteRule ^cat([0-9]+)\.htm$ categories.php?cat_id=$1&%{QUERY_STRING}

RewriteRule ^img([0-9]+)\.htm$ details.php?image_id=$1&%{QUERY_STRING}
RewriteRule ^img([0-9]+)\.([a-zA-Z0-9]+)\.htm$ details.php?image_id=$1&mode=$2&%{QUERY_STRING}

RewriteRule ^postcard([a-zA-Z0-9]+)\.htm$ postcards.php?postcard_id=$1&%{QUERY_STRING}
RewriteRule ^postcard\.img([0-9]+)\.htm$ postcards.php?image_id=$1&%{QUERY_STRING}

RewriteRule ^sitemap.xml$ smp.php

Please do help as it is really important for me.

7
I had modified my installation with custom made V@no's search engine friendly urls. Off late I had deleted several images, this has resulted in many blank / empty redirect errors in the google webmaster tools. The deleted images result in a blank page and do not show 404 or redirect to the site.

for eg: deleted image ......  www.domain.com/img1234.html results in a blank page with no content at all. Following is the code in my htaccess

Code: [Select]
RewriteEngine On
#RewriteBase /
RewriteRule ^lightbox\.htm$ lightbox.php?%{QUERY_STRING}
RewriteRule ^lightbox\.([0-9]+)\.htm$ lightbox.php?page=$1&%{QUERY_STRING}

RewriteRule ^search\.htm$ search.php?%{QUERY_STRING}
RewriteRule ^search\.([0-9]+)\.htm$ search.php?page=$1&%{QUERY_STRING}

RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING}
RewriteRule ^cat([0-9]+)\.([0-9]+)\.htm$ categories.php?cat_id=$1&page=$2&%{QUERY_STRING}
RewriteRule ^cat([0-9]+)\.htm$ categories.php?cat_id=$1&%{QUERY_STRING}

RewriteRule ^img([0-9]+)\.htm$ details.php?image_id=$1&%{QUERY_STRING}
RewriteRule ^img([0-9]+)\.([a-zA-Z0-9]+)\.htm$ details.php?image_id=$1&mode=$2&%{QUERY_STRING}

RewriteRule ^postcard([a-zA-Z0-9]+)\.htm$ postcards.php?postcard_id=$1&%{QUERY_STRING}
RewriteRule ^postcard\.img([0-9]+)\.htm$ postcards.php?image_id=$1&%{QUERY_STRING}

RewriteRule ^sitemap.xml$ smp.php

8
Discussion & Troubleshooting / Blank redirect for deleted images
« on: May 12, 2009, 08:10:08 AM »
Hi,

Im using the search engine friendly mod on my images gallery. I recently deleted few images, these images are indexed by search engines and traffic coming to these pages is redirected to a blank page instead of a redirect to the home page of the gallery.

EG: image 4234 is been deleted and now --

http://domain.com/img4234.htm is a empty redirect rather than a redirect to home page as it should be.

What can I change so that pages of deleted images are redirected to index page than a empty page. (empty page = 0 size page)


9
Mods & Plugins (Requests & Discussions) / Random Category
« on: November 08, 2006, 05:15:56 PM »
Hi  :D,

I did search the forum regarding this but ended up with nothing.

Can we have a Mod for Random Category? I would like to display Random Categories on my home page.

Something similar to what we have for "Random Images Mod"

Thanx  :mrgreen:

10
Hi,

I've already posted a thread similar to this one long back but did not get much response. The thread no longer exists.

So, Now I'm ready to pay for this MOD as I really need it.

Following is what I want in the MOD.

The MOD should be able to detect search engine(s) (google) and then automatically assign a different skin for the search engine, this skin would be different than the default skin visible to guests or members.

This is similar to what we have in IPB where we can force search engines to use a pre-defined skin.

I'm already using one of the mod provided by V@no which detects the search engines and logs them as members, all I want is that the logged search engine should be forced to use a different skin which would be very light.

You can contact me via PM or reply here.

Thank you.

Naveen

Pages: [1]