Works fine here.
102 2006-08-14 12:37
Re: mysql problem... (4 replies, posted in Programming)
you want "username='$post['username']'" (with the ' around the value). Same for password.
103 2006-08-09 18:56
Re: Warez Concern! (15 replies, posted in General discussion)
Sorry, just had to.
105 2006-08-01 21:08
Re: 93 Queries! (7 replies, posted in PunBB 1.2 troubleshooting)
Chances are the others do but just don't display their total queries.
Choices are either:
Put up with a high number of queries (probably not a good idea).
Find a good subforum mod (not sure if one exists).
Get someone who can code well to write you one.
106 2006-08-01 18:34
Re: 93 Queries! (7 replies, posted in PunBB 1.2 troubleshooting)
Dunno the problem on forum.php without looking at the source, but you really should remove that custom CSS mod (http://www.shizzled.com/viewtopic.php?pid=12718#p12718).
Edit: And the embedded SWF one.
107 2006-07-29 18:20
Re: invisionfree vs mypunbb (9 replies, posted in General discussion)
Unfortunately im going to have to say Invisionfree. I am a PunBB supporter obviously, and not a fan of invision - however Invision has a company with an income from selling Invision licenses along with hosting and management for Invision forums. They have a number of high quality servers along with payed staff to run them - whereas MyPunBB has 1 man who runs it in his free time out of his own pocket to try help people.
108 2006-07-23 14:06
Re: Every page is a blank (empty) page (11 replies, posted in PunBB 1.2 troubleshooting)
Try creating a file call it phpinfo.php, and in it add
<?php phpinfo(); ?>
Does this file work or is it blank too?
109 2006-06-27 11:19
Re: How leave GoogelBot reads forums as a member? (32 replies, posted in Feature requests)
It would be a good idea for a mod, but not an official feature.
It could also have some security issues if you were granting member access to anyone with "googlebot" in their user-agent (since user-agents are amazingly easy to spoof, and I presume there would be some reason for having your boards not accessible to guests in the first place).
110 2006-06-08 14:59
Re: where are the rest of my post ? (2 replies, posted in PunBB 1.2 troubleshooting)
posts won't show if the person that made them is missing, check the users table and see if the user id that posted the missing posts exists or not.
111 2006-06-04 18:27
Re: edit registration email login link? (2 replies, posted in PunBB 1.2 troubleshooting)
Email:
$mail_message = str_replace('<login_url>', $pun_config['o_base_url'].'/login.php', $mail_message);
Roughly line 234 of register.php
Redirect:
// Try to determine if the data in HTTP_REFERER is valid (if not, we redirect to index.php after login)
$redirect_url = (isset($_SERVER['HTTP_REFERER']) && preg_match('#^'.preg_quote($pun_config['o_base_url']).'/(.*?)\.php#i', $_SERVER['HTTP_REFERER'])) ? htmlspecialchars($_SERVER['HTTP_REFERER']) : 'index.php';
Roughly line 203 of login.php
113 2006-06-01 22:29
Re: How can I limit the amount of emoticons(smilies) that can be posted in (32 replies, posted in PunBB 1.2 troubleshooting)
Have a look at the function do_smilies() in include/parser.php.
114 2006-05-27 17:30
Re: How durable is punBB? (5 replies, posted in PunBB 1.2 discussion)
My site with 15.5k threads and 221.9k posts and it runs with no problems at all.
It mainly depends on the quality of your hosting (as Jansson mentioned).
115 2006-05-26 17:44
Re: Random 503 errors when posting (2 replies, posted in PunBB 1.2 troubleshooting)
503 errors shouldn't be anything to do with PunBB I wouldn't think, who is your host?
116 2006-05-24 17:48
Re: New messages in a topic are not available!!! (23 replies, posted in PunBB 1.2 bug reports)
I had a similar problem when i first tried using Opera, it was due to the cache being set to only update once every 5 hours.
117 2006-05-17 22:41
Re: PunBB brilliant buttons (6 replies, posted in PunBB 1.2 discussion)
That second one is nice.
118 2006-05-15 23:43
Re: How big a problem is spam (68 replies, posted in PunBB 1.2 discussion)
Reines wrote:One thing I would suggest is either adding image verification to password resetting, or make a limit so a user can only request a new password once a day. I had a problem with people auto posting a users email in the reset page, resulting in them getting mail bombed with reset requests (not good for the user, or for my server).
That would be something for 1.3 or a mod/plugin?
I think 1.3 will deal with it, until then it's easy enough to do with a mod.
119 2006-05-15 19:12
Re: Best way of getting members to join your site? (11 replies, posted in General discussion)
120 2006-05-15 12:24
Re: How big a problem is spam (68 replies, posted in PunBB 1.2 discussion)
I had a couple problems with people thinking it'd be funny to "crack" peoples usernames (brute force attack using programs such as access diver), but it was easily solved with image verification on login. This is a very rare problem though, and not specific to punbb either.
One thing I would suggest is either adding image verification to password resetting, or make a limit so a user can only request a new password once a day. I had a problem with people auto posting a users email in the reset page, resulting in them getting mail bombed with reset requests (not good for the user, or for my server).
121 2006-05-10 22:57
Re: More members (9 replies, posted in General discussion)
Work hard on getting the word out, spread the word on other sites
Be careful about how you do that. There is a fine line between promoting your site, and annoying spamming your site everywhere. If done properly it works well, however spamming everywhere will simply give your site a bad reputation.
122 2006-05-08 16:25
Re: I HAVE NO CONFIG.PHP FILE? (6 replies, posted in PunBB 1.2 troubleshooting)
Make it?
123 2006-05-08 14:55
Re: Ip not detected (7 replies, posted in PunBB 1.2 bug reports)
Sounds like instead of forwarding the connection your router acts as a proxy server and receives the data and passes it on to the user.
124 2006-05-08 14:53
Re: More members (9 replies, posted in General discussion)
Forums fail when they have no main goal. Unless there is a reason to join a specific forum, people probably won't.
If you want a general board that covers everything, you will have trouble. Generally the users you would get would be people looking to join the actual community atmosphere, rather than joining for the content (if they wanted content they would probably goto a specific forum about the subject they are after). When starting, people won't join for the community, as there is none.
I would suggest trying to specialise in something, give people a reason to use your forums instead of others.
125 2006-05-04 16:43
Re: SYI (19 replies, posted in PunBB 1.2 show off)
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.
I fixed in next release (1.1.5) uploaded for last version of PunBB
http://www.punres.org/viewtopic.php?id=1439
it was use Geshi or FSHL or phpMSH engine, open syn/config.php for more setting.
Thanks i'll take a look at that.