You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 145 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - MS Analysis and Google Tap [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
musox
Sergeant
Sergeant


Joined: Aug 08, 2003
Posts: 119


PostPosted: Fri Nov 07, 2003 3:22 pm Reply with quoteBack to top

It seems that my GT modules do not register anymore in MS Analysis. Is this the case for everyone, or am I just the special person. Is there a fix?

- MusOX

_________________
http://musox.com/
Find all posts by musoxView user's profileSend private messageVisit poster's website
luchtzak
Support Mod
Support Mod


Joined: Mar 19, 2003
Posts: 308


PostPosted: Sun Nov 09, 2003 3:47 pm Reply with quoteBack to top

musox,

my modules are still functional under the GT. Do you have a url where we can surf to ?

greetz,

Bart

_________________
Luchtzak Aviation - Snookerforum Belgium
Find all posts by luchtzakView user's profileSend private messageVisit poster's website
musox
Sergeant
Sergeant


Joined: Aug 08, 2003
Posts: 119


PostPosted: Sun Nov 09, 2003 5:02 pm Reply with quoteBack to top

guess that would speed up the process, Very Happy

http://musox.com/

thanks,

- MusOX

_________________
http://musox.com/
Find all posts by musoxView user's profileSend private messageVisit poster's website
gschoper
Captain
Captain


Joined: Sep 16, 2003
Posts: 380


PostPosted: Sun Nov 09, 2003 8:10 pm Reply with quoteBack to top

I have the same issue. When a user clicks on a GT'd link it does not register in some areas of MS-Analysis (Last page visits is one of them). I started a thread on matyscripts.com about it. He is aware of the issue, but I'm not sure what, if anything, can be done about it.

Greg

_________________
Image
http://nuke.schoper.net/
Find all posts by gschoperView user's profileSend private messageSend e-mailVisit poster's website
Audioslaved
Elite Nuker
Elite Nuker


Joined: Jun 14, 2003
Posts: 420

Location: Hawaii and The Fan Forum

PostPosted: Sun Nov 09, 2003 8:14 pm Reply with quoteBack to top

Maybe you want to try putting the MS-Analysis line in your footer above your GT entries in the footer, if it is not already there. Don't know if this would have any effect, but its a guess.

_________________
GT-NExtGEn: The future of GoogleTap
http://gt-nextgen.com/

The Audioslave Fan Forum
http://www.audioslaved.com
Find all posts by AudioslavedView user's profileSend private messageSend e-mailVisit poster's website
gschoper
Captain
Captain


Joined: Sep 16, 2003
Posts: 380


PostPosted: Sun Nov 09, 2003 8:24 pm Reply with quoteBack to top

Just checked my footer. The MS-Analysis require() line is above the GT lines.

In case anyone wants to see what I'm talking about:

http://nuke.schoper.net/modules.php?name=MS_Analysis&file=online

Under the module column, the blank fields are GT'd links.

_________________
Image
http://nuke.schoper.net/
Find all posts by gschoperView user's profileSend private messageSend e-mailVisit poster's website
Audioslaved
Elite Nuker
Elite Nuker


Joined: Jun 14, 2003
Posts: 420

Location: Hawaii and The Fan Forum

PostPosted: Sun Nov 09, 2003 8:36 pm Reply with quoteBack to top

if it is already above the GT lines, maybe you want to move it below instead. Hmmmm, looks like we have to add this one to the list for now. I don't have time to check it out right now unfortunately.

_________________
GT-NExtGEn: The future of GoogleTap
http://gt-nextgen.com/

The Audioslave Fan Forum
http://www.audioslaved.com
Find all posts by AudioslavedView user's profileSend private messageSend e-mailVisit poster's website
gschoper
Captain
Captain


Joined: Sep 16, 2003
Posts: 380


PostPosted: Sun Nov 09, 2003 8:41 pm Reply with quoteBack to top

Audioslaved wrote:
if it is already above the GT lines, maybe you want to move it below instead. Hmmmm, looks like we have to add this one to the list for now. I don't have time to check it out right now unfortunately.


NP. As far as I'm concerned, it's more of an annoyance than a real issue.

_________________
Image
http://nuke.schoper.net/
Find all posts by gschoperView user's profileSend private messageSend e-mailVisit poster's website
gschoper
Captain
Captain


Joined: Sep 16, 2003
Posts: 380


PostPosted: Sun Nov 09, 2003 8:53 pm Reply with quoteBack to top

Looked at the file modules/MS_Analysis/mstrack.php at the CVS and found what the issue is.

Here's the code that's pulling the module name:
Code:

// Get Module Name which is activated
$moduleurl = substr( stristr( getenv( "REQUEST_URI" ), 'name='), 5 );
$tok = strtok( $moduleurl, "&" );
$moduleurl = eregi_replace( "_", " ", $tok );
$moduleurl = trim( $moduleurl );


This section of code will need to be modified to handle tapped URL's. I'll see what I can come up with, but not being a PHP wizard, don't expext too much Smile

_________________
Image
http://nuke.schoper.net/
Find all posts by gschoperView user's profileSend private messageSend e-mailVisit poster's website
djw2
Sergeant
Sergeant


Joined: Aug 28, 2003
Posts: 98

Location: St. Louis, MO

PostPosted: Mon Nov 10, 2003 4:37 am Reply with quoteBack to top

I haveing this problem as well.

Modules that have been GT'd are not listed... their counted, but not listed.

Modules that have not been GT'd are still listed in MS Analysis.

It not a huge deal because its all still being counted, but I can't see where anyone is... or what the 75 crawlers that came last night indexed.


Thanks.
Find all posts by djw2View user's profileSend private messageSend e-mailVisit poster's website
gschoper
Captain
Captain


Joined: Sep 16, 2003
Posts: 380


PostPosted: Mon Nov 10, 2003 10:15 am Reply with quoteBack to top

I came up with a hack to work around this issue for MSA 1.1. It involves changing the function get_modulename() in modules/MS_Analysis/include/class.client.php. It's probably not the best way to do it (like I said, I'm no PHP expert) but it gets the results I was looking for.

If a user clicks on a GT'd link, MS-Analysis will record the link instead of the module name. You can see the results here:

http://nuke.schoper.net/modules.php?name=MS_Analysis&file=online

In modules/MS_Analysis/include/class.client.php:

Find code:
Code:

    function get_modulename()
    {
       $moduleurl = substr( stristr( $_SERVER['REQUEST_URI'], 'name='), 5 );
       $tok = strtok( $moduleurl, "&" );
       $moduleurl = eregi_replace( "_", " ", $tok );
       $moduleurl = trim( $moduleurl );
       return( $moduleurl );
    }


Replace with:
Code:

    function get_modulename()
    {
       $moduleurl = substr( stristr( $_SERVER['REQUEST_URI'], 'name='), 5 );
       $tok = strtok( $moduleurl, "&" );
       $moduleurl = eregi_replace( "_", " ", $tok );
       $moduleurl = trim( $moduleurl );
       if ( $moduleurl == "" ) {
           $istapped = substr( stristr( $_SERVER['REQUEST_URI'], '.'), 1 );
           if ( $istapped == "html" OR $istapped == "php" ) {
           $moduleurl = substr( stristr( $_SERVER['REQUEST_URI'], '/'), 1 );
           }
       }
       return( $moduleurl );
    }

_________________
Image
http://nuke.schoper.net/
Find all posts by gschoperView user's profileSend private messageSend e-mailVisit poster's website
musox
Sergeant
Sergeant


Joined: Aug 08, 2003
Posts: 119


PostPosted: Mon Nov 10, 2003 11:19 am Reply with quoteBack to top

Thats what I was looking for... I'll update my code and give it a try. Thanks for working on this!

- MusOX

_________________
http://musox.com/
Find all posts by musoxView user's profileSend private messageVisit poster's website
MrFluffy
Captain
Captain


Joined: Aug 06, 2003
Posts: 411

Location: Berlin

PostPosted: Mon Nov 10, 2003 1:23 pm Reply with quoteBack to top

@gschoper:

Great! Many thanks for that workaround, now there's much more information...

Mr. Green

_________________
cu, MrFluffy

conrads-berlin.de
nuke-platinum.de
Find all posts by MrFluffyView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
Audioslaved
Elite Nuker
Elite Nuker


Joined: Jun 14, 2003
Posts: 420

Location: Hawaii and The Fan Forum

PostPosted: Mon Nov 10, 2003 2:43 pm Reply with quoteBack to top

Thanks gschoper,
Thx for the great work, I have a contribution for you all as well, its to make the MS_Analysis block 2 (Last 10 Visitors) work correctly, as of right now, if someone clicks on an html link, it goes to a file not found (Looks for modules.php?name=forums.html for example). This will resolve it.

Open blocks/block-MS-Analysis-2.php

Find:
Code:

   if( $olmodulename != "" ) {
      $olmodulename = strtr ( $olmodulename, ' ', '_' );      
      $olmodulename = "<br>&nbsp;&nbsp;--->&nbsp;"."<a href=\"modules.php?name=".$olmodulename."\">$olmodulename</a>";
   }


Replace With:
Code:

   if( $olmodulename != "" ) {
      $olmodulename = strtr ( $olmodulename, ' ', '_' );      
      if(file_exists("modules/$olmodulename")) {
      $olmodulename = "<br>&nbsp;&nbsp;--->&nbsp;"."<a href=\"modules.php?name=".$olmodulename."\">$olmodulename</a>";
      } else {
      $olmodulename = "<br>&nbsp;&nbsp;--->&nbsp;"."<a href=\"$olmodulename\">$olmodulename</a>";
      }
   }

_________________
GT-NExtGEn: The future of GoogleTap
http://gt-nextgen.com/

The Audioslave Fan Forum
http://www.audioslaved.com
Find all posts by AudioslavedView user's profileSend private messageSend e-mailVisit poster's website
Audioslaved
Elite Nuker
Elite Nuker


Joined: Jun 14, 2003
Posts: 420

Location: Hawaii and The Fan Forum

PostPosted: Mon Nov 10, 2003 2:53 pm Reply with quoteBack to top

The same problem exists in the MS_Analysis overview when clicking on the modules, do the following for it to resolve .html addresses correctly.

Open modules/MS_Analysis/scripts/modules

Find:
Code:

      $nmodulename = "<a href=\"modules.php?name=".$nmodulename."\">$modulename</a>";


Replace with:
Code:


      if (file_exists("modules/$nmodulename")) {
      $nmodulename = "<a href=\"modules.php?name=".$nmodulename."\">$modulename</a>";
      } else {
      $nmodulename = "<a href=\"$nmodulename\">$modulename</a>";
      }

_________________
GT-NExtGEn: The future of GoogleTap
http://gt-nextgen.com/

The Audioslave Fan Forum
http://www.audioslaved.com
Find all posts by AudioslavedView user's profileSend private messageSend e-mailVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next 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, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by TOGETHER TEAM srl ITALY http://www.togetherteam.it - DONDELEO E-COMMERCE http://www.DonDeLeo.com - TUTTISU E-COMMERCE http://www.tuttisu.it
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.794 Seconds - 115 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::