Don't post anything you wouldn't want your mother to see.
I presume this post is okay, since all these comics were actually published as childrens comics. However, sometimes its hard to believe.
http://www.superdickery.com/galleries.html
You are not logged in. Please login or register.
PunBB Forums → Posts by Reines
Don't post anything you wouldn't want your mother to see.
I presume this post is okay, since all these comics were actually published as childrens comics. However, sometimes its hard to believe.
http://www.superdickery.com/galleries.html
1. Copy/upload all contents of the directory upload/ into the directory where you want to run your forums.
2. Run install.php from the forum root directory (e.g. open http://mydomain/myforums/install.php in your browser). Follow the instructions.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
That is a problem with your MySQL setup, nothing to do with PunBB. However what the actual problem is, i don't know.
Smartys wrote:How old is this guy, really? 12?
Sounds about right.
Im using windows media player I got myself a new laptop and it has some handy play, stop, next track etc buttons on it, which don't appear to be configurable to work with anything else.
I think you can add aton of mods with some editing! but with out any editing it will be looking for files that just arent there!... I am lost... Are you wanting to install this on ur Punbb or Your phpbb?
I think hes after a conversion of the mod, for punbb.
If you delete them it will simply make more.
The config is saved in them, along with bans and another couple things, to save loading them from sql every time a page is loaded. Because of the cache system they are only loaded from sql when changed.
What exactly do you want to see peoples passwords?
but the download is slooooowwww.
...I got over 1.5mbps download on it..
Evidently mypunbb is having some technical difficulties.
If you want to put it on your own "server" you will need to get a copy of the database from Connorhd, and download punbb from the downloads section.
Is the time on your server actually set correctly?
fix your email to a valid one via mysql then request password reset?
If your modding stuff anyway to intergrate it can't you just modify which hash it uses manually? The only reason for a selection feature to be added would be in alot of people wanted the option, which im pretty sure is not the case.
Looks like a problem with your host if you ask me.
Whats in your .htaccess?
What skin is that your using?
The IDs are defined in common.php, but you will need to shift the ids in the groups table too.
and what about security? XSS ? SQL inj ?
Code Syntax colouring - may see source of this mod ?
As far as im aware most of the modding is pretty secure.
The syntax mod is one i found on punres (http://punres.org/desc.php?pid=48) however it has afew bugs in it (eg. if you don't supply a language it doesn't parse the code at all), so i currently don't have it installed.
Looks nice
Did you pay for advertising or something? How so many hits after just a few weeks?
Managed a drag a bunch of users from my old site over to this one (:
Moving posts, bottom left when reading it.
Delete the styles you don't want to be avaliable (in styles/ and styles/imports/ ).
Let me know if you want any help keeping it up-to-date.
<?php
define('PUN_ROOT', './');
include PUN_ROOT.'include/common.php';
/*
* Whatever shit you want before the <pun_status> goes here.
*/
if ($pun_user['is_guest'])
$tpl_temp = '<div id="brdwelcome" class="inbox">'."\n\t\t\t".'<p>'.$lang_common['Not logged in'].'</p>'."\n\t\t".'</div>';
else
{
$tpl_temp = '<div id="brdwelcome" class="inbox">'."\n\t\t\t".'<ul class="conl">'."\n\t\t\t\t".'<li>'.$lang_common['Logged in as'].' <strong>'.pun_htmlspecialchars($pun_user['username']).'</strong></li>'."\n\t\t\t\t".'<li>'.$lang_common['Last visit'].': '.format_time($pun_user['last_visit']).'</li>';
if ($pun_user['g_id'] < PUN_GUEST)
{
$result_header = $db->query('SELECT COUNT(id) FROM '.$db->prefix.'reports WHERE zapped IS NULL') or error('Unable to fetch reports info', __FILE__, __LINE__, $db->error());
if ($db->result($result_header))
$tpl_temp .= "\n\t\t\t\t".'<li class="reportlink"><strong><a href="admin_reports.php">There are new reports</a></strong></li>';
if ($pun_config['o_maintenance'] == '1')
$tpl_temp .= "\n\t\t\t\t".'<li class="maintenancelink"><strong><a href="admin_options.php#maintenance">Maintenance mode is enabled!</a></strong></li>';
}
$tpl_temp .= "\n\t\t\t".'</ul>'."\n\t\t\t".'<div class="clearer"></div>'."\n\t\t".'</div>';
}
echo $tpl_temp;
/*
* Whatever shit you want after the <pun_status> goes here.
*/
$db->close();
?>
PunBB Forums → Posts by Reines
Powered by PunBB, supported by Informer Technologies, Inc.