Scris: 29-Aug-2008, 14:33:19
scz dar sunt nevoit sa fac dublu post . imi spuneti va rog frumos unde se gaseste acel topic "cum sa faci o pagina noua "
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
sa fie din cauza limbii romane folosite incorect in titlul acestui topic si in mesajele scrise de tine ?mihaliv scrie:scz dar sunt nevoit sa fac dublu post . imi spuneti va rog frumos unde se gaseste acel topic "cum sa faci o pagina noua "
Daca nu intelegi foloseste Google TranslateCaTaNhA scrie:http://www.phpbb.com/kb/article/add-a-n ... -to-phpbb/
Cod: Selectaţi tot
Fatal error: Call to a member function session_begin() on a non-object in /home/xtremec/public_html/regulament.php on line 8
Cod: Selectaţi tot
<?php
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
page_header('Regulament');
$template->set_filenames(array(
'body' => 'regulament.html',
));
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
page_footer();
?>
Cod: Selectaţi tot
<!-- INCLUDE overall_header.html -->
<h2>Regulament</h2>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">
<p>
<a href="http://www.gametracker.com/server_info/193.200.51.88:27016/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/193.200.51.88:27016/b_160x400_T1_F-1-2-3.png" border="0" width="160" height="441"></a>
</p>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->
Cod: Selectaţi tot
Fatal error: Call to a member function session_begin() on a non-object in /home/xtremec/public_html/regulament.php on line 8
Cod: Selectaţi tot
<?php
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
page_header('Regulament');
$template->set_filenames(array(
'body' => 'regulament.html',
));
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
page_footer();
?>
Cod: Selectaţi tot
<!-- INCLUDE overall_header.html -->
<h2>Regulament</h2>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">
<p>
<a href="http://www.gametracker.com/server_info/193.200.51.88:27016/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/193.200.51.88:27016/b_160x400_T1_F-1-2-3.png" border="0" width="160" height="441"></a>
</p>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->