If you don't have a login system already, then just use PunBB's as outlined in the integration instructions in PunBB's documentation.
251 2007-04-02 22:25
Re: Combine PunBB login and registration with the main site (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
252 2007-04-02 22:17
Re: changing password (3 replies, posted in PunBB 1.2 troubleshooting)
You're producing the cookie incorrectly. From checkcookie():
if (!isset($pun_user['id']) || md5($cookie_seed.$pun_user['password']) !== $cookie['password_hash'])
253 2007-04-02 22:09
Re: Integration with current site: How to autocreate user in punBB's db? (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just add a proper entry to the users table, using pun_hash() to hash the password.
254 2007-04-02 22:07
Re: page access to a cirtin group (3 replies, posted in PunBB 1.2 troubleshooting)
if($pun_user['g_id'] != 2)
message($lang_common['No permission']);
255 2007-04-02 22:03
Re: BIG BIG MYSQL Problem .. i import DB but it didnt Correctly .. I LOST, (19 replies, posted in PunBB 1.2 troubleshooting)
ok i will ask them but where they save that backups
If they have them, then they'll be able to tell you where to get them.
256 2007-04-02 21:54
Re: Important thing to avoid Spam (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The issue with using a META tag to redirect is that the main targets of anti-spam tools are bots, and bots don't have to -- and probably won't -- obey the META tag.
Requiring Javascript for registration is an accessibility issue anyway, so the best solution is simply to restrict yourself to anti-spam tools that don't use it.
257 2007-04-02 00:38
Re: Ventrilo Users Online? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
pogenwurst wrote:This might work, I just found it in a search: http://www.serverspy.net/site/monitor/ventrilo.html
"Only Exclusive Subscribers are able to include the Ventrilo Monitor on their site.
So click here to upgrade!"
Ah, in my cursory look in the site I missed that. Oh well
258 2007-04-01 22:06
Re: Site got exploited (4 replies, posted in PunBB 1.2 troubleshooting)
By the looks of it you're on shared hosting, so another user of your host may have somehow broken past some security. You should probably ask your host about it, and see if you can get your hands on server logs for your account to get a better idea of what happened.
259 2007-04-01 21:59
Re: Ventrilo Users Online? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
This might work, I just found it in a search: http://www.serverspy.net/site/monitor/ventrilo.html
260 2007-04-01 15:20
Re: PunBB Not installing. (7 replies, posted in PunBB 1.2 discussion)
Can you post the contents of your config.php (with sensitive information taken out)?
261 2007-04-01 15:19
Re: Remove reply and counter (4 replies, posted in PunBB 1.2 troubleshooting)
262 2007-04-01 14:09
Re: QUERIES (39 replies, posted in PunBB 1.2 troubleshooting)
Well, to help you we'll need either your index.php, a list of the queries that are run (display of queries is toggled in common.php - be careful not to leave it set on a live site once you get the list, however), or both.
263 2007-04-01 14:06
Re: Remove reply and counter (4 replies, posted in PunBB 1.2 troubleshooting)
That's how the post counter is intended to work. It counts how many posts a user has made, not how many post of his or hers are currently on the forum.
If you want to sync post counts with posts currently in the forum, however, you can use Connorhd's forum cleanup plugin periodically.
264 2007-04-01 02:28
Re: YouTube Video BBCode (32 replies, posted in PunBB 1.2 modifications, plugins and integrations)
That's... odd.
Can you paste the relevant lines from you parser.php here?
265 2007-04-01 02:18
Re: Integration with java (punbb_setcookie) (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The cookie seed is in config.php.
266 2007-03-25 00:53
Re: Guest posting disabled (9 replies, posted in Test forum)
I'm surprised no body has made a shot at a spam extension yet... guess it's a complex thing to do.
There's already an Akismet mod as well as several other anti-spam mods.
267 2007-03-25 00:52
Re: YouTube Video BBCode (32 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i installed the youtube one first and it works fine, but google is right under it on the next line and does not work?
I'll need more information about your problem and how it occurred if you need me to help you.
268 2007-03-25 00:52
Re: Can I do php in the announcement? (5 replies, posted in PunBB 1.2 troubleshooting)
Mediator has already done all the work for you: http://www.punres.org/desc.php?pid=57
Well, almost all of the work. If you don't want the regular announcement box to be shown to guests, you'll have to edit header.php to check if a user is logged in or not (try using $pun_user['is_guest']).
269 2007-03-23 21:25
Re: How to convert vbulletin3.6.2 to punBB (4 replies, posted in PunBB 1.2 discussion)
I think the current converter works fine with VB 3.6
Oh yeah, you're right:
Just converted 2 days ago from vb3.6 to punbb on http://www.istoritve.com without any problems at all with converter. I had subforums and lots of mods on vb but default converter was just fine !
270 2007-03-23 20:23
Re: How to convert vbulletin3.6.2 to punBB (4 replies, posted in PunBB 1.2 discussion)
You may be able to find a converter to other forum software (such as phpBB) that you may use and then convert the result to PunBB.
271 2007-03-14 20:50
Re: Issue with "Last Post" (3 replies, posted in PunBB 1.2 troubleshooting)
I think you can stand to wait an hour and a half before you bump...
Anyway, I'm unsure of the source of your problem but the following CSS ought to patch it up:
#punforum TD.tcr SPAN.byuser {DISPLAY: block}
272 2007-03-14 20:45
Re: Installation problem (2 replies, posted in PunBB 1.2 troubleshooting)
You need to change the permission of the cache folder to 777. Your FTP program probably has some way to do this (I know Filezilla does - right click and choose "File Attributes").
273 2007-03-14 20:42
Re: Changing 'Welcome' title PunBB Portal!!!! (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
There ought to be a $page_title variable in there that you can change.
274 2007-03-14 20:39
Re: most used words in topics? (9 replies, posted in Programming)
I don't know what's wrong with Jansson's query, if anything, but you might try Rickard's query for the same purpose.
275 2007-03-14 20:33
Re: Time change isnt showing on posts (20 replies, posted in PunBB 1.2 troubleshooting)
Fine Smartys, "there are some possible advantages to it".