This looks very nice!
However, there's a large space between the sidebar and the content on Fx 2.x on Ubuntu Linux 7.04.
You are not logged in. Please login or register.
PunBB Forums → Posts by pogenwurst
This looks very nice!
However, there's a large space between the sidebar and the content on Fx 2.x on Ubuntu Linux 7.04.
Um, what question(s) of yours haven't been answered?
That appears to be an un-modified version of the extern.php it doesn't do me any good. It half way does what I want, it just doesn't show post body content in the feed, it does however show only threads and not replies. If anyone knows how to mod it to do so I would be grateful.
Try this?
Get this rss.php file, look towards the end where mods were made by Daniel:
Well, I'd first try what I just posted, then check to see how things are going in a few hours.
Try elbekko's custom register timeout mod.
I'm not sure, I got them from http://www.useragentstring.com/
I was originally going to use the list from my "Bot Hide" mod (it's on Punres) but I decided it was too out-of-date and found the aforementioned site on Google. If you want to be extra paranoid you can add the list from that mod.
If you want you can do a Google search to verify these UA strings and/or find additional ones.
It'd be helpful to at least temporarily use a PHP-based statistics package on your forum so you can find out exactly what bots are visiting (and their user agent strings), but it might not be worth the hassle or the slowdown.
Cool, I like your color choice!
I saw X mentioned on Sitepoint some time ago.
/*
Quick 'n Dirty solution to keep (most) bots off the online list
Place somewhere around the top of include/common.php
Add user agent strings to $spiders as needed
*/
$spiders = array
(
// Google
'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',
'Googlebot/2.1 (+http://www.googlebot.com/bot.html)',
'Googlebot/2.1 (+http://www.google.com/bot.html)',
'Googlebot-Image/1.0',
// Gigabot
'Gigabot/2.0/gigablast.com/spider.html',
'Gigabot/2.0 (http://www.gigablast.com/spider.html)',
'Gigabot/2.0',
'Gigabot/1.0',
// MSN
'msnbot/1.0 (+http://search.msn.com/msnbot.htm)',
'msnbot/0.9 (+http://search.msn.com/msnbot.htm)',
'msnbot/0.11 ( http://search.msn.com/msnbot.htm)',
'MSNBOT/0.1 (http://search.msn.com/msnbot.htm)',
// Yahoo
'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',
);
if(in_array($_SERVER['HTTP_USER_AGENT'], $spiders))
define('PUN_QUIET_VISIT', 1);
Old thread..But how come there are no ads anymore?
On this board? They didn't yield enough revenue to be worth the eyesore they added, so Rickard removed them.
Have you tried the Firebug extension? I barely know any Javascript, but Firebug has gotten me out of a few tight corners nevertheless.
Yes, you may use the image verification mod instead.
Well if you have chat/file.php and forum/include/common.php, you'd use ../forum/include/common.php.
It depends upon your hardware and your host. If you're on shared hosting then it's likely that your host has placed a limit on the number of simultaneous connections you may have.
I spoke with this user and he decided to go with vBulletin instead, so there's no need to reply.
Sooooooo
All your questions have been answered, haven't they?
You might also want to take a look at Paint.NET. It's free, it's powerful, and it has a low learning curve. It's one of the few things I miss about Windows.
Will the new page template serve your purposes?
Yes, just set the image to have a transparent background in whatever image editor you use.
Now I don't see any text at all.
I see almost the entire word "Wings" in the header and then "OpenWings" what seems like about 500 pixels to the right.
5. the the languages and styles plugin on the downloads page
error());
needs to be changed in both cases to
error();
What do you mean ?
PunBB 1.2.15 includes actual changes to the database aside from just the version number so you ought to run the upgrade script.
PunBB Forums → Posts by pogenwurst
Powered by PunBB, supported by Informer Technologies, Inc.