PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
craigmack
Hangin' Around


Joined: Jan 07, 2006
Posts: 35

PostPosted: Sat Apr 15, 2006 7:14 pm Reply with quote Back to top

Ok my second attempt unsucessful to install gt-nextgen first was when gt-nextgen still had a site and second today. Is there an easy to understand guide? I just don't get this install instead of just a readme im finding before install, install, and text files everywhere my brain fried. Is there plans for adding googletap to ravennuke or plans for an updated version?
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4578
Location: Slovakia - working my way around Eastern Europe

PostPosted: Sat Apr 15, 2006 8:12 pm Reply with quote Back to top

Some form of url re-writing may very well be included in a future release but as far as I am aware there is no specific date or version number which we anticipate it being included in.
The main reason for that is that it does require extensive testing and fixes to already acknowledged bugs.
There is also the issue of altering the core nuke modules tables which we would prefer not to do - Montego is already working on one possible to solution to that specific issue.
View user's profile Send private message Send e-mail Visit poster's website
craigmack
Hangin' Around


Joined: Jan 07, 2006
Posts: 35

PostPosted: Sat Apr 15, 2006 8:35 pm Reply with quote Back to top

Ok i can try to install but the readme's confuse me, this is my take on the install i can't check at the gt-nextgen site because it don't work,
files to edit
header.php
footer.php
modules.php
.htaccess
admin\modules\modules.php
sessions.php

Upload GoogleTap folder
Do i have to edit every block and module to point to the html files? The instructions are very confusing
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4578
Location: Slovakia - working my way around Eastern Europe

PostPosted: Sat Apr 15, 2006 8:45 pm Reply with quote Back to top

I am not at home right now to check but if I remember correctly......
Edit;
header.php
footer.php
modules.php
.htaccess
Upload the Googletap directory

The session.php should not need editing.
You should only need to edit the admin/modules/modules.php file if you are using the database modification that holds the new html url's
Personally, I prefer NOT to alter the nuke_modules table so i did not edit that file or alter the table - instead I rely on my sitemaps for search engine crawling.
View user's profile Send private message Send e-mail Visit poster's website
craigmack
Hangin' Around


Joined: Jan 07, 2006
Posts: 35

PostPosted: Sat Apr 15, 2006 8:56 pm Reply with quote Back to top

ok now all i have left is the blocks folder now if i don't want to replace my blocks with the one's provided then i have to edit every block file to reflect on the html path? Do i have to edit any modules other then advantgo? And how about the 4a update should i install this?
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4578
Location: Slovakia - working my way around Eastern Europe

PostPosted: Sat Apr 15, 2006 11:35 pm Reply with quote Back to top

I wouldnt bother with the 4a update. I think this was released to fix one specific issue.
You could modify any of the core block files to reflect the new html path using the ones included in the distro as examples, also I think Montego has some replacement hacks on his site at
Only registered users can see links on this board!
Get registered or login to the forums!
you might want to look at.

It is NOT essential to modify the blocks files - the reason for editing them to show the html path is purely for search engines indexing and consistency. I personally prefer to use my sitemaps for this as I do not have to worry about accidentaly over writing a block file during site updates etc.
View user's profile Send private message Send e-mail Visit poster's website
craigmack
Hangin' Around


Joined: Jan 07, 2006
Posts: 35

PostPosted: Mon Apr 17, 2006 3:44 pm Reply with quote Back to top

Ok i think i kinda figured out who this gt-nextgen works. Just have a few questions first when i install this gt does it automatically change all my php links to html? It changed a few links but wasn't everytime. My take on this is install gt-nextgen then go thru all my files and change the links to html.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4578
Location: Slovakia - working my way around Eastern Europe

PostPosted: Mon Apr 17, 2006 4:45 pm Reply with quote Back to top

You might want to wait for the next Raven Nuke release before doing this so you don't get totally bogged down with it. Wink
View user's profile Send private message Send e-mail Visit poster's website
craigmack
Hangin' Around


