- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 60 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - GT & Weblinks (search) [ ]
Author
Message
anthonyaykut
Lieutenant
Joined: Mar 26, 2003
Posts: 182
Location: Europe
Posted:
Fri Sep 12, 2003 2:10 am
Hi,
I cannot search anymore in web links with GT installed, it just gets me back to the weblinks index page - if i switch off GT, its fine. I have seen a post about this here:
http://www.nukecops.com/postlite5652-.html
... but the defs here look different and I dont want to start hacking things I dont know. Can anyone suggest anything??
Thanks
Anthony
Imago
Captain
Joined: Jan 17, 2003
Posts: 629
Location: Europe
Posted:
Fri Sep 12, 2003 5:11 am
anthonyaykut
Lieutenant
Joined: Mar 26, 2003
Posts: 182
Location: Europe
Posted:
Fri Sep 12, 2003 10:06 am
OK- but how/where do I do that? I looked in header.php and in the sections for (web)links, there is nothing that resembles index.php? Yeah sorry I need a bit of handholding on this one
Anthony
Imago
Captain
Joined: Jan 17, 2003
Posts: 629
Location: Europe
Posted:
Sat Sep 13, 2003 1:11 am
OK, here are the Googlifier rules for WebLinks. Don't forget to change everywhere gate.html to modules.php
.htaccess
Code:
#Web Links
RewriteRule ^addlink.html gate.html?name=Web_Links&l_op=AddLink
RewriteRule ^randomlink.html gate.html?name=Web_Links&l_op=RandomLink
RewriteRule ^toplinks.html gate.html?name=Web_Links&l_op=TopRated
RewriteRule ^poplinks.html gate.html?name=Web_Links&l_op=MostPopular
RewriteRule ^newlinks.html gate.html?name=Web_Links&l_op=NewLinks
RewriteRule ^newlinksw-([0-9]*).html gate.html?name=Web_Links&l_op=NewLinks&newlinkshowdays=$1
RewriteRule ^newlinksd-([0-9]*).html gate.html?name=Web_Links&l_op=NewLinksDate&selectdate=$1
RewriteRule ^vlink([0-9]*).html gate.html?name=Web_Links&l_op=visit&lid=$1
RewriteRule ^links([0-9]*).html gate.html?name=Web_Links&l_op=viewlink&cid=$1
RewriteRule ^linkorder([0-9]*)-([a-zA-Z0-9]*).html gate.html?name=Web_Links&l_op=viewlink&cid=$1&orderby=$2
RewriteRule ^links([0-9]*)-([0-9]*)-([a-zA-Z0-9]*)-([0-9]*).html gate.html?name=Web_Links&l_op=viewlink&cid=$1&min=$2&orderby=$3&show=$4
header.php
dynamic links
Code:
"'(?<!/)gate.html\?name=Web_Links&l_op=AddLink'",
"'(?<!/)gate.html\?name=Web_Links&l_op=RandomLink'",
"'(?<!/)gate.html\?name=Web_Links&l_op=TopRated'",
"'(?<!/)gate.html\?name=Web_Links&l_op=MostPopular'",
"'(?<!/)gate.html\?name=Web_Links&l_op=NewLinks&newlinkshowdays=([0-9]*)'",
"'(?<!/)gate.html\?name=Web_Links&l_op=NewLinksDate&selectdate=([0-9]*)'",
"'(?<!/)gate.html\?name=Web_Links&l_op=NewLinks'",
"'(?<!/)gate.html\?name=Web_Links&l_op=visit&lid=([0-9]*)'",
"'(?<!/)gate.html\?name=Web_Links&l_op=viewlink&cid=([0-9]*)&orderby=([a-zA-Z0-9]*)'",
"'(?<!/)gate.html\?name=Web_Links&l_op=viewlink&cid=([0-9]*)&min=([0-9]*)&orderby=([a-zA-Z0-9]*)&show=([0-9]*)'",
"'(?<!/)gate.html\?name=Web_Links&l_op=viewlink&cid=([0-9]*)'",
short links
Code:
"addlink.html",
"randomlink.html",
"toplinks.html",
"poplinks.html",
"newlinksw-\\1.html",
"newlinksd-\\1.html",
"newlinks.html",
"vlink\\1.html",
"linkorder\\1-\\2.html",
"links\\1-\\2-\\3-\\4.html",
"links\\1.html",
anthonyaykut
Lieutenant
Joined: Mar 26, 2003
Posts: 182
Location: Europe
Posted:
Sat Sep 13, 2003 7:03 am
yep, that doid the trick thanx! I am assuming all these things will eventually be incorporated into the NC Nuke bundle GT as well!
Anthony
Imago
Captain
Joined: Jan 17, 2003
Posts: 629
Location: Europe
Posted:
Sat Sep 13, 2003 8:15 am
anthonyaykut
Lieutenant
Joined: Mar 26, 2003
Posts: 182
Location: Europe
Posted:
Sat Sep 13, 2003 12:29 pm
ermm it IS supposed to be Web Links ... I dont know why it is showing as not (= giving errors)... any ideas on that??
EDIT - OK - I went into the resources block in Admin and it had been changed to links.html. Changed to Web_Links and it is OK now - thx
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