- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 78 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Modify Google tab for gallery [ ]
Author
Message
Lucifix
Private
Joined: Sep 24, 2003
Posts: 36
Posted:
Fri Jul 09, 2004 3:52 pm
I am trying to modify 4images gallery with google tab, but till now I didn't succed. I will need your help, becouse I am totaly down
Some links to gallery are:
http://mysite.com/modules.php?name=Galerija&file=index
http://mysite.com/modules.php?name=Galerija
http://mysite.com/modules.php?name=Galerija&file=details&image_id=5255
*5255 <- this is the number of photo (it can be from 1 to ...)
I modify .htaccess:
Code:
#Galerija
RewriteRule ^galerija.html gate.html?name=Galerija&file=index
RewriteRule ^galerija.html gate.html?name=Galerija
RewriteRule ^galerija([0-9]*).* gate.html?name=Galerija&file=details&image_id=$1
And now header.php:
Code:
"'(?<!/)gate.html\?name=Galerija&file=index'",
"'(?<!/)gate.html\?name=Galerija'",
"'(?<!/)gate.html\?name=Galerija&file=details&image_id=([0-9]*)'"
Code:
"galerija.html",
"galerija.html",
"galerija\\1.html"
First two links are working normaly, but last one (details&image_id=) isn't.
Please help me find mistake here.
I am using Google tab for 7.2 PHP-Nuke version.
Lucifix
Private
Joined: Sep 24, 2003
Posts: 36
Posted:
Fri Jul 09, 2004 4:03 pm
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum