no, that doesnt make any sense..
its punish
You are not logged in. Please login or register.
PunBB Forums → Posts by Gary13579
no, that doesnt make any sense..
its punish
Well, Im sure they'd rather not have everyone installing stuff on there servers, right?
Trust me, if its set up properly, it works fine.
Why the hell would you be installing phpBB2 anyway?
About the cpanel thing, I dont know what they were thinking, but that is ZPanel, not cPanel
no, there isnt any that im aware of. i think it would confuse people, as all other (big) forums do the same as punbb
well, your bored, so you might as well reinstall it
open up lang/en/en_common.php
find this line (line 90)
'Logged in as' => 'Logged in as',
replace with
'Logged in as' => 'Hello',
save/upload
zaher wrote:what is mean "invisionish" ?
This -> http://forums.invisionpower.com/
exactley
open up viewtopic.php
find
$result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.status, u.registered, u.admin_note, p.id, p.poster, p.poster_id, p.poster_ip, p.poster_email, p.message, p.smilies, p.posted, p.edited, p.edited_by FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id WHERE p.topic_id='.$id.' ORDER BY p.id LIMIT '.$start_from.','.$disp_posts) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());
(line 218)
replace with
$result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.status, u.registered, u.admin_note, p.id, p.poster, p.poster_id, p.poster_ip, p.poster_email, p.message, p.smilies, p.posted, p.edited, p.edited_by FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id WHERE p.topic_id='.$id.' ORDER BY p.id DESC LIMIT '.$start_from.','.$disp_posts) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());
thats it
Yes, I can understand him doing it for others, but why dont you just open up admin_options.php and change it yourself?
firefox: works beautifully
ie: works, but its IE, so dont like it..
i dont know what it could be, except something going horribly wrong with the cookies
yea, thats pretty nice, but too invisionish for me
yeh www is blocked and i did say it was my fault
but not ftp, i have ftp.mypunbb.com now
[15-Dec-2004] The PHP Development Team would like to announce the immediate release of PHP 4.3.10 and PHP 5.0.3. These are maintenance releases that in addition to non-critical bug fixes address several very serious security issues. All Users of PHP are strongly encouraged to upgrade to one of these releases as soon as possible.
time to update .
also maybe if you told us what was on line 40 of skarm.php, as thats where the errors are.
and if you edited the extern.php. Just wondering because the file name is extern2.php and not extern.php
ewww, icq..
its much harder then that. the .swf files somehow redirect when there done, but i cant get them to. there must be some code that im missing...
Thats pretty good, for phpBB
I dont understand why someone would want a phpBB looking PunBB forum, but it still looks nice
open up include/functions.php
find
// Home and Userlist should always be displayed
$links[] = '<a href="index.php">'.$lang_common['Home'].'</a> | <a href="userlist.php">'.$lang_common['User list'].'</a>';
after that add
$links[] = '<a href="help.php">Help</a>';
Guess I'm stuck with phpbb
No, NO, NOOO!!!!
Just comment out the line or delete it completly. Also not much is used by admin_index.php. You can just go stright to the other files (ex. admin_options.php)
Yes, this feature would be awsome, but Rickard doesnt seem to want to add it..
If you wait till 1.2, Connorhd has made a DB Management plugin, which lets you run queries and back up the entire database
Get what to show in the nav bar? Adding links to it you would need to edit includes/functions.php, under generate_navlinks.
I recommend that you disable it unless you have other scripts that require it.
Why is it that everyone says to disable register_globals? I know I need to fix it, but my game needs it on to run.
Are we talking about a major performance hit, or a 'punBB-level' performance hit. Because this board is already blistering compared to phpbb. Thanks for the quick response though. Love the software. I'll be sure to link to it in the appropriate place when I have something.
It shouldn't be too bad, couldn't you put it all into one query?
did you really mean that punbb is fast because it has no images?
I think I can practice my english in this forum
i think that would be better
sorry to ask, but can you please use some translate tool so we can understand what your saying?
maybe something like http://translate.google.com/translate_t ?
PunBB Forums → Posts by Gary13579
Powered by PunBB, supported by Informer Technologies, Inc.