• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

any phpbb experts here?

like stuff like this kinda code
<form action="{S_LOGIN_ACTION}" method="post" target="_top">

<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
</tr>
</table>

<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
<th height="25" class="thHead" nowrap="nowrap">{L_ENTER_PASSWORD}</th>
</tr>
<tr>
<td class="row1"><table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr>
<td colspan="2" align="center"></td>
</tr>
<tr>
<td width="45%" align="right"><span class="gen">{L_USERNAME}:</span></td>
<td>
<input type="text" class="post" name="username" size="25" maxlength="40" value="{USERNAME}" />
</td>
</tr>
<tr>
<td align="right"><span class="gen">{L_PASSWORD}:</span></td>
<td>
<input type="password" class="post" name="password" size="25" maxlength="32" />
</td>
</tr>
<tr align="center">
<td colspan="2"><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" /></span></td>
</tr>
<tr align="center">
<td colspan="2">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" /></td>
</tr>
<tr align="center">
<td colspan="2"><span class="gensmall"><a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a></span></td>
</tr>
</table></td>
</tr>
</table>

</form>
 
well basically put.
my tech admin left and i got nobody to do changes or mods to the site. he kinda left in the middle of things.
he is making his own site so he doesnt have time now, but im mainly concerned with security of the site, and wanted some modifications done like a different front page.
right now i got to edit the front page in note pad and its not easy, it would be better to have something i could just post in like a forum. i think its called portal.

and a few other things like that
 
I have setup 2 phpbb forums recently, 1 on IIS, and 1 on Apache.

But until you ask your question, instead of keeping it such a secret...

I refuse to tell you that i charge consulting fees of $20+ per hour.
 
Given phpbb's long history of security flaws, it seems to me that anybody still running phpbb is just begging to get 0wn3d.

 
Originally posted by: arcas
Given phpbb's long history of security flaws, it seems to me that anybody still running phpbb is just begging to get 0wn3d.

what are the better PHP based forums people are running nowadays?
 
Originally posted by: iamme
Originally posted by: arcas
Given phpbb's long history of security flaws, it seems to me that anybody still running phpbb is just begging to get 0wn3d.

what are the better PHP based forums people are running nowadays?


**Cough** Fusetalk is the best forum out there.
 
Originally posted by: sao123
Originally posted by: iamme
Originally posted by: arcas
Given phpbb's long history of security flaws, it seems to me that anybody still running phpbb is just begging to get 0wn3d.

what are the better PHP based forums people are running nowadays?


**Cough** Fusetalk is the best forum out there.

i meant free forum scripts 🙂
 
Originally posted by: iamme
Originally posted by: sao123
Originally posted by: iamme
Originally posted by: arcas
Given phpbb's long history of security flaws, it seems to me that anybody still running phpbb is just begging to get 0wn3d.

what are the better PHP based forums people are running nowadays?


**Cough** Fusetalk is the best forum out there.

i meant free forum scripts 🙂

For decent security... go old skule.... Telnet BBS...
BBS Corner

but if you must have PHP....
PHPBB is probably the most featured, but is probably the most buggy/insecure.
I'd say check out InvisionBoard.
 
Fusetalk may be hugely scaleable, but I think it sucks as a forum software.

As far as security flaws in Phpbb, if you are ata all aware, and patch your software like you should, it's a hell of a nice board package for free.

ALL forum software packages have security issues, and like Microsoft, PHPbb gets more exploits than others because of the sheer amount of sites running it.

More copies - better chance to find an old version to hack = pimply-faced asshat gets his jollies.

I won't say it's the best, (vbulletin gets my vote), it does have some issues, but it's not the security nightmare people think it is.
 
Back
Top