phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
GYM site map will work on omy forum?

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » GYM Sitemaps & RSS
::  
Author Message
Professional
PR2
PR2


Joined: 07 Apr 2008
Posts: 252
Location: 1/2 of the World

GYM site map will work on omy forum?Posted: Wed Jul 09, 2008 6:21 am    Post subject: GYM site map will work on omy forum?

hi.
i saw the mod i think it doesn't need rewrite to run.
is it right?

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3987

GYM site map will work on omy forum?Posted: Wed Jul 09, 2008 6:25 am    Post subject: Re: GYM site map will work on omy forum?

yes Wink

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
Professional
PR2
PR2


Joined: 07 Apr 2008
Posts: 252
Location: 1/2 of the World

GYM site map will work on omy forum?Posted: Wed Jul 09, 2008 1:27 pm    Post subject: Re: GYM site map will work on omy forum?

sorry i havent'n read the instruction that time.
i read it now.
i installed it at localhost at sub dirtory named: phpBB32
i got errors

i placed the sitemap.php and gymrss.php at /phpBB32/

i got this error for site map:
Code:
Warning: main(./phpBB32/common.php): failed to open stream: No such file or directory in c:\program files\easyphp1-8\www\phpbb32\sitemap.php on line 13

Warning: main(): Failed opening './phpBB32/common.php' for inclusion (include_path='.;C:\PROGRA~1\EASYPH~1\\php\pear\') in c:\program files\easyphp1-8\www\phpbb32\sitemap.php on line 13

Fatal error: Call to a member function on a non-object in c:\program files\easyphp1-8\www\phpbb32\sitemap.php on line 15


my site map is :

Code:
<?php
/**
*
* @package phpBB SEO GYM Sitemaps
* @version $Id: sitemap.php 2007/04/12 13:48:48 dcz Exp $
* @copyright (c) 2006 dcz - www.phpbb-seo.com
* @license http://opensource.org/osi3.0/licenses/lgpl-license.php GNU Lesser General Public License
*
*/
define('IN_PHPBB', true);
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$phpbb_root_path = './phpBB32/';
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
//$user->setup('gym_sitemaps/gym_sitemaps');
$user->setup();
// Start the process
require_once($phpbb_root_path . 'gym_sitemaps/includes/gym_sitemaps.' . $phpEx);
require_once($phpbb_root_path . 'gym_sitemaps/includes/gym_google.' . $phpEx);
$gym_google  = new gym_google();
exit;
?>



and i got this error for gymrss:

Code:
Warning: main(./phpBB32/common.php): failed to open stream: No such file or directory in c:\program files\easyphp1-8\www\phpbb32\gymrss.php on line 13

Warning: main(): Failed opening './phpBB32/common.php' for inclusion (include_path='.;C:\PROGRA~1\EASYPH~1\\php\pear\') in c:\program files\easyphp1-8\www\phpbb32\gymrss.php on line 13

Fatal error: Call to a member function on a non-object in c:\program files\easyphp1-8\www\phpbb32\gymrss.php on line 15


my gymrss.php is here:

Code:
<?php
/**
*
* @package phpBB SEO GYM Sitemaps
* @version $Id: rss.php 2007/04/12 13:48:48 dcz Exp $
* @copyright (c) 2006 dcz - www.phpbb-seo.com
* @license http://opensource.org/osi3.0/licenses/lgpl-license.php GNU Lesser General Public License
*
*/
define('IN_PHPBB', true);
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$phpbb_root_path = './phpBB32/';
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup(array('gym_sitemaps/gym_common', 'common'));
// Start the process
require($phpbb_root_path . 'gym_sitemaps/includes/gym_rss.' . $phpEx);

$gym_google  = new gym_rss();
exit;
?>


so what is the problem? Confused
shoud i place that 2 file at root not phpBB32 folder?

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
TomaS
PR2
PR2


Joined: 08 Jun 2007
Posts: 226

GYM site map will work on omy forum?Posted: Wed Jul 09, 2008 1:46 pm    Post subject: Re: GYM site map will work on omy forum?

you have to set it in acp too

_________________
phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center
Back to top
Visit poster's website
Professional
PR2
PR2


Joined: 07 Apr 2008
Posts: 252
Location: 1/2 of the World

GYM site map will work on omy forum?Posted: Wed Jul 09, 2008 2:48 pm    Post subject: Re: GYM site map will work on omy forum?

TomaS wrote:
you have to set it in acp too


can u explain more?
i think i did it.

another question:
we don't need to include any file at subsilver2 style?
because we shoud include some template & theme files at pro silver style Shocked

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
TomaS
PR2
PR2


Joined: 08 Jun 2007
Posts: 226

GYM site map will work on omy forum?Posted: Wed Jul 09, 2008 2:54 pm    Post subject: Re: GYM site map will work on omy forum?

you have to add that prefix in acp in all field in main setup.
About style yes you have to add it but for subsilver is propably not released now

_________________
phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

GYM site map will work on omy forum?Posted: Wed Jul 09, 2008 3:26 pm    Post subject: Re: GYM site map will work on omy forum?

You don't need to change anything in the gymrss.php and sitemap.php file when you use them in the phpBB directory :

Code:
$phpbb_root_path = './phpBB32/';


should just be :

Code:
$phpbb_root_path = './';


The change you made is for when you would want to use these one level above phpBB (requires some config setting in acp as explained in install file).

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Professional
PR2
PR2


Joined: 07 Apr 2008
Posts: 252
Location: 1/2 of the World

GYM site map will work on omy forum?Posted: Thu Jul 10, 2008 5:07 am    Post subject: Re: GYM site map will work on omy forum?

tnx TomaS but i think it isn't necessary.

very thx dear dcz it works perfect now on localhost Very Happy
i'll install it at my forum as soon as possible

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » GYM Sitemaps & RSS
Page 1 of 1

Navigation Similar Topics

Jump to: