- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 45 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 - The Complete Journal Tap [ ]
Author
Message
Audioslaved
Elite Nuker
Joined: Jun 14, 2003
Posts: 420
Location: Hawaii and The Fan Forum
Posted:
Sat Oct 18, 2003 11:06 pm
Ok folks,
By request, here is the Journal Tap. The files needed for this are the
header.php
.htaccess
modules/Your_Account/navbar.php
To view the results go to http://test.audioslaved.com/journal.html
Here we go!
Open header.php
Find:
Code:
"'(?<!/)modules.php\?name=Downloads'",
After Add:
Code:
"'(?<!/)modules.php\?name=Journal&file=search&bywhat=aid&exact=1&forwhat=([a-zA-Z0-9]*)'",
"'(?<!/)modules.php\?name=Journal&file=(search|delete|commentkill)&(bywhat|jid|onwhat)=([a-zA-Z0-9]*)&(forwhat|ref)=([a-zA-Z0-9]*)'",
"'(?<!/)modules.php\?name=Journal&file=([a-zA-Z0-9+]*)&(jid|onwhat|disp|op|disp)=([a-zA-Z0-9+]*)'",
"'(?<!/)modules.php\?name=Journal&(file|op)=([a-zA-Z0-9]*)'",
"'(?<!/)modules.php\?name=Journal'",
Also Find in header.php
After Add:
Code:
"journal-search-\\1.html",
"journal\\1-\\2\\3-\\4\\5.html",
"journal-\\1-\\2-\\3.html",
"journal\\1-\\2.html",
"journal.html",
Open .htaccess
Find:
Code:
RewriteRule ^downloads.html modules.php?name=Downloads
After Add:
Code:
#Journal
RewriteRule ^journal-search-([a-zA-Z0-9]*).html modules.php?name=Journal&file=search&bywhat=aid&exact=1&forwhat=$1
RewriteRule ^journal(search|delete|commentkill)-(bywhat|jid|onwhat)([a-zA-Z0-9]*)-(forwhat|ref)([a-zA-Z0-9]*).html modules.php?name=Journal&file=$1&$2=$3&$4=$5
RewriteRule ^journal-([a-zA-Z0-9+]*)-(jid|onwhat|disp|op|disp)-([a-zA-Z0-9+]*).html modules.php?name=Journal&file=$1&$2=$3
RewriteRule ^journal(file|op)-([a-zA-Z0-9]*).html modules.php?name=Journal&$1=$2
RewriteRule ^journal.html modules.php?name=Journal
Last but not least, we have to update the navbar in the Your_Account Module. One minor change.
Open modules/Your_Account/navbar.php
Find:
Code:
<a href=\"modules.php?name=Journal&file=edit\">
Replace With:
Code:
<a href=\"modules.php?name=Journal&file=edit\">
Done, you should now have fully a Fully Tapped Journal. Good Luck! Any problems, please let me know.
-Bill (Audioslaved)
_________________ GT-NExtGEn: The future of GoogleTap
http://gt-nextgen.com/
The Audioslave Fan Forum
http://www.audioslaved.com
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