Well, it seems right. Do you get an error message?
326 2004-07-12 08:29
Re: PunPostPreview (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
327 2004-07-12 07:59
Re: PunPostPreview (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Would somebody, please, help me with the last step in the installation, because I won't make it myself...
Sure. I've uploaded my "work-copy" of the file, it should work fine.
Download it here.
328 2004-07-10 12:09
Re: Forums options (6 replies, posted in Feature requests)
You do the opposite thing all the time: select all forums that's not admmod only.
329 2004-07-08 19:37
Re: "PunBBig" - PunBB boards stats! (38 replies, posted in PunBB 1.2 discussion)
I dunno if anybody else has this problem, but on my comp the text at the bottom of the page is all scrunched up. http://www.nxor.org:8001/res/images/messed.png
Otherwise cool!
I know, I have a problem with the CSS (for people running Firefox). I should have looked at it earlier, but not got the time to do it.
330 2004-07-05 23:10
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Edit: Nevermind... I ran install_mod again and it finnally worked. Thanks for your help. ^_^
Great! I suspected that it should solve it :)
331 2004-07-05 23:05
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'm sorry, how do I do that?
Follow the instructions in ./include/common.php. There's instructions there how to do it.
332 2004-07-05 23:00
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
What's the error-message if you enable debug-mode?
333 2004-07-05 22:00
Re: error plz help.... (8 replies, posted in PunBB 1.2 troubleshooting)
what to do?
You do it right. Just copy the information from config.php, and don't change anything!
334 2004-07-05 21:48
Re: error plz help.... (8 replies, posted in PunBB 1.2 troubleshooting)
There's still some spaces in the config-file. remove everything before <?php and efter ?>.
335 2004-07-05 21:35
Re: error plz help.... (8 replies, posted in PunBB 1.2 troubleshooting)
Remove the html-code, so it looks like this (without "Code:")
<?php
$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'cool124';
$db_username = 'cool124';
$db_password = 'xxxxxxxx';
$db_prefix = '';
$p_connect = false;
$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$language = 'en';
define('PUN', 1);
?>
336 2004-07-05 20:54
Re: "PunBBig" - PunBB boards stats! (38 replies, posted in PunBB 1.2 discussion)
Hmm.. I think the colors are a little too light. The tables are difficult to see on my TFT screen.
Easy solution: Give the monitor to ME! ;)
oh man! :D
my board is there :), ranked 7.. thats awsome man :D
i got alittle confused when it said that my board was already there :)
You're also number #1 on the "most new posts per day"-list, currently at 560.6 posts :)
337 2004-07-05 20:27
Re: help plz... (22 replies, posted in PunBB 1.2 troubleshooting)
What part of: "YOU HAVE TO CREATE IT YOURSELF" do you not understand?
Follow the instructions you are given in install.php and it'll work fine.
338 2004-07-05 20:20
Re: help plz... (22 replies, posted in PunBB 1.2 troubleshooting)
You have to create it yourself...
339 2004-07-05 19:03
Re: help plz... (22 replies, posted in PunBB 1.2 troubleshooting)
Why capital letters? That's why you can't find any files. When you're being redirected, the server cant find the files.
340 2004-07-05 18:52
Re: help plz... (22 replies, posted in PunBB 1.2 troubleshooting)
kool124: Stick to one topic.
Look at the permissions for your folders. This page now seems to have wrong permissions. Which program do you use to upload the files?
341 2004-07-05 18:40
Re: help plz... (22 replies, posted in PunBB 1.2 troubleshooting)
No, it does not.
You seem to have problems uploading the files, it's not PunBB's fault.
342 2004-07-05 09:59
Re: Comments welcome on 'MyWebMaker' (25 replies, posted in Programming)
The subject of protecting email addresses from spam harvesting has been discussed here, so I thought someone might want to comment on the method I've implemented:
Well, I could still write a script that searches through all this pages and fetch the email from there (Or, by "search expression", do you mean harvest the addresses using google or something?)
343 2004-07-05 08:36
Re: Just found PunBB and love it! (4 replies, posted in General discussion)
Hello. Nice you like it! :)
More PunBB to the people :D
344 2004-07-05 08:20
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Trying again to install this mod... running install_mod, I get:
Unable to insert into table config. Please check your configuration and try again. Go back.
What did I do wrong?
Have you tried install it before? There might be info left in the database then. You could try continue the install (edit all the files) and see if it works (the config is easy to change afterwords if that's the only problem).
345 2004-07-04 22:41
Re: help plz... (22 replies, posted in PunBB 1.2 troubleshooting)
this is installation form
...
when i enter this information my site states file does not exist.......
i dont know why its happning...
You still don't tell me which file it is... Do you see a textarea with you config-file info before the 404 (file not found)?
Edit: I looked at http://freepgs.com/kool-infotech/ seems that it's no files there at all now...
346 2004-07-04 22:30
Re: help plz... (22 replies, posted in PunBB 1.2 troubleshooting)
Which files is it that it can't find?
347 2004-07-04 21:28
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I found a little bug while sending a message to someone.
In the Subject message box anything inside < : > will be removed from the subject title when submitted.
Example: If I enter "<Test> Message" as the subject line, the person recieving the message will recieve " Message".
So it's possible to remove the subject line from sent messages.
True. I'll fix
it right away, thanks!
Fix:
Find in message_list.php (line ~285):
$subject = '<a href="message_list.php?id='.$cur_mess['id'].'&p='.$_GET['p'].'&box='.(int)$_GET['box'].'">'.$cur_mess['subject'].'</a>';
Replace with:
$subject = '<a href="message_list.php?id='.$cur_mess['id'].'&p='.$_GET['p'].'&box='.(int)$_GET['box'].'">'.pun_htmlspecialchars($cur_mess['subject']).'</a>';
348 2004-07-04 16:12
Re: "PunBBig" - PunBB boards stats! (38 replies, posted in PunBB 1.2 discussion)
Very very cool.
BTW: did you mean "my last project" as in there will never by another one, or did you mean "my latest project".
Ooops! Latest of course! Does projects never end? :)
349 2004-07-04 15:55
Re: Converter: PhpBB2 -> PunBB1.1 v2.0b3 (86 replies, posted in PunBB 1.2 modifications, plugins and integrations)
One problem : Names
"ok no code tags then .... also a bug I think, gone report this."
The first is the name, the second is what ends up in the db after the conversion. People are unable to login with there accounts so I needed to edit there name as a admin befor they could login.
Solution : don't convert symboles in names to html ;)
thx for the script I would have hated to lose all posts and members account's
Edit : Took out the code tags
What happens is that names that have symbols in them are changed to the html code for the symbol. things like !, $, ....
Which version do you use? There should be no problem in 2.0 as I use addslashes and not htmlspecialchars.
350 2004-07-04 14:54
Re: "PunBBig" - PunBB boards stats! (38 replies, posted in PunBB 1.2 discussion)
Releasing it public now! See it as a beta or somerhing; there's probably some more stuff left to do, and much other things that you want me to do :)
I'm still working on my own stats-parser, but it's should be almost done. If you want to, download it from the "Add board" page and tell me you're using it in the forums.
The url is: punbbig.shacknet.nu