Did you try what i suggested, and you still cannot post?

If you dont have Phpmyadmin, I think I might be able to write a short script

If this isnt PunBB, Ill be damned. This just goes to show how big it is getting smile

http://nntime.com/proxy/info/index.php

The problem is that somehow the last post you have made is in the past.

Go into phpmyadmin, and edit your user. Find the feild 'last_post' and replace that with a 0.

This will hopefully solve your problem..

Alot of web hosters dont give you any SMTP information wink

80

(11 replies, posted in Programming)

<meta http-equiv="refresh" content="10" URL="viewtopic.php?id=<?php echo $cur_topic['topic_id']; ?>#bottom" />

Does this work?

That would suck if I had to start using a SMTP.
I always just use the mail function, and dont know how to do much else...

Anyway, I have had this problem before, normally with free web hosters. Its probably just the mail servers arent sending out the emails that it should

82

(8 replies, posted in Programming)

Post all of your pages on your forum, then somehow modify it so that if its a post that is also a static file, it will redirect?

Just an idea, not sure if its possible

83

(13 replies, posted in General discussion)

slashdot wrote:

F-R-to-tha-izzom tha you-must-give-up-yo-milka dept.
jmf writes "The BBC is doggy stylin' a story `bout French rappa Milka Budumir, who has bizzle ordered by a judge ta gizzle up milka.fr ta Krizzay Foods. You can read her side of tha story (in French) at her site which also points ta Kraft's side of tha story n' shit. Kriznaft makes very good chocolizzles but they seem ta be colour-blind: claim'n tizzy this website 's colour is similar ta this one's ."

HAHAHAHAHA!

84

(6 replies, posted in General discussion)

http://web.archive.org/web/200307080300 … rg/forums/

1.0 big_smile

Open up your FTP client and open cache/cache_ranks.php
It should look something like this, but with different names/post numbers

<?php

define('PUN_RANKS_LOADED', 1);

$pun_ranks = array (
  0 => 
  array (
    'id' => '4',
    'rank' => 'Frosted Mini Wheats',
    'min_posts' => '10',
  ),
  1 => 
  array (
    'id' => '3',
    'rank' => 'Grape Nuts',
    'min_posts' => '0',
  ),
  2 => 
  array (
    'id' => '5',
    'rank' => 'Cheerios',
    'min_posts' => '25',
  ),
  3 => 
  array (
    'id' => '6',
    'rank' => 'Frosted Flakes',
    'min_posts' => '50',
  ),
  4 => 
  array (
    'id' => '7',
    'rank' => 'Count Chocula',
    'min_posts' => '100',
  ),
  5 => 
  array (
    'id' => '8',
    'rank' => 'Count Chocula',
    'min_posts' => '250',
  ),
  6 => 
  array (
    'id' => '9',
    'rank' => 'Fruity Pebbles',
    'min_posts' => '500',
  ),
  7 => 
  array (
    'id' => '10',
    'rank' => 'Cookie Crisp',
    'min_posts' => '1000',
  ),
);

?>

If it doesnt, delete the file.

Bassguy wrote:
Connorhd wrote:

Gizzmo please feel free to come to the punbb irc chat room (#punbb @ irc.quakenet.org) any time, theres quite a few people there who can help you fix bugs and hopefully get things done faster smile

Incase any of you guys don't have a good IRC client, you can use PJIRC (a java based client) on my site. You can reach it here.

Offtopic: How did you get DNS working for a .tk domain yikes

Why would you not want to update anyway? Is there any reason?

88

(54 replies, posted in PunBB 1.2 show off)

Gary13579 wrote:

So, i read this whole topic.

1) This style is AWESOME! Great job.
2) Did you, or did you not get it working without the scrolling?

Im gonna try it, none the less

Nevermind, I got it working like I wanted it to big_smile

89

(54 replies, posted in PunBB 1.2 show off)

So, i read this whole topic.

1) This style is AWESOME! Great job.
2) Did you, or did you not get it working without the scrolling?

Im gonna try it, none the less

90

(2 replies, posted in PunBB 1.2 troubleshooting)

secmast wrote:

I've installed PunBB on a local server and it just works fine, from inside and from outside world. But if I wan to acces through a proxy (port 8080) the access is not allowed by the apache server. (you don't have permission to access /agora/ on this server.)

I know this is not a apache server problem as I have a blog installed on this server and this one can be accessed through the proxy.

Any idea ?

Alot of proxies will block forums, for some odd reason. They also block many other sites.
Try a different proxy, I would use any high-anonymous proxy.

Edit: My space bar sticks, alot...

91

(34 replies, posted in News)

He meant if someone bought that account, and the comapny then went bankrupt.

92

(4 replies, posted in PunBB 1.2 troubleshooting)

I dont see anything wrong there hmm

If you mean the 'Pages: 1       Index >> Troubleshooting         Post new topic' being there twice, thats normal.

93

(34 replies, posted in News)

Darn, I couldnt get my Adsense check fast enough to buy one sad

I dont really like TXD, but if I dont have to pay monthly, I would love it. Even if it is $400

Perfect timing, im upgrading to 1.2.2 right now smile

95

(2 replies, posted in Programming)

Open them? Like through the web browser?
I'm sure you can't do this, as it would really be a security risk..

96

(37 replies, posted in News)

You probably dont want to do that.

Follow the directions from the installer for header.php.

If you dont you wont see the 'There are new messages' link.

Yes, it just went down for a while.

Instead of the number being 61, it was 2 this time..

Just trying to help smile

This has happened twice to me withen the last 5 minutes on this forum.

I said something about it in the chat, but no one seems to care about the chat.

Error: Unable to connect to MySQL server. MySQL reported: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61).

img: http://gary13579.info/img/error.png

99

(1 replies, posted in General discussion)

Opps, broken link.

Fixed

I didnt downlaod it yet, but I noticed some things wrong from yours.

You need to set a title for the file. add this before you include the header.php file.

$page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / Uploader';

Also undeclared varibles, and the HTML isnt lining up.

I can help when I get the time, which I dont have right now.