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

HTML Newsletter for PHP-Nuke
Clan Themes!  Making Clans Look Good!
  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:13:46 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
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Fri Dec 07, 2007 11:35 pm Reply with quote Back to top

I have PHP-Nuke 7.633 with Shortlinks 1.20 installed. Shortlinks works very well, but when I try to view another page in Memberlist than the first page it is impossible. I have 1200 members. It just shows the first page. If I disable Shortslinks in config.php it works normally again.
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Sat Dec 08, 2007 8:14 am Reply with quote Back to top

That is odd as it is working here on this site. Well, in actuality, I don't have member list tapped because you usually do not want your member list accessible to anonymous search engine crawlers (privacy concerns / regulations).

So, where did you get the taps for the pagination as I do not see those in my files?

BTW, if you want to PM me your web site address, I can take a look at the links that are being produced.

_________________
“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
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Sat Dec 08, 2007 10:54 am Reply with quote Back to top

I have not any taps for the pagination maybe that is the problem? I have just used Shortlinks as it is. How can one disable Memberlist for Shortlinks? I have sent a PM with the web site address.
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Sat Dec 08, 2007 11:12 am Reply with quote Back to top

I'll have to check later (getting ready to head out). The version that you have should work just the same as what you see here on this site. However, what I wonder is if you added any modules.php?name=Member_List links in GTZ-PageTap.php file? If so, that could be causing this.

To "remove" a tap, simply rename or remove the corresponding tap file. For example, rename GT-Members_List.php to GT-Members_List.php_bak.

_________________
“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
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Sat Dec 08, 2007 11:33 am Reply with quote Back to top

Thanks! No I have not added any links in GT-Member_List.php. I have just renamed GT-Member_List.php, as you suggested, but the problem persists and there is no change.

If I try now to view the end of the Memberlist I get this URL:
http://www.mysite.se/members.html&file=index&mode=joined&order=ASC&start=1150
It seems to me identical with GT-Member_List.php
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Sat Dec 08, 2007 9:38 pm Reply with quote Back to top

No, what I asked was did you add anything to GTZ-PageTap.php? It is possible that this is causing it if you have any Members_List taps in there.

_________________
“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
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Sat Dec 08, 2007 10:23 pm Reply with quote Back to top

No, I have not changed anything in GTZ-PageTap.php either. If I disable Shortlinks in config.php the Memberlist works, but I get no Shortlinks. I guess this indicates that I have not edited the files wrong in anyway and it must be something with the function of Shortlinks
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Sun Dec 09, 2007 11:54 am Reply with quote Back to top

Sorry, not trying to be difficult, but we are running the same version of ShortLinks and your other ShortLinks are working, so the code is just fine. There is a different "tap" somewhere that is causing this and I suspect your GTZ-PageTap.php is different than mine (maybe you forgot to upload that file from 1.2.0). I need to see the file you are using, hence my PM.

However, regardless of the above, I have decided to formalize (complete) the tap for Members List including the pagination (and this should correct your issues). Please try the following:

=== OPEN ===

.htaccess

=== FIND CODE ===

Code:

RewriteRule ^members.html modules.php?name=Members_List [L]


=== REPLACE WITH (and then upload) ===

Code:
RewriteRule ^members-([a-z]*)-sortasc-([0-9]*).html modules.php?name=Members_List&file=index&mode=$1&order=ASC&start=$2 [L]
RewriteRule ^members-([a-z]*)-sortdesc-([0-9]*).html modules.php?name=Members_List&file=index&mode=$1&order=DESC&start=$2 [L]
RewriteRule ^members.html modules.php?name=Members_List [L]


=== OPEN FILE ===

ShortLinks/GT-Members_List.php

=== REPLACE THE $urlin / $urlout WITH ===

Code:

$urlin = array(
'"(?<!/)modules.php\?name=Forums&amp;file=profile&amp;mode=editprofile"',
'"(?<!/)modules.php\?name=Forums&amp;file=profile&amp;mode=viewprofile&amp;u=([0-9]*)"',
'"(?<!/)modules.php\?name=Forums&amp;file=([^index][a-zA-Z0-9_-]*)((\")|(&amp;sid=[a-zA-Z0-9]*))"',
'"(?<!/)modules.php\?name=Forums&amp;file=index((\")|(&amp;sid=[a-zA-Z0-9]*))"',
'"(?<!/)modules.php\?name=Forums(?!&)"',
'"(?<!/)modules.php\?name=Members_List&amp;file=index&amp;mode=([a-z]*)&amp;order=ASC&amp;start=([0-9]*)((\")|(&amp;sid=[a-zA-Z0-9]*))"',
'"(?<!/)modules.php\?name=Members_List&amp;file=index&amp;mode=([a-z]*)&amp;order=DESC&amp;start=([0-9]*)((\")|(&amp;sid=[a-zA-Z0-9]*))"',
'"(?<!/)modules.php\?name=Members_List&amp;file=index((\")|(&amp;sid=[a-zA-Z0-9]*))"',
'"(?<!/)modules.php\?name=Private_Messages&amp;file=index&amp;folder=(savebox|inbox|outbox|sentbox)((\")|(&amp;sid=[a-zA-Z0-9]*))"',
'"(?<!/)modules.php\?name=Private_Messages&amp;file=index&amp;mode=newpm&amp;popup=1"',
'"(?<!/)modules.php\?name=Private_Messages&amp;file=index&amp;mode=post&amp;u=([0-9]*)"',
);

$urlout = array(
'forum-editprofile.html',
'forum-userprofile-\\1.html',
'forums-\\1.html\\2',
'forums.html\\1',
'forums.html',
'members-\\1-sortasc-\\2.html\\3',
'members-\\1-sortdesc-\\2.html\\3',
'members.html\\1',
'messages-\\1.html\\2',
'messages-popup.html',
'messages-post-\\1.html',
);


=== UPLOAD FILES ===

This should solve the problem.
View user's profile Send private message Visit poster's website
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Sun Dec 09, 2007 1:24 pm Reply with quote Back to top

It worked perfectly! Fantastic job you made on this issue! Many thanks!
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Sun Dec 09, 2007 2:02 pm Reply with quote Back to top

Great. Thanks for the verification. I have posted the fix in another thread (as a Sticky) and it is now committed to my repository for when I get around to creating a 1.2.1 version.

_________________
“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.34 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
linear-bunch
linear-bunch