Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
EasySite_The_phpBB_Site_MOD
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: 1, 2  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
EasySite_The_phpBB_Site_MOD
PostPosted: 04/10/2007 5:20 AM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 1:53 AM
Location: UNITED ARAB EMIRATES
unitedACa.gif
Hello NR,

I tried to install EasySite_The_phpBB_Site_MOD and fixed 3 errors in files and was unable to fix 1 error which is

Code:
Critical Error

FIND FAILED: In file [includes/page_tail.php] could not find:

'PHPBB_VERSION' => '2' . $board_config['version'],
'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
'ADMIN_LINK' => $admin_link)
);


and here is the MOD script which i modified it but the part where i get error i tried but laters made it to original so that you can see what's the problem actually.

Code:
########################################################
## MOD Title:      EasySite (The phpBB Site MOD)
## MOD Version:      1.3.0
## MOD Author:      Mac (Y.C. LIN) < > http://macphpbbmod.sourceforge.net/
##
## MOD Description:   EasySite is a simple website building tool, not entirely like a Portal,
##         but a proper website with standard features such as About, News, Contact,
##         Link To Me, Site Privacy and Terms Pages.
##
## Installation Level:   Easy
## Installation Time:   3 Minutes
##
## Files To Edit:   5
##   common.php
##   includes/constants.php
##   includes/page_tail.php
##   templates/subSilver/overall_footer.tpl
##   templates/subSilver/simple_footer.tpl
##
## Included Files:    50
##   db_update.php
##   db_update_111-130.php
##   about.php
##   contact.php
##   page.php
##   site.css
##   site.php
##   sitepanel_frame.php
##   includes/site_footer.php
##   includes/site_header.php
##   includes/sitepanel.php
##   language/lang_english/lang_EasySite.php
##   language/lang_chinese_traditional_taiwan/lang_EasySite.php
##   site_admin/admin_addpage.php
##   site_admin/admin_addsearch.php
##   site_admin/admin_banners.php
##   site_admin/admin_linktome.php
##   site_admin/admin_news.php
##   site_admin/admin_site.php
##   site_admin/index.php
##   site_admin/page_footer_admin.php
##   site_admin/page_header_admin.php
##   site_admin/pagestart.php
##   templates/subSilver/site_admin/addpage_edit_body.tpl
##   templates/subSilver/site_admin/addpage_list_body.tpl
##   templates/subSilver/site_admin/addsearch_edit_body.tpl
##   templates/subSilver/site_admin/addsearch_list_body.tpl
##   templates/subSilver/site_admin/admin_site.tpl
##   templates/subSilver/site_admin/banners_edit_body.tpl
##   templates/subSilver/site_admin/banners_list_body.tpl
##   templates/subSilver/site_admin/index_body.tpl
##   templates/subSilver/site_admin/index_frameset.tpl
##   templates/subSilver/site_admin/index_navigate.tpl
##   templates/subSilver/site_admin/linktome_edit_body.tpl
##   templates/subSilver/site_admin/linktome_list_body.tpl
##   templates/subSilver/site_admin/news_edit_body.tpl
##   templates/subSilver/site_admin/news_list_body.tpl
##   templates/subSilver/site_admin/page_footer.tpl
##   templates/subSilver/site_admin/page_header.tpl
##   templates/subSilver/about_body.tpl
##   templates/subSilver/contact_body.tpl
##   templates/subSilver/link_to_me.tpl
##   templates/subSilver/page_body.tpl
##   templates/subSilver/privacy_body.tpl
##   templates/subSilver/site_body.tpl
##   templates/subSilver/site_footer.tpl
##   templates/subSilver/site_header.tpl
##   templates/subSilver/sitepanel_body.tpl
##   templates/subSilver/sitepanel_frame_body.tpl
##   templates/subSilver/terms_body.tpl
##
## Included Images:    17
##   images/banners/*.gif
##   images/news/*.gif
##   templates/subSilver/images/logo.gif
##   templates/subSilver/images/logo_med.gif
##
#################################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##   MOD screenshots and Tips included in EXTRA folder
##
## Installation:
##   1. Run db_update.php
##   2. Delete db_update.php
##   3. Copy all files to their corresponding location
##   4. Make the necessary changes described below
##
##############################################################
## MOD History:
##
##   2004-02-08 - Version 1.0.0
##      - Initial Release
##
##   2004-02-11 - Version 1.1.0
##      - Fix admin panel ICQ and banner name problem
##   - Add BBCode posting control to admin news panel
##   - Make some changes to the language file.
##   - Tips & Screenshots are updated
##
##   2004-02-17 - Version 1.1.1
##   - Remove un-necessary info inside site_header.tpl
##   - Fix ICQ problem inside contact.php
##   - Fix ACP News BBCode FAQ link problem
##   - Fix some language errors
##   - Added more fields for contact details
##   - Added online user lists
##   - Added pm number and new posts number
##   - Added Link-To-Me site description
##   - Added site ACP link to forum footer
##   - Added site footer info to forum footer
##   - Added News display order config
##   - Added News ACP pagination
##
##   2004-03-06 - Version 1.3.0
##   - Fix a CSS font size issue
##   - Fix CSS font issue in all footer
##   - Fix new post count on site.php
##   - Update Link-To-Me order, now Sort by name
##   - Update some codes to use $site_config['xxx'], more efficient
##   - Fix/Update EasySite Usage Terms (see my website for more info)
##   - Added WhoIsOnline Config feature
##   - Added Addpage feature, allow external webpages to display inside frame
##   - Added Search feature, configurable from ACP
##   - Added Weather feature (please read tips_en.txt for this add-on)
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ COPY ]------------------------------------------
#
copy root/*.php to *.php
copy root/*.css to *.css
copy root/includes/*.php to includes/*.php
copy root/language/lang_english/*.php to language/lang_english/*.php
copy root/site_admin/*.php to site_admin/*.php
copy root/templates/subSilver/site_admin/*.tpl to templates/subSilver/site_admin/*.tpl
copy root/templates/subSilver/*.tpl to templates/subSilver/*.tpl
copy root/images/banners/*.gif to images/banners/*.gif
copy root/images/news/*.gif to images/news/*.gif
copy root/templates/subSilver/images/*.gif to templates/subSilver/images/*.gif

#
#-----[ OPEN ]------------------------------------------
#
common.php

#
#-----[ FIND ]------------------------------------------
#
$board_config = array();

#
#-----[ AFTER, ADD ]------------------------------------------
#
// EasySite MOD
$site_config = array();

#
#-----[ FIND ]------------------------------------------
#
if (file_exists('install') || file_exists('contrib'))

#
#-----[ BEFORE, ADD ]------------------------------------------
#
// EasySite MOD
$sql = "SELECT *
   FROM " . SITE_CONFIG_TABLE;
if( !($result = $db->sql_query($sql)) )
{
   message_die(CRITICAL_ERROR, "Could not query site config information", "", __LINE__, __FILE__, $sql);
}

while ( $row = $db->sql_fetchrow($result) )
{
   $site_config[$row['config_name']] = $row['config_value'];
}

#
#-----[ OPEN ]------------------------------------------
#
includes/constants.php

#
#-----[ FIND ]------------------------------------------
#
define('PAGE_GROUPCP', -11);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('PAGE_SITE', -100);
define('PAGE_ABOUT', -101);
define('PAGE_CONTACT', -102);
define('PAGE_PAGE', -103);
define('PAGE_SITEPANEL', -104);

#
#-----[ FIND ]------------------------------------------
#
?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#
// EasySite MOD
define('SITE_CONFIG_TABLE', $table_prefix.'site_config');
define('SITE_BANNER_TABLE', $table_prefix.'site_banner');
define('SITE_NEWS_TABLE', $table_prefix.'site_news');
define('SITE_LINKTOME_TABLE', $table_prefix.'site_linktome');
define('SITE_ADDPAGE_TABLE', $table_prefix.'site_addpage');
define('SITE_SEARCH_TABLE', $table_prefix.'site_search');

#
#-----[ OPEN ]------------------------------------------
#
includes/page_tail.php

#
#-----[ FIND ]------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
   die('Hacking attempt');
}

#
#-----[ AFTER, ADD ]------------------------------------------
#
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_EasySite.' . $phpEx);

$copyright_owner = ( $site_config['copyright_owner'] ) ? $site_config['copyright_owner'] : '';
$copyright_text = ( $site_config['copyright_text'] ) ? $site_config['copyright_text'] : '';

#
#-----[ FIND ]------------------------------------------
#
$admin_link = ( $userdata['user_level'] == ADMIN ) ? '<a href="admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_panel'] . '</a><br /><br />' : '';

#
#-----[ REPLACE WITH ]------------------------------------------
#
// Only True Admin can access Site Admin Panel
if ( $userdata['user_id'] == 2 )
{
   $admin_link = '<a href="admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_panel'] . '</a> - <a href="site_admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_site_panel'] . '</a><br /><br />';
}
else if ( $userdata['user_level'] == ADMIN )
{
   $admin_link = '<a href="admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_panel'] . '</a><br /><br />';   
}
else { $admin_link = ""; }

#
#-----[ FIND ]------------------------------------------
#
   'PHPBB_VERSION' => '2' . $board_config['version'],
   'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
   'ADMIN_LINK' => $admin_link)
);

#
#-----[ REPLACE WITH ]------------------------------------------
#
   'U_TERMS' => append_sid("about.$phpEx?mode=terms"),
   'U_PRICACY' => append_sid("about.$phpEx?mode=privacy"),
   'U_CONTACT' => append_sid("contact.$phpEx"),
   
   'L_TERMS' => $lang['Terms'],
   'L_PRIVACY' => $lang['Privacy'],
   'L_OWNED' => $lang['Owned'],
   
   'COPYRIGHT_OWNER' => $copyright_owner,
   'COPYRIGHT_TEXT' => $copyright_text,
   'EASYSITE_VERSION' => $site_config['easysite_version'],
   'PHPBB_VERSION' => '2' . $board_config['version'],
   'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
   'ADMIN_LINK' => $admin_link)
);

if ( $copyright_owner != '' )
{
   $template->assign_block_vars('switch_copyright_owner', array() );
}

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_footer.tpl

#
#-----[ FIND ]------------------------------------------
#
<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good

#
#-----[ REPLACE WITH ]------------------------------------------
#
<!--
   Please, I expect everyone uses this MOD to NOT remove the copyright notice on EasySite
   that links to http://macphpbbmod.sourceforge.net/.
   i.e. Website Powered by EasySite (The phpBB Site MOD) 1.x.x
   
   Please do keep the EasySite and the phpBB declaration.
   If you don't, you are refusing support from me and my support site.
   I hope you can respect all open source developers by follow these simple instructions. Thank you

   EasySite Author, YC Lin, 2004
// -->
Website Powered by <a href="http://macphpbbmod.sourceforge.net/" target="_blank" class="copyright">EasySite (The phpBB Site MOD)</a> {EASYSITE_VERSION}</div>
<div align="center">
<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
   reason) retain the full copyright we request you at least leave in place the
   Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
   to include even this then support on our forums may be affected.

   The phpBB Group : 2002
// -->
Forum Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</div>
<div align="center">{COPYRIGHT_TEXT}</div>

<!-- BEGIN switch_copyright_owner -->
<div align="center">{L_OWNED}: <a href="{U_CONTACT}" class="copyright">{COPYRIGHT_OWNER}</a></div>
<!-- END switch_copyright_owner -->

<br />
<div align="center"><a href="{U_TERMS}" class="copyright">{L_TERMS}</a> - <a href="{U_PRICACY}" class="copyright">{L_PRIVACY}</a></div>
      </span></td>

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/simple_footer.tpl

#
#-----[ FIND ]------------------------------------------
#
<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
   reason) retain the full copyright we request you at least leave in place the

#
#-----[ REPLACE WITH ]------------------------------------------
#
<!--
   Please, I expect everyone uses this MOD to NOT remove the copyright notice on EasySite
   that links to http://macphpbbmod.sourceforge.net/.
   i.e. Website Powered by EasySite (The phpBB Site MOD) 1.x.x
   
   Please do keep the EasySite and the phpBB declaration.
   If you don't, you are refusing support from me and my support site.
   I hope you can respect all open source developers by follow these simple instructions. Thank you

   EasySite Author, YC Lin, 2004
// -->
Website Powered by <a href="http://macphpbbmod.sourceforge.net/" target="_blank" class="copyright">EasySite (The phpBB Site MOD)</a> {EASYSITE_VERSION}</div>
<div align="center">
<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
   reason) retain the full copyright we request you at least leave in place the
   Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
   to include even this then support on our forums may be affected.

   The phpBB Group : 2002
// -->
Forum Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} &copy; 2001,2002 phpBB Group</div>
<div align="center">{COPYRIGHT_TEXT}</div>

<!-- BEGIN switch_copyright_owner -->
<div align="center">{L_OWNED}: <a href="{U_CONTACT}" class="copyright">{COPYRIGHT_OWNER}</a></div>
<!-- END switch_copyright_owner -->

<br />
<div align="center"><a href="{U_TERMS}" class="copyright">{L_TERMS}</a> - <a href="{U_PRICACY}" class="copyright">{L_PRIVACY}</a></div>
      </span></td>

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#

# EoM
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
Re: EasySite_The_phpBB_Site_MOD
PostPosted: 04/10/2007 11:18 AM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 10:53 PM
Location: Birmingham, UK.
greatbrE.gif
it's because this

Code:
'PHPBB_VERSION' => '2' . $board_config['version'],


isn't in the page_tail.php file

Try this:

replace this

Code:
'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
'ADMIN_LINK' => $admin_link)
);


which is in the page_tail.php with this

Code:
   'U_TERMS' => append_sid("about.$phpEx?mode=terms"),
   'U_PRICACY' => append_sid("about.$phpEx?mode=privacy"),
   'U_CONTACT' => append_sid("contact.$phpEx"),
    
   'L_TERMS' => $lang['Terms'],
   'L_PRIVACY' => $lang['Privacy'],
   'L_OWNED' => $lang['Owned'],
    
   'COPYRIGHT_OWNER' => $copyright_owner,
   'COPYRIGHT_TEXT' => $copyright_text,
   'EASYSITE_VERSION' => $site_config['easysite_version'],
   'PHPBB_VERSION' => '2' . $board_config['version'],
   'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
   'ADMIN_LINK' => $admin_link)
);

if ( $copyright_owner != '' )
{
   $template->assign_block_vars('switch_copyright_owner', array() );
}


then delete this
Code:
#
#-----[ FIND ]------------------------------------------
#
   'PHPBB_VERSION' => '2' . $board_config['version'],
   'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
   'ADMIN_LINK' => $admin_link)
);

#
#-----[ REPLACE WITH ]------------------------------------------
#
   'U_TERMS' => append_sid("about.$phpEx?mode=terms"),
   'U_PRICACY' => append_sid("about.$phpEx?mode=privacy"),
   'U_CONTACT' => append_sid("contact.$phpEx"),
    
   'L_TERMS' => $lang['Terms'],
   'L_PRIVACY' => $lang['Privacy'],
   'L_OWNED' => $lang['Owned'],
    
   'COPYRIGHT_OWNER' => $copyright_owner,
   'COPYRIGHT_TEXT' => $copyright_text,
   'EASYSITE_VERSION' => $site_config['easysite_version'],
   'PHPBB_VERSION' => '2' . $board_config['version'],
   'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
   'ADMIN_LINK' => $admin_link)
);

if ( $copyright_owner != '' )
{
   $template->assign_block_vars('switch_copyright_owner', array() );
}


from the install.txt file which is used by EasyMod3.0 then reupload it back to it's location then try again.

I found EasyMod3.0 couldn't do most of the processes though

it does this for you

Code:
#
#-----[ COPY ]------------------------------------------
#
copy root/*.php to *.php
copy root/*.css to *.css
copy root/includes/*.php to includes/*.php
copy root/language/lang_english/*.php to language/lang_english/*.php
copy root/site_admin/*.php to site_admin/*.php
copy root/templates/subSilver/site_admin/*.tpl to templates/subSilver/site_admin/*.tpl
copy root/templates/subSilver/*.tpl to templates/subSilver/*.tpl
copy root/images/banners/*.gif to images/banners/*.gif
copy root/images/news/*.gif to images/news/*.gif
copy root/templates/subSilver/images/*.gif to templates/subSilver/images/*.gif

#
#-----[ OPEN ]------------------------------------------
#
common.php

#
#-----[ FIND ]------------------------------------------
#
$board_config = array();

#
#-----[ AFTER, ADD ]------------------------------------------
#
// EasySite MOD
$site_config = array();

#
#-----[ FIND ]------------------------------------------
#
if (file_exists('install') || file_exists('contrib'))

#
#-----[ BEFORE, ADD ]------------------------------------------
#
// EasySite MOD
$sql = "SELECT *
   FROM " . SITE_CONFIG_TABLE;
if( !($result = $db->sql_query($sql)) )
{
   message_die(CRITICAL_ERROR, "Could not query site config information", "", __LINE__, __FILE__, $sql);
}

while ( $row = $db->sql_fetchrow($result) )
{
   $site_config[$row['config_name']] = $row['config_value'];
}

#
#-----[ OPEN ]------------------------------------------
#
includes/constants.php

#
#-----[ FIND ]------------------------------------------
#
define('PAGE_GROUPCP', -11);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('PAGE_SITE', -100);
define('PAGE_ABOUT', -101);
define('PAGE_CONTACT', -102);
define('PAGE_PAGE', -103);
define('PAGE_SITEPANEL', -104);

#
#-----[ FIND ]------------------------------------------
#
?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#
// EasySite MOD
define('SITE_CONFIG_TABLE', $table_prefix.'site_config');
define('SITE_BANNER_TABLE', $table_prefix.'site_banner');
define('SITE_NEWS_TABLE', $table_prefix.'site_news');
define('SITE_LINKTOME_TABLE', $table_prefix.'site_linktome');
define('SITE_ADDPAGE_TABLE', $table_prefix.'site_addpage');
define('SITE_SEARCH_TABLE', $table_prefix.'site_search');

#
#-----[ OPEN ]------------------------------------------
#
includes/page_tail.php

#
#-----[ FIND ]------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
   die('Hacking attempt');
}

#
#-----[ AFTER, ADD ]------------------------------------------
#
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_EasySite.' . $phpEx);

$copyright_owner = ( $site_config['copyright_owner'] ) ? $site_config['copyright_owner'] : '';
$copyright_text = ( $site_config['copyright_text'] ) ? $site_config['copyright_text'] : '';

#
#-----[ FIND ]------------------------------------------
#
$admin_link = ( $userdata['user_level'] == ADMIN ) ? '<a href="admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_panel'] . '</a><br /><br />' : '';

#
#-----[ REPLACE WITH ]------------------------------------------
#
// Only True Admin can access Site Admin Panel
if ( $userdata['user_id'] == 2 )
{
   $admin_link = '<a href="admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_panel'] . '</a> - <a href="site_admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_site_panel'] . '</a><br /><br />';
}
else if ( $userdata['user_level'] == ADMIN )
{
   $admin_link = '<a href="admin/index.' . $phpEx . '?sid=' . $userdata['session_id'] . '">' . $lang['Admin_panel'] . '</a><br /><br />';    
}
else { $admin_link = ""; }

#


but can't do this any of this

Code:
#-----[ FIND ]------------------------------------------
#
   'PHPBB_VERSION' => '2' . $board_config['version'],
   'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
   'ADMIN_LINK' => $admin_link)
);

#
#-----[ REPLACE WITH ]------------------------------------------
#
   'U_TERMS' => append_sid("about.$phpEx?mode=terms"),
   'U_PRICACY' => append_sid("about.$phpEx?mode=privacy"),
   'U_CONTACT' => append_sid("contact.$phpEx"),
    
   'L_TERMS' => $lang['Terms'],
   'L_PRIVACY' => $lang['Privacy'],
   'L_OWNED' => $lang['Owned'],
    
   'COPYRIGHT_OWNER' => $copyright_owner,
   'COPYRIGHT_TEXT' => $copyright_text,
   'EASYSITE_VERSION' => $site_config['easysite_version'],
   'PHPBB_VERSION' => '2' . $board_config['version'],
   'TRANSLATION_INFO' => ( isset($lang['TRANSLATION_INFO']) ) ? $lang['TRANSLATION_INFO'] : '',
   'ADMIN_LINK' => $admin_link)
);

if ( $copyright_owner != '' )
{
   $template->assign_block_vars('switch_copyright_owner', array() );
}

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_footer.tpl

#
#-----[ FIND ]------------------------------------------
#
<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good

#
#-----[ REPLACE WITH ]------------------------------------------
#
<!--
   Please, I expect everyone uses this MOD to NOT remove the copyright notice on EasySite
   that links to http://macphpbbmod.sourceforge.net/.
   i.e. Website Powered by EasySite (The phpBB Site MOD) 1.x.x
    
   Please do keep the EasySite and the phpBB declaration.
   If you don't, you are refusing support from me and my support site.
   I hope you can respect all open source developers by follow these simple instructions. Thank you

   EasySite Author, YC Lin, 2004
// -->
Website Powered by <a href="http://macphpbbmod.sourceforge.net/" target="_blank" class="copyright">EasySite (The phpBB Site MOD)</a> {EASYSITE_VERSION}</div>
<div align="center">
<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
   reason) retain the full copyright we request you at least leave in place the
   Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
   to include even this then support on our forums may be affected.

   The phpBB Group : 2002
// -->
Forum Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</div>
<div align="center">{COPYRIGHT_TEXT}</div>

<!-- BEGIN switch_copyright_owner -->
<div align="center">{L_OWNED}: <a href="{U_CONTACT}" class="copyright">{COPYRIGHT_OWNER}</a></div>
<!-- END switch_copyright_owner -->

<br />
<div align="center"><a href="{U_TERMS}" class="copyright">{L_TERMS}</a> - <a href="{U_PRICACY}" class="copyright">{L_PRIVACY}</a></div>
      </span></td>

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/simple_footer.tpl

#
#-----[ FIND ]------------------------------------------
#
<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
   reason) retain the full copyright we request you at least leave in place the

#
#-----[ REPLACE WITH ]------------------------------------------
#
<!--
   Please, I expect everyone uses this MOD to NOT remove the copyright notice on EasySite
   that links to http://macphpbbmod.sourceforge.net/.
   i.e. Website Powered by EasySite (The phpBB Site MOD) 1.x.x
    
   Please do keep the EasySite and the phpBB declaration.
   If you don't, you are refusing support from me and my support site.
   I hope you can respect all open source developers by follow these simple instructions. Thank you

   EasySite Author, YC Lin, 2004
// -->
Website Powered by <a href="http://macphpbbmod.sourceforge.net/" target="_blank" class="copyright">EasySite (The phpBB Site MOD)</a> {EASYSITE_VERSION}</div>
<div align="center">
<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
   reason) retain the full copyright we request you at least leave in place the
   Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
   to include even this then support on our forums may be affected.

   The phpBB Group : 2002
// -->
Forum Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} &copy; 2001,2002 phpBB Group</div>
<div align="center">{COPYRIGHT_TEXT}</div>

<!-- BEGIN switch_copyright_owner -->
<div align="center">{L_OWNED}: <a href="{U_CONTACT}" class="copyright">{COPYRIGHT_OWNER}</a></div>
<!-- END switch_copyright_owner -->

<br />
<div align="center"><a href="{U_TERMS}" class="copyright">{L_TERMS}</a> - <a href="{U_PRICACY}" class="copyright">{L_PRIVACY}</a></div>
      </span></td>

#


Anyway, I thought this mod was to basic etc. I couldn't do what I wanted to do with it so I uninstalled it.

I can't wait for the final phpBB3 forum/portal to finally be released...
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: EasySite_The_phpBB_Site_MOD
PostPosted: 04/10/2007 11:25 AM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 1:53 AM
Location: UNITED ARAB EMIRATES
unitedACa.gif
Okay, Thank You. I will try it sooner as my site is currently down
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
Re: EasySite_The_phpBB_Site_MOD
PostPosted: 04/10/2007 12:18 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 10:53 PM
Location: Birmingham, UK.
greatbrE.gif
No problem. Why is your site down though? Bandwidth limit…?
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: EasySite_The_phpBB_Site_MOD
PostPosted: 04/10/2007 12:32 PM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 1:53 AM
Location: UNITED ARAB EMIRATES
unitedACa.gif
Copyrighted material crybaby

I never knew about such stuff. Still waiting for my host's reply
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
Re: EasySite_The_phpBB_Site_MOD
PostPosted: 04/10/2007 12:36 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 10:53 PM
Location: Birmingham, UK.
greatbrE.gif
What’s up? You been told to remove copyrighted content of your website yes?

I had to take the radio down for djpassion.co.uk because I was breaking tradename infringement  violent1 so we got no radio now  Crying or Very sad
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: EasySite_The_phpBB_Site_MOD
PostPosted: 04/10/2007 1:22 PM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 1:53 AM
Location: UNITED ARAB EMIRATES
unitedACa.gif
Still you are lucky that your host gave you warning to remove it but my host have suspended my account without informing/warning me. This is too bad and sad. I have submitted a ticket and let's see what they say now.  crybaby
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
Re: EasySite_The_phpBB_Site_MOD
PostPosted: 04/10/2007 1:53 PM Reply with quote
Citation
poomerio
Citation
Posts 407
Word Cnt. 10,993
BDay May 28
Sign Gemini
Sex Sex:Male
Joined: Feb 25, 2007
Local time: 9:53 PM
Location: SE England
greatbrE.gif
Yes, that's very out of order of them not to inform you and tell you to take it down Sad
You were doing so well.

crybaby

Hopefully the host responds well Smile

- Poomie
Back to Top
View user's profile Find all posts by poomerio Send private message   Phoogle Map
Re: EasySite_The_phpBB_Site_MOD
PostPosted: 04/10/2007 1:54 PM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 1:53 AM
Location: UNITED ARAB EMIRATES
unitedACa.gif
Hopefully Smile

Just waiting for their reply.
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
Re: EasySite_The_phpBB_Site_MOD
PostPosted: 04/10/2007 3:12 PM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 1:53 AM
Location: UNITED ARAB EMIRATES
unitedACa.gif
Everything is back to normal. They have unsuspended my account  banana  banana  banana
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

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
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: 1, 2  Next
Page 1 of 2


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.1332s (PHP: 79% - SQL: 21%) - SQL queries: 57 - GZIP disabled - Debug on