Joined: Jan 07, 2006
Posts: 35

PostPosted: Mon Apr 17, 2006 9:29 pm Reply with quote Back to top

You said gt-nextgen might be included in the next raven nuke, i would like to learn this i don't mind changing links if i have to but i need to know after installing gt if that has to be done or does gt-nextgen automatically change them? I appreciate the help you have giving me.
View user's profile Send private message
craigmack
Hangin' Around


Joined: Jan 07, 2006
Posts: 35

PostPosted: Tue Apr 18, 2006 12:08 am Reply with quote Back to top

Ok nevermind my last post i have done alot of searching after that post and have a real good understanding about gt-nextgen now but i have a problem, in the admin modules tweak it says to make a new row

Code:

Add a row at the end with the following characteristics
Field/name: url
Type: varchar
Length: 255
Null: null
Default: NULL


I did that next it says to edit this in admin/modules/modules.php
Code:

Find:
   sql_query("insert into ".$prefix."_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '1')", $dbi);
Replace With:
   sql_query("insert into ".$prefix."_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '1', NULL)", $dbi);


Now i realize this code is old in ravennuke i have this code in my admin/modules/modules.php with the edit for gt
Code:

sql_query("insert into " . $prefix . "_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '', '1', '0', '', NULL)");

When i go to edit modules in admin and enter the proper html for the module it doesn't save it to the database with this edit.

Could somebody using 7.6 and gt-nextgen post the admin/modules/modules.php code so i could do this edit.
Thanks
View user's profile Send private message
dirtbag
Regular
Regular


Joined: Nov 09, 2003
Posts: 73

PostPosted: Thu May 18, 2006 1:38 pm Reply with quote Back to top

yeah google tapping already incorporated would be a very useful feature... the crawlers love the .html

but the main thing i have noticed with the web engines is they really base there searches off the page TITLES so i been manually tweaking my site so it displays say the news story or download title first in the PAGE TITLE..

make sense and the searches are way more accurate i have noticed and pulled up the proper pages as before i get pages found and the links had nothing to do with the search...

and whats the thoughts on that NUKESEO sitemap sort of deal??
View user's profile Send private message
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7260
Location: Arizona

PostPosted: Fri May 19, 2006 6:06 am Reply with quote Back to top

Yep... happening as we "speak". It will be in the next release. Sorry, I don't have a firm date. All I know is Raven is asking us to be ready to go into QA by June 1.
View user's profile Send private message Visit poster's website
dirtbag
Regular
Regular


Joined: Nov 09, 2003
Posts: 73

PostPosted: Fri May 19, 2006 2:16 pm Reply with quote Back to top

sounds great for now i guess i manually been tweaking all my Page Titles... for each individual module
View user's profile Send private message
viper155
Regular
Regular


Joined: Feb 18, 2006
Posts: 79

PostPosted: Fri May 19, 2006 4:08 pm Reply with quote Back to top

Ive had my site up for about three years and if you search for the term Mike Tyson on yahoo im on the second page, #13. Im also #1 for diff keyword searches.

#1 on other search engines such as MSN also.


I dont have any html urls and my rankings on yahoo are great and getting better everytime I add news.

Im guessing everyone is making there urls html for google?
View user's profile Send private message Visit poster's website
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7260
Location: Arizona

PostPosted: Sat May 20, 2006 12:22 am Reply with quote Back to top

Depending upon who you talk to, the answer is either "it doesn't matter" or "it made all the difference in the world". Bottom line is that since 50% want it and 50% don't care either way, we're going to make it available if folks want to "turn it on". Smile
View user's profile Send private message Visit poster's website
dirtbag
Regular
Regular


Joined: Nov 09, 2003
Posts: 73

PostPosted: Sat May 20, 2006 12:45 am Reply with quote Back to top

it makes a difference with google... i have done many test and found it makes difference yahoo seems to do a better job... but put in the nukeseo with the sitemap and will see how that works out ..
View user's profile Send private message
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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

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

zerosum