Liquid Web Hosting - Dedicated, VPS and Shared Hosting with top-notch support

HTML Newsletter for PHP-Nuke
  Login or Register
 • Home • Downloads • Your Account • Forums • 
Supported Projects!

Stop Spam Email Harvestors - Join Project HoneyPot!

Support GoPHP5.org

 
Please Link to Me!


 
Site Menu
icon_home.gif Home
· Montego's Blog
icon_community.gif Community
tree-T.gif Advertising
tree-T.gif Newsletters
tree-T.gif DownloadsNew content !
tree-T.gif Web Links
tree-T.gif Content
tree-L.gif Surveys
nuke.gif Projects
tree-T.gif HTML Newsletter
tree-T.gif ShortLinks
tree-T.gif DynamicTitles
tree-L.gif Mailer
som_downloads.gif Support
tree-T.gif Forums
tree-T.gif Documentation
tree-L.gif Sitemap
icon_members.gif Members Only
Access restricted to our members Private Messages
Access restricted to our members Members List
tree-L.gif Your Account
favoritos.gif News
icon_poll.gif Misc
 
Site Info
Your IP: 38.103.63.17

Welcome, Anonymous
Nickname
Password
Security Code
Security Code
Type Security Code


· Register
· Lost Password
Server Date/Time
23 July 2008 14:18:21 EDT (GMT -4)
 
RSS/XML Feed Previews
1. News Feeds
1. Most Recent 10 Articles

2. Forum Feeds
1. Most Recent 10 Forum Posts

3. Download Feeds
1. Most Recent 10 Downloads
2. Most Popular 10 Downloads
 
Misc Info

Powered by  MyPagerank.Net

Join the HoneyPot Project and help stop spam!

RavenNuke(tm) - Most secure and fast PHP-Nuke on the web!

Get TegoNuke(tm) ShortLinks from this site and more...

This site is valid CSS!

 
Inspiration
So that we may boldly say, The Lord is my helper, and I will not fear what man shall do unto me.
Hebrews 13:6/KJV
Verseoftheday.com
 
Montego Scripts: Forums


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
ANTH
Newbie
Newbie



Joined: Mar 20, 2007
Posts: 3

PostPosted: Tue Apr 17, 2007 9:35 am Reply with quote Back to top

Ht lines

Code:
#Tutoriaux
RewriteRule ^tutoriaux-(enprepa|informations).html modules.php?name=Tutoriaux&rop=$1 [L]
RewriteRule ^tutoriaux-t([0-9]+).html modules.php?name=Tutoriaux&rop=tutoriaux_sousrub&tid=$1 [L]
RewriteRule ^tutoriaux-d([0-9]+).html modules.php?name=Tutoriaux&rop=tutoriaux&did=$1 [L]
RewriteRule ^tutoriaux-print-([0-9]+).html modules.php?name=Tutoriaux&file=print&did=$1 [L]
RewriteRule ^tutoriaux.html modules.php?name=Tutoriaux [L]


GT-Tutoriaux.php

Code:
<?php

$urlin = array(
"'(?<!/)modules.php\?name=Tutoriaux&amp;rop=(enprepa|informations)'",
"'(?<!/)modules.php\?name=Tutoriaux&amp;rop=tutoriaux_sousrub&amp;tid=([0-9]+)'",
"'(?<!/)modules.php\?name=Tutoriaux&amp;rop=tutoriaux&amp;did=([0-9]+)'",
"'(?<!/)modules.php\?name=Tutoriaux&amp;file=print&amp;did=([0-9]+)'",
"'(\"|\')modules.php\?name=Tutoriaux\\1'",
"'(?<!/)modules.php\?name=Your_Account&amp;op=userinfo&amp;username=([a-zA-Z0-9_-]*)'"
);

$urlout = array(
"tutoriaux-\\1.html",
"tutoriaux-t\\1.html",
"tutoriaux-d\\1.html",
"tutoriaux-print-\\1.html",
"\\1tutoriaux.html\\1",
"userinfo-\\1.html"
);

?>
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Wed Apr 18, 2007 7:41 am Reply with quote Back to top

Thanks!

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Delectable
Newbie
Newbie



Joined: Jun 27, 2007
Posts: 2

PostPosted: Wed Aug 29, 2007 8:33 am Reply with quote Back to top

There are still some taps missing here.
I have the complete tap here.
http://www.deltamax.nl/downloads-cat15.html

Greet Delectable Wink
View user's profile Send private message
Susann
Newbie
Newbie



Joined: Jan 04, 2007
Posts: 39
Location: Cyberworld

PostPosted: Tue Mar 18, 2008 4:31 pm Reply with quote Back to top

Thanks, I tried your download but it seems its also incomplete.
Write a comment isn´t a short url and within my navigation block its also not shorten to tutorials.html permanently. Somewhere I know this error from the old GT. So what should go in the GTZ page.php to get rid of this error ?

_________________
My Playzone
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Tue Mar 18, 2008 10:04 pm Reply with quote Back to top

Actually, you have to add a line to your modules block tap. For example, the base block module is GTB-block-Modules.php from *nuke. That is where you add the one line for tutorials.html.

This is assuming you are using ShortLinks or my GTNG Blocks Hack.

Regarding the "write a comment", I do not run Tutoriax on any of my sites, so would need Delectable to respond to that one I think unless you can post the link here.

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Susann
Newbie
Newbie



Joined: Jan 04, 2007
Posts: 39
Location: Cyberworld

PostPosted: Wed Mar 19, 2008 9:57 am Reply with quote Back to top

Indeed I forgot the GTB-block-Modules.php completely and there is nothing about in the readme file.
So I added in $urlout = array(
'tutorials.html',
);

and a new line in .htaccess:
RewriteRule ^tutoriaux.html modules.php?name=Tutoriaux [L]

but maybe its not required because it worked before without this line.

Montego don´t laugh but the question I still think about what should I add into urlin in GTB-block-Modules.php ?

The comments issue isn´t urgent. I can wait.

_________________
My Playzone
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Thu Mar 20, 2008 9:18 pm Reply with quote Back to top

Susann,

Just adding that one row in the $urlout array definition without a corresponding one in the exact same position for the $urlin will cause issues. Within the $urlin array definition for GTB-block-Modules.php, it would look like the others but have

Tutoriaux

for the name= part.

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Susann
Newbie
Newbie



Joined: Jan 04, 2007
Posts: 39
Location: Cyberworld

PostPosted: Mon Mar 24, 2008 7:26 pm Reply with quote Back to top

Took a while but I think I changed it correctly cause it works.
I also removed this:

Quote:
urlout = array(
'tutorials.html',
);

and a new line in .htaccess:
RewriteRule ^tutoriaux.html modules.php?name=Tutoriaux [L]

_________________
My Playzone
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Mon Mar 24, 2008 7:36 pm Reply with quote Back to top

Let me ask you this, if you have removed the tap for Tutoriaux from GTB-block-Modules.php, do you see it tapped properly when you are in some other module, such as Forums? If so, then you must have it included within GTZ-PageTap.php, unless I am missing something.

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Susann
Newbie
Newbie



Joined: Jan 04, 2007
Posts: 39
Location: Cyberworld

PostPosted: Mon Mar 24, 2008 7:48 pm Reply with quote Back to top

I removed my old entires within the GTB-block-Modules.php and use instead just:

for urlin :

"'(\"|\')modules.php\?name=Tutoriaux\\1'",

urlout:
"\\1tutorials.html\\1",

_________________
My Playzone
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Mon Mar 24, 2008 10:04 pm Reply with quote Back to top

Oh, I see. I misunderstood your post. You do still have the taps in GTB-block-Modules.php. That is good.

Thank you for clarifying for me.

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
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


Powered by phpBB © 2001-2008 phpBB Group
:: Theme & Graphics by Daz :: Ported for PHP-Nuke by nukemods.com ::
All times are GMT - 4 Hours
Forums ©
 

[ Legal | Privacy Policy | Terms of Use | Contact Us ]


[Valid RSS] Valid robots.txt


All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2005 - 2008 by Montego Scripts.
Distributed by Raven PHP Scripts
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.37 Seconds

:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional & XHTML 1.0 Transitional Compliance by RavenNuke™ TEAM ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation :: W3C XHTML 1.0 Transitional Compliance Validation ::

Forum - Join the conversation on the Thoughts.com forums
Search Engine Ranking - Improve your SEO services. Premium Web content, intelligent links, quality optimization & competitive search engine placement. You deserve Better Rankings!
PhpNuke Themes
Lobo Links Web Directory