@Reines: yeah, I have to disable "confirm_referrer('register.php');". My friend can not registre because of this line.
52 2005-08-24 15:06
Re: Hacked by Altan (101 replies, posted in PunBB 1.2 discussion)
2. Find, line 93:
else if (isset($_POST['form_sent'])) {
Are you sure that's line 93 ? Just checked original source of 1.2.6 and I think this is the line 80
It's not so important for you but it's very important for me where the code was customized so much. I have to locate the line in original source and compare to my code after that .
Thank you,
53 2005-08-23 18:24
Re: Hacked by Altan (101 replies, posted in PunBB 1.2 discussion)
Is it possible to ban an IP address instead of an already-registered username? I'd like to get proactive about this...
Yes, just leave username blank.
54 2005-08-23 08:19
Re: TheMuzik (4 replies, posted in PunBB 1.2 show off)
yeah, it's nice but there is no special stuff & there are too much Google's ads.
55 2005-08-22 05:03
Topic: BBCode [IMG] [/IMG ] Tag Vulnerability (21 replies, posted in PunBB 1.2 discussion)
See this message: http://lists.grok.org.uk/pipermail/full … 36348.html
Question: Is there any vulnerability in PunBB's BBcode ?
56 2005-08-21 13:46
Re: SQL query question (2 replies, posted in PunBB 1.2 discussion)
Thank you. I'll try it now.
57 2005-08-20 21:43
Topic: SQL query question (2 replies, posted in PunBB 1.2 discussion)
Hi,
I'm trying to make some statistics of our forum. For example : top10 of poster in current week.
This is the code SQL I have tried:
$num = 10;
$condition = 'WHERE WEEK(FROM_UNIXTIME(posted,"%Y-%m-%d"),3)=WEEK(CURDATE(),3)';
$result = $db->query('SELECT poster,count(*) AS numpost FROM '.$db->prefix.
$type.' '.$condition.' GROUP BY poster ORDER BY numpost DESC LIMIT '.$num)
or error('Unable to get info',__FILE__, __LINE__, $db->error());
But results is not correct
I'm newbie in SQL. So I would like to hear your comments.
TIA.
58 2005-08-16 17:16
Re: mailinglist? (4 replies, posted in PunBB 1.2 discussion)
You could setup a list at http://groups.google.com within 2'
59 2005-08-08 19:58
Topic: punres.org died ? (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
When I try http://www.punres.org I see the error:
Unable to fetch guest information. The table 'users' must contain an entry with id = 1 that represents anonymous users.
?
60 2005-07-22 17:45
Re: PHP Tag (13 replies, posted in Feature requests)
I'm trying use these functions. It seems ok. But I have problem with < and >: there are not displayed in the code.
Any fix ?
Thanks,
61 2005-06-21 18:07
Re: No reply for old topics (2 replies, posted in PunBB 1.2 discussion)
Thank you
62 2005-06-21 15:32
Topic: No reply for old topics (2 replies, posted in PunBB 1.2 discussion)
Hi, I would like to disable reply for all topics which are older than some time (for example older than 30 days).
How to do that in the way as simple as possible please.
Thank you,
63 2005-04-14 20:26
Re: Help me with installing PunBB, please? (5 replies, posted in PunBB 1.2 troubleshooting)
try:
$ cd /path/to/punbb
$ chmod 0777 cache
64 2005-04-11 18:02
Re: The BBCode syntax in the message is incorrect. Missing end tag (5 replies, posted in PunBB 1.2 troubleshooting)
Thank you, it's fixed now
The search function of this forum gives me nothing with searching key "BBCode error"
65 2005-04-11 17:34
Re: The BBCode syntax in the message is incorrect. Missing end tag (5 replies, posted in PunBB 1.2 troubleshooting)
In parser.php I tried to add a debug code like:
if ($tmp === false || ($tmp2 !== false && $tmp2 < $tmp))
{
$error = $lang_common['BBCode error'].' '.$lang_common['BBCode error 2'];
$error .= "<p><hr><pre>$text</pre><hr>";
return;
}
else
$text = substr($text, $tmp+7);
$cur_index += $tmp+7;
}
So you can see the image:
The string $text has opening and closing tag CODE, but punbb shows always error
66 2005-04-11 17:12
Topic: The BBCode syntax in the message is incorrect. Missing end tag (5 replies, posted in PunBB 1.2 troubleshooting)
Hi,
I'm using 1.2.5. When I post a code which was between code and /code but punBB shows me always the following error message:
The BBCode syntax in the message is incorrect. Missing end tag for code.
For old messages, which contain already the code, the display is correct.
Any ideas for help ?
Thanks
PS: Sorry, I can't produce [ and ] on my post above
67 2005-03-27 23:07
Topic: 1.2 to 1.2.4 : manual update, possible ? (2 replies, posted in PunBB 1.2 discussion)
Hi,
I have a running 1.2 forum with a lot of customized stuffs. So I think I can't apply the patch for upgrading to 1.2.4, right ?
Is there any way to do this manually ?
Thanks
68 2005-03-24 20:06
Topic: New forum not found (1 replies, posted in PunBB 1.2 troubleshooting)
Hi,
I'm running 1.2 with some security patches.
Just create a new forum. In menu "Admin menu" -> "Forums" I see my new forum there, but in pricipal page the new forum was not displayed
Any idea for help ?
Thanks,
69 2005-02-09 15:26
Re: My PunBB Forum (4 replies, posted in PunBB 1.2 show off)
Color in viewtopic.php is not in your theme
70 2005-02-03 20:14
Re: The biggest PunBB? (142 replies, posted in PunBB 1.2 discussion)
Rows : 4816
DB size: 2.7 MB
URL: in signature
71 2005-01-22 07:24
Re: groningen-info.de (5 replies, posted in PunBB 1.2 show off)
yes, very nice !
72 2005-01-21 19:20
Re: quick post (9 replies, posted in PunBB 1.2 troubleshooting)
That does not happen to me. Anyone else?
No err for me when I enable Quick Post option.
74 2005-01-20 21:38
Re: quick post (9 replies, posted in PunBB 1.2 troubleshooting)
Hi,
Though quick post is on 'no' in admin/options I still have the quick post form at the bottom of topics.
Any idea?
Ludo,
I have the same bug!
75 2005-01-19 15:02
Re: Liste de sites francophones utilisant PunBB (31 replies, posted in Archive)
Je commence donc par proposer le mien (installé hier) :
http://www.prix-litteraires.fr/forum/index.php qui est le forum de Prix-litteraires.net
Encore 1.1.5 ?