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, 45 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 - Does Google Tap work under phpnuke 6.0? [ ]
 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
frankieDoodle
Nuke Cadet
Nuke Cadet


Joined: Sep 02, 2003
Posts: 6

Location: Montreal

PostPosted: Tue Sep 02, 2003 9:53 am Reply with quoteBack to top

I have installed Google Tap on phpnuke and the links showed are :

http://www.technoparc.net/fr/viewlink-6.html

and one finds this phpnuke error right after the link in Weblinks->

Warning: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead. in /home/technopa/public_html/fr/modules/Web_Links/index.php on line 743

If I repair the error by replacing the "LC_TIME" with LC_TIME in all occurences in the index.php, then I don't get this warning message any more, but the "html" google tap weblinks start to be defective and they show :

http://www.technoparc.net/fr/links.html&l_op=viewlink&cid=#

instead of

http://www.technoparc.net/fr/viewlink-#.html

Did anyone ever encountered this behaviour and/or know how to fix this condition? Or maybe somebody has got an idea as to what effect has the LC_TIME on Google Tap? Any idea or hint or suggestion would be helpful.

Thanks in advance
Find all posts by frankieDoodleView user's profileSend private messageVisit poster's website
kjcdude
Captain
Captain


Joined: Jun 10, 2003
Posts: 441

Location: Southern California

PostPosted: Tue Sep 02, 2003 3:40 pm Reply with quoteBack to top

I dont know if google tap was ment to work in 6.0.

Your problem seems very unusual.

_________________
Diablo Heat | The OC Sucks [b]Hot or Not[/b] | TheOCSucks.com The OC Sucks
Find all posts by kjcdudeView user's profileSend private messageSend e-mailVisit poster's websiteAIM AddressMSN Messenger
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Tue Sep 02, 2003 4:32 pm Reply with quoteBack to top

Hi you'll have to download GT 0.6.5 from the downloads section. It has the pre nuke 6.5 version.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
Imago
Captain
Captain


Joined: Jan 17, 2003
Posts: 629

Location: Europe

PostPosted: Wed Sep 03, 2003 2:13 am Reply with quoteBack to top

The error has nothing to do with GT or Googlifier. You have to open the index.php and change everywhere
Code:
setlocale ("LC_TIME", "$locale")


to
Code:
setlocale (LC_TIME, $locale)
Find all posts by ImagoView user's profileSend private messageVisit poster's website
frankieDoodle
Nuke Cadet
Nuke Cadet


Joined: Sep 02, 2003
Posts: 6

Location: Montreal

PostPosted: Wed Sep 03, 2003 6:12 am Reply with quoteBack to top

Yes I've seen it :

Imago wrote:
The error has nothing to do with GT or Googlifier. You have to open the index.php and change everywhere
Code:
setlocale ("LC_TIME", "$locale")


to
Code:
setlocale (LC_TIME, $locale)


but the problem is that if I fix it the way you say, then the Google Tap Web links no longer work ... That's why I was asking of somdebody knows about the role LC_TIME in Google Tap ...

Thanks
Find all posts by frankieDoodleView user's profileSend private messageVisit poster's website
Imago
Captain
Captain


Joined: Jan 17, 2003
Posts: 629

Location: Europe

PostPosted: Wed Sep 03, 2003 6:29 am Reply with quoteBack to top

Your WebLinks are total mess because if the links.html

In 6.0 you don't have to shorten the WebLinks index.php

Every next link will be rewritten over and after the links.html

_________________
www.vdsp.net | www.indopedia.org | www.orientalia.org | www.indology.net | www.yogadarsana.org | www.husserl.info | www.medicum.net
Find all posts by ImagoView user's profileSend private messageVisit poster's website
frankieDoodle
Nuke Cadet
Nuke Cadet


Joined: Sep 02, 2003
Posts: 6

Location: Montreal

PostPosted: Thu Sep 04, 2003 4:04 am Reply with quoteBack to top

With all due respects, my web links are not a total mess since I have reinstalled phpnuke several time and reentered 4 weblinks and redone the same test over and over again. Always the same result :

- if I dont change the index.php to have the warning message disappear (i.e. if I leave the original phpnuke code as is without making corrections), web links are perfectly properly handled in the Google Tap Style ( ... html urls).

- the moment I make the swap from "LC_TIME" to LC_TIME in the index.php code, I get Google Tap problems.

Unless you meant something else (I noticed some words were probably missing in your phrase).

Thanks
Find all posts by frankieDoodleView user's profileSend private messageVisit poster's website
frankieDoodle
Nuke Cadet
Nuke Cadet


Joined: Sep 02, 2003
Posts: 6

Location: Montreal

PostPosted: Thu Sep 04, 2003 4:06 am Reply with quoteBack to top

By the way, what do you mean by "in phpnuke 6.0 you don't have to shorten the weblinks"?
Find all posts by frankieDoodleView user's profileSend private messageVisit poster's website
Imago
Captain
Captain


Joined: Jan 17, 2003
Posts: 629

Location: Europe

PostPosted: Thu Sep 04, 2003 6:53 am Reply with quoteBack to top

What I meant was that you don't have to shorten

"xxx.com/module.php?name=Web_Links" to "links.html"

Remove the rewrite rule, and the two header.php instances and everything will bo all right. All the mess now is because of the links.html

I have no links.html
www.orientalgate.org/gate.html?name=Web_Links
Find all posts by ImagoView user's profileSend private messageVisit poster's website
frankieDoodle
Nuke Cadet
Nuke Cadet


Joined: Sep 02, 2003
Posts: 6

Location: Montreal

PostPosted: Tue Sep 09, 2003 12:12 pm Reply with quoteBack to top

I made a correction that seems to work:

-> First, in the .htacces file :

I replaced

RewriteRule ^links.html bla bla

with

RewriteRule ^weblinks.html bla bla

-> Second, in the header.php file:

I replaced the last entry in the $urlout=array part of the code :

links.html

with

weblinks.html

it looks as though it's working.

Thanks
Find all posts by frankieDoodleView user's profileSend private messageVisit poster's website
frankieDoodle
Nuke Cadet
Nuke Cadet


Joined: Sep 02, 2003
Posts: 6

Location: Montreal

PostPosted: Fri Sep 19, 2003 4:09 am Reply with quoteBack to top

Then I have a question.

Regarding not using links.html, what would be the consequence of not rewriting modules.php?name=Web_links to links.html since you need an entry point for the bot to visit each link in the web links section. In other words, if one doesn't allow a *.html entry point, how will the bot be able to request the links since he would have only a query to do so? Presumably, Google doesn't like queries. Allso, I have been told that SE work their way through by "inspecting" (could call that parsing I guess) searched pages for *.html links and climbing through pages until a stop point.

So, is it reasonnable to worry about not being indexed because of this?

Thanks
Find all posts by frankieDoodleView user's profileSend private messageVisit 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
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.303 Seconds - 175 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::