Mk, makes sense I suppose I just find it really odd.
2 2007-06-27 17:51
Re: Powerful antispam in punbb1.3 (18 replies, posted in Feature requests)
kairi wrote:Rich Pedley wrote:Accessibility reasons for one, though personally I hate that technique because some of the questions people have come up with aren't as obvious as they should have been. (for instance the lemon question - a blind user might not know the answer...)
A blind man shouldn't be trying to access a forum anyhow?
Why ? blind peoples are allowed to browse Internet as far as I know, there is no law forbidding them to read forums.
And they are supposed to read the forums how?
3 2007-06-27 17:44
Re: Powerful antispam in punbb1.3 (18 replies, posted in Feature requests)
Laburno wrote:Why simply don't add, in the registration page, a question (choosed by the administrator in acp) that only a human can answer?
Dunno, something like "What's the color of the lemon?" and stuff like thatAccessibility reasons for one, though personally I hate that technique because some of the questions people have come up with aren't as obvious as they should have been. (for instance the lemon question - a blind user might not know the answer...)
A blind man shouldn't be trying to access a forum anyhow?
4 2007-02-07 22:00
Re: Username Changes (3 replies, posted in PunBB 1.2 troubleshooting)
That feature is limited to admins only.
5 2007-02-07 02:25
Re: Userlist Set up (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
yeah maybe an avatar field and perhaps a "show all posts" next to number of posts? eg/) 6 - show all posts by this user or whatever idk seems fine 2 me as it is really.
6 2007-01-15 02:28
Re: Weird Redirect to Anti-Virus Site.. (7 replies, posted in PunBB 1.2 troubleshooting)
Did everybody on your site get the redirect or just you? It might be spyware/adware on your computer.
Everyone did + I scanned comp - no viruses/spyware found. And the problem resolved itself somehow so no worries
7 2007-01-15 01:17
Re: Weird Redirect to Anti-Virus Site.. (7 replies, posted in PunBB 1.2 troubleshooting)
Yeah it just fixed itself apparently...idk how though :S
8 2007-01-15 01:14
Re: Weird Redirect to Anti-Virus Site.. (7 replies, posted in PunBB 1.2 troubleshooting)
It just fixed itself lol wth?
9 2007-01-15 01:09
Topic: Weird Redirect to Anti-Virus Site.. (7 replies, posted in PunBB 1.2 troubleshooting)
Everytime anyone visits my forum it redirects them to an anti-adaware site (which im assuming is adaware itself). It was working fine earlier and as far as I can tell there are no changes to the cpanel at all, in fact the last ip on it was mine but then again I'm no expertise on hacking
BTW my site is http://www.DeathTrain.co.uk/
10 2007-01-11 20:52
Re: Problem with adjusting the thread topic (4 replies, posted in PunBB 1.2 troubleshooting)
Hey first off i'd like to thank all the coders that made such a great forum possible!
As the topic says" I got some problems with the thread topics.. I might have accidentally changed some coding.
Here goes a preview of the topics:
http://img148.imageshack.us/img148/6528/issueyf6.jpg
As you can see the text has jumped up and is currently at the very top of the "box", I want the text to be centered again.
/André
Try resizing your images?
11 2007-01-11 02:51
Re: "Select all"... (4 replies, posted in Feature requests)
A "select all" option would be nice for moderate.php as well
12 2007-01-08 22:31
Re: PunPortal 2.0 Integration (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
It's an additional page...rename your current index.php to forum.php and then upload all of the files included/edit.
13 2007-01-08 22:29
Re: Mods and upgrading: planning ahead (2 replies, posted in PunBB 1.2 discussion)
Go ahead and install them. Any mods that will be updated in the future will include a README -UPGRADE file telling you what to edit to upgrade from pervious version. And affected files are the files edited by hand for that particular mod.
14 2007-01-04 20:50
Re: Should I Stick With PunBB for my next project or Switch To vBulletin? (12 replies, posted in PunBB 1.2 discussion)
I think you should go for SMF. Don't get me wrong, punbb is by far my favorite forum software and i recently start to contribute with modules. But there is an issue on modules usage that i faced in the past and it's damn anoying.
If you have like 5 or 6 modules, when you update you will have to do the hard work over and over again... and some modules require going on the line 304985 of the file whatever.php and replace "xpto" by "sputnik".
If you need more bells and whistles i strongly recomend you SMF. The base core of features ( too many for my taste ) should do it. So you can easly update without any trouble.Personaly, the thing i like with punbb is the right amount of features.... not too simplistic and not to barroc. If your comunity is not i dont think you should force it on it.
Although SMF is a good forum, there are way too many files and if I remember correct LumbyTrain (LT) was hacked and was on an SMF board.
15 2007-01-04 02:12
Re: title in top of browser (5 replies, posted in PunBB 1.2 troubleshooting)
Something along these lines:
<title><?php echo $page_title ?> - "Your text here"</title>
If you are to add to your original title*
16 2007-01-04 02:10
Re: Dark Gaming (4 replies, posted in PunBB 1.2 show off)
Mind if I ask, but I have seen that arcade setup once or twice before. Which Arcade mod is that? I could never figure that out.
It's on a german site in someone's sig either on here or over at punres, I 4get who tho
found it: http://www.berger-feld.de/index.php
18 2006-10-09 20:21
Re: Problem! (4 replies, posted in PunBB 1.2 troubleshooting)
Well I believe it is my cpanels issue/my hosts because I edited the exact same thing into the original functions file straight from the punbb dl and uploaded it and it works fine so yeah ill talk to my host about it.
19 2006-10-09 18:14
Re: Problem! (4 replies, posted in PunBB 1.2 troubleshooting)
Parse error: parse error, unexpected T_STRING, expecting '&' or T_VARIABLE or T_CONST in /home/wwwdeat/public_html/include/functions.php on line 136
//
// Set a cookie, PunBB style!
//
function pun_setcookie($user_id, $password_hash, $expire)
{
global $cookie_name, $cookie_path, $cookie_domain, $cookie_secure, $cookie_seed;// Enable sending of a P3P header by removing // from the following line (try this if login is failing in IE6)
// @header('P3P: CP="CUR ADM"');
and I have one for register file as well if I leabe functions alone and just add image verification:
Parse error: parse error, unexpected '=' in /home/wwwdeat/public_html/register.php on line 89
else if (isset($_POST['form_sent']))
{
$username = pun_trim($_POST['req_username']);
$email1 = strtolower(trim($_POST['req_email1']));if ($pun_config['o_regs_verify'] == '1')
{
$email2 = strtolower(trim($_POST['req_email2']));t3hadm1n1 = random_pass(8);
$password2 = $password1;
20 2006-10-09 18:09
Re: Problem! (4 replies, posted in PunBB 1.2 troubleshooting)
I'll post the error in a second.
21 2006-10-09 18:06
Topic: Problem! (4 replies, posted in PunBB 1.2 troubleshooting)
Ok well, to start off I installed the wiki portal and all was file til I went to install online block and I got a weird error so I thought ok I just wont use portal but I removed it/copied my previous file back and i still got the error and had to totally reupload the functions file and eventually the entire public_html folder. I ended up installing a fresh version pf punbb (1.2.12 and 1.2.13 on different occasions) and still could not edit anything without it messing up.
I looked and it is replacing $password1 to my cpanel password and I cannot fix it, any suggestions?