|
- Readme First! - Read and follow the rules, otherwise your posts will be closed |
|
|
|
|
|
There are currently, 395 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here |
|
|
|
|
|
Nuke Cops Google Tap Beta 0.6.0 Release |
|
Google Tap is the revolutionary system that replaces the dynamic PHP-Nuke "modules.php?name=" structure with static shorter ".html" links that are so loved by Google and other search engines.
More code in this release allows for forums mark topics read, search, new posts, highlight=. In addition Sections are activated, more web links like popular, new, toprated, and random. Old stories block addition. Tested on Nuke 5.x and 6.x.
For full exposure on either Nuke 5.x or 6.x please visit Computer Cops or Nuke Cops respectively.
Requirements: Apache, PHP, PHP-Nuke, mod_rewrite, .htacess.
View Download.
|
|
Posted on Thursday, February 13 @ 04:08:32 CET by Zhen-Xjell |
|
|
|
|
| |
|
Average Score: 4.33 Votes: 3

|
|
|
|
|
|
|
| | The comments are owned by the poster. We aren't responsible for their content. |
| | | | |
| No Comments Allowed for Anonymous, please register | | | | |
Re: Nuke Cops Google Tap Beta 0.6.0 Release (Score: 1) by ItsGinn on Thursday, February 13 @ 04:46:28 CET (User Info | Send a Message) http://www.binaryinc.org | Looks like there is an error in the Old Articles block on line 58 in the 6.x code
I am running 6.0 |
| | | | |
Re: Nuke Cops Google Tap Beta 0.6.0 Release (Score: 1) by Zhen-Xjell on Thursday, February 13 @ 04:50:20 CET (User Info | Send a Message) http://castlecops.com |
Because of that observation there is an alternate solution to the old articles. Open up your existing old articles block and change the news article links such that they match the ones in the goole tap's release. This means that some of the [b]&[/b] symbols are actually replaced with [b]&[/b].
No big deal if you don't fix this for now, I'll revise it for the next goole tap release. |
| | | | |
Re: Nuke Cops Google Tap Beta 0.6.0 Release (Score: 1) by Zhen-Xjell on Thursday, February 13 @ 04:53:38 CET (User Info | Send a Message) http://castlecops.com | On second thought, you told me the problem was $db instead of #dbi. In that case, try using the old stories block from the Nuke5.x folder for Nuke 6.0.
That should work... ok, sleep time. |
| | | | |
Re: Nuke Cops Google Tap Beta 0.6.0 Release (Score: 1) by ItsGinn on Thursday, February 13 @ 05:04:43 CET (User Info | Send a Message) http://www.binaryinc.org | | No idea why you rewrote that whole thing like you did when you could just change the links accordingly ;) maybe im missing something. |
Re: (Score: 1) by ItsGinn on Thursday, February 13 @ 05:24:20 CET (User Info | Send a Message) http://www.binaryinc.org | Also I have been trying to figure out how to modify the download code so that when you view the details in a download with '-' in the Title. it gives a 404 on the html
ex.
http://www.sitename.org/downloads-file-1-details-this-is-a-download.html
give a 404 |
]
Re: (Score: 1) by Zhen-Xjell on Thursday, February 13 @ 10:48:05 CET (User Info | Send a Message) http://castlecops.com | You say I rewrote the whole thing? How so? It is clearly built upon GTB 0.5.1. As for the dashes in the title, it also gives me problems. For the time being I removed the dashes from all my downloads until it gets resolved.
As to my original question, you can get the answer from the long mod_rewrite thread in the forums. Ok, maybe too long...
I don't wish to sacrifice any PHP performance by having dozens of array elements. On every nuke page sever there are literally dozens upon dozens of URL matches and rewrites. Why add to it? |
]
Re: (Score: 1) by ItsGinn on Thursday, February 13 @ 14:20:08 CET (User Info | Send a Message) http://www.binaryinc.org | Ya i did just a simple rewrite of the links int he old_articles I gess you might be using the beta block for 6.x. The way you have it now the only link is the ยป and then the text is a different link linking to the original URL.
Maybe you did that for a reason. But either way its a good mod and I changed it to suit my fancy and just made the whole link article$sid.html :) |
]
| | | | |
Re: Nuke Cops Google Tap Beta 0.6.0 Release (Score: 0) by Anonymous on Thursday, February 13 @ 15:33:49 CET | What is the rewrite code for the Content module in the main modules block? You can click on the Dynamic link and it takes you to the static content. Why was the main menu option left out of the rewrite?
Great rewrite though. Best one by far that has worked with any theme. Keep up the good work.
Cheers,
Jase ;-) |
Re: (Score: 1) by Zhen-Xjell on Thursday, February 13 @ 16:00:49 CET (User Info | Send a Message) http://castlecops.com | What you see either here at Nuke Cops or Computer Cops today is what's in the new release. As you can see the main menu does have the links re-written. If yours are not, then you may need to tweak the modules block.
For an example check the enclosed main menu block. |
]
Re: (Score: 0) by Anonymous on Thursday, February 13 @ 17:02:28 CET | Sweeet. I tried this before, but got my syntax mixed. Here is my mod code for reference. Thanx again:
htaccess
#Content
RewriteRule ^content.html modules.php?name=Content
RewriteRule ^contentid-([1-9][0-9]*).html modules.php?name=Content&pa=showpage&pid=$1
RewriteRule ^content-cat-([1-9][0-9]*).html modules.php?name=Content&pa=list_pages_categories&cid=$1
------------------
header.php
"'(?
|
]
Re: (Score: 0) by Anonymous on Thursday, February 13 @ 17:02:55 CET | Sweeet. I tried this before, but got my syntax mixed. Here is my mod code for reference. Thanx again:
htaccess
#Content
RewriteRule ^content.html modules.php?name=Content
RewriteRule ^contentid-([1-9][0-9]*).html modules.php?name=Content&pa=showpage&pid=$1
RewriteRule ^content-cat-([1-9][0-9]*).html modules.php?name=Content&pa=list_pages_categories&cid=$1
------------------
header.php
"'(?<!/)modules.php?name=Content&pa=showpage&pid=([0-9]*)'",
"'(?<!/)modules.php?name=Content&pa=list_pages_categories&cid=([0-9]*)'",
"'(?<!/)modules.php?name=Content'",
---++----+++----
"contentid-\1.html",
"content-cat-\1.html",
"content.html",
|
]
| | | | | |