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

HTML Newsletter for PHP-Nuke
Raven Web Services, LLC - Quality Web Hosting And Support For All Web Applications
  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:01:45 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: Wed Jan 30, 2008 4:27 am Reply with quote Back to top

If Shortlinks is enabled in config.php the SpChat is disturbed, so when the pop up chat windows opens, it contains the first page of the site and not the actual chat. If I change in config.php to $tnsl_bUseShortLinks = false; it is working normally again. This behaviour is identical for 2 different versions of SpChat
0.8.1.7 and 0.8.2.9
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Wed Jan 30, 2008 7:40 am Reply with quote Back to top

Have you tapped the URLs for SpChat? If not, try renaming GTZ-PageTap.php file to something else and see if it then works. If so, then there is something within that tap file that might be in conflict.

Also, if you have $tnsl_bAutoTapLinks set as "true", you might want to try setting that to "false".

_________________
“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: Wed Jan 30, 2008 10:15 am Reply with quote Back to top

$tnsl_bAutoTapLinks set as false did not change anything and the error persisted.

I have not written any GT-SpChat.php, but I have been thinking of it. Might it solve the problem?

I renamed GTZ-PageTap.php and then suddenly, it was working again. Is it possible to use Shortlinks without GTZ-PageTap.php? Grateful for further instructions on how to proceed.

Many thanks for your rapid response!
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Wed Jan 30, 2008 10:46 am Reply with quote Back to top

Yes, it is possible to use ShortLinks without the GTZ file, however, your links in the header would then have to be hardcoded within your theme. I would much rather figure out which of the rewrite rules in this file is causing the issue.

Any change I can have a look at your site with ShortLinks off and capture the HTML with the links?

_________________
“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: Wed Jan 30, 2008 10:57 am Reply with quote Back to top

I can turn off Shortlinks in a couple of minutes, by disabling it only by config.php. On my webb hotell I have not disabled GTZ-PageTap.php
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Wed Jan 30, 2008 11:38 am Reply with quote Back to top

That is fine, but I need to see the page HTML. Once you turn them off, please go to your page then do a "View Source" and copy and paste that into a file. Then send that file to me at:

montego __AT.. montegoscripts ***DOT&&& com

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



Joined: Nov 03, 2007
Posts: 57

PostPosted: Wed Jan 30, 2008 11:50 am Reply with quote Back to top

Thanks. I have posted the source code of the chat window. I guess that's what you need.
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Wed Jan 30, 2008 10:42 pm Reply with quote Back to top

Well, I am stumped. I am not seeing what would be causing this. Are you sure your GTZ-PageTap.php file looks like the following:

Code:

$urlin = array(
'"(?<!/)modules.php\?name=Downloads(?!&)"',
'"(?<!/)modules.php\?name=Your_Account&amp;op=logout(?!&)"',
'"(?<!/)modules.php\?name=Forums(?!&)"',
'"(?<!/)modules.php\?name=Your_Account(?!&)"',
'"(?<!/)modules.php\?name=Content(?!&)"',
'"(?<!/)modules.php\?name=FAQ(?!&)"',
'"(?<!/)modules.php\?name=Submit_News(?!&)"',
'"(?<!/)modules.php\?name=Topics(?!&)"',
'"(?<!/)modules.php\?name=Top(?!&)"'
);

$urlout = array(
'downloads.html',
'account-logout.html',
'forums.html',
'account.html',
'content.html',
'faq.html',
'submit.html',
'topics.html',
'top.html'
);


I just am not seeing where this could affect this.

Are you sure you sent me the right page of HTML? I mean, I need the one which has this "pop-up link" that you refer to in your original post. The page that when the user clicks on some link, it then tries to open up the new window.

_________________
“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: Thu Jan 31, 2008 2:01 am Reply with quote Back to top

Yes, my GTZ-PageTap.php is exactly like that. I can comment out every line with modules.php and html in it, but the problem still persists. It seems to me that this file don't like pop up windows of some reason. I send you an e-mail with the links going to the pop up window.
View user's profile Send private message
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Thu Jan 31, 2008 2:53 am Reply with quote Back to top

I have made a functional GT-SpChat.php file and also made rewrite rules in .htaccess for it. The link to the chat room is now in html, but the problem still persists.
View user's profile Send private message
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Thu Jan 31, 2008 3:53 am Reply with quote Back to top

I just discovered that, if I have GT-SpChat.php present renaming GTZ-PageTap.php will not solve the problem anylonger, but I have to rename both files for that.
View user's profile Send private message
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Thu Jan 31, 2008 6:37 am Reply with quote Back to top

Internet Explorer works normally with the chat strangely enough, but not Firefox and Opera. I normally use Firefox.
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Thu Jan 31, 2008 7:03 am Reply with quote Back to top

Slackervaara wrote:
Internet Explorer works normally with the chat strangely enough, but not Firefox and Opera. I normally use Firefox.


Ok, this last one sounds to me like a link that is being passed through javascript that is causing the issue. I have your site now, and I use FireFox, but what link do I click on to replicate this? I think that I am going to have to test this on your live site to figure out what is causing this.

However, if you really don't want to bother with this, you could just delete GTZ-PageTap.php and hard-code your shortened links within your theme and be done with this. I have seen this behavior in a couple of other modules, and at times, this is the only solution.
View user's profile Send private message Visit poster's website
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Thu Jan 31, 2008 7:10 am Reply with quote Back to top

This is the link that causes the problem in Firefox and Opera.
/modules.php?op=modload&name=SPChat&file=index&roomid=52
Unfortunately, my webb hotel seems to have problems with the MySQL Server at present. Things are very slow.
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 862

PostPosted: Thu Jan 31, 2008 7:56 am Reply with quote Back to top

I saw that link, but what does it look like when it is tapped then? I suspect it would look exactly the same as it would not match any of the rules.

However, to be quite honest, the script that is producing that link, in my opinion, should be changed to produce it like this instead:

/modules.php?name=SPChat&file=index&op=modload&roomid=52

What it is generating is not a standard nuke URL. It may seem like a moot point, but, different browser/server combinations can send/receive data in different ways. It might be worth trying to change that and seeing what happens.

However, to be quite honest, I need to see how this fails with my own eyes in order to come up with any other ideas. Problem is, I am needing to sign off now and head into my morning get-to-work routine. I won't be back on for another 16 hours. Sad

_________________
“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.28 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