101

(6 replies, posted in General discussion)

I don't know if this has come up before, but if any of you have something like AWStats, I thought it would be interesting if we share the number of different countries that you get hits from.

It can get pretty interesting sometimes. For example, here's a small portion of the countries that have been to my Web site just this month:

Network / 89832 hits
Commercial / 2759 hits
Unknown / 2548 hits
Germany / 398 hits
Sweden / 532 hits
Belgium / 298 hits
United Kingdom / 292 hits (I think you've got the idea of what this number means by now. smile )
Canada / 296
France / 243
...
Russian Federation / 76
Peru / 53
USA Educational / 38
Norway / 46
Finland / 60
Hungary / 34
Italy / 58
Greece / 67
...

There must have been like 50 or so countries. (And, yes, I know that Commercial is not technically a country. smile The list was countries / TLDs.)

No, it is possible. You have several options.

1.  Use an <iframe>. Security settings and compatibility issues make this idea not the best one.
2.  Make a header.php and footer.php for your other pages, and include them with <pun_include "Name of file relative to PunBB root path">. Or include existing ones
3.  Think up another solution not listed here.

103

(33 replies, posted in Programming)

Whatever. smile I'm just saying....

104

(33 replies, posted in Programming)

Firewalls aren't fool-proof.

105

(33 replies, posted in Programming)

Correction: Windows® Firewall does not block outbound transmissions. (Source)

106

(33 replies, posted in Programming)

A *real* firewall blocks both, the WinXP SP2 Firewall only blocks one. smile

I think Tahoma looks okay at 8px, as long as it's antialiased if used by GD and some other programs.

108

(33 replies, posted in Programming)

Why? It either blocks only outbound or inbound (probably only outbound) transmissions. smile

Maybe make the background transparent? Oh, and is the font Trechbuchet MS?

Here's the mod: http://www.punres.org/viewtopic.php?id=493

-- HAS YET TO BE TESTED --

Well, whatever, I am now working on a mod to add the needed (and then some MORE (yay!) ) BBCodes.

112

(35 replies, posted in General discussion)

Ok. I;m going to keep [ quote] and [ code] as BBCode tags, and probably make the parser parse the HTML into HTML. And, no, the <marquee> element will not be used. smile

113

(13 replies, posted in General discussion)

What World Class Award? hmm

114

(1,382 replies, posted in General discussion)

grass

115

(72 replies, posted in General discussion)

I updated my blog, but don't worry, I won't post here every time I do. smile

I wish it could put in the ú when needed instead of a .

117

(33 replies, posted in Programming)

erissiva wrote:

...

I've checked. They claim that my software is a pirated version and that I need to destroy the disk and purchase a new version immediately. roll

...

Destroy your disk?! No way! You could just install a clean, non-pirated copy of Windows® XP with SP2 bundled.

(Ctd.) erissiva wrote:

...
I got it with a brand-new Dell from Dell. I don't think they'd pirate it. Plus, it was working fine on the other computer with updates...I think it's just linked to the old motherboard or hard-drive. Something like that ...

Oh, well...I don't need it.

On another note, call Dell® and ask them. Or go into their knowledge base, if any. Try removing the 2nd hard drive. And, they say you should put SP2 on your PC. People also say not to use the firewall that comes with SP2.

118

(33 replies, posted in Programming)

You could download it here: http://www.microsoft.com/downloads/deta … laylang=en if you swear it's not pirated. smile

Edit: I know it says use Windows® Update if installing on just 1 PC, so don't download that if you're on broadband.

Somewhere between lines 236 and 241, remove

    $links[] = '<li id="navuserlist"><a href="userlist.php">'.$lang_common['User list'].'</a>';

If you do that and get a white (blank) screen when reloading a page, replace it with this:

    $links[] = '<!-- <li id="navuserlist"><a href="userlist.php">'.$lang_common['User list'].'</a> -->';

120

(33 replies, posted in Programming)

You could also look in their knowledge base first. It's a problem with Microsoft® software, but....

In index.php, remove line 208:

                <dd><?php echo $lang_index['Newest user'] ?>: <a href="profile.php?id=<?php echo $stats['last_user']['id'] ?>"><?php echo pun_htmlspecialchars($stats['last_user']['username']) ?></a></dd>

If you do that and then get a white (blank) screen when you reload the page, put <!-- --> around it like this:

                <!-- <dd><?php echo $lang_index['Newest user'] ?>: <a href="profile.php?id=<?php echo $stats['last_user']['id'] ?>"><?php echo pun_htmlspecialchars($stats['last_user']['username']) ?></a></dd> -->

Thanks.

See the subject. smile Useful for things like FAQ forums and such. This may go under the Modifications category. (Too tired right now to use complete sentences, so I'm using sentence fragments. Please forgive me. http://forums.scottywz.com/img/smilies/zzz.png)

I'd say sticky gets priority.

Eg.

*= new box   ' = not new box   ^ = Sticky   # = locked

* ^ stuck at the top
' ^ not
* hi
* # hola
' bonjour
' # bienvenidos

ultime, why did you give the images names like stickysl4.gif?

-I- -c-o-u-l-d- -t-a-k-e- -a -s-c-r-e-e-n-s-h-o-t- -t-o- -p-r-o-v-e- -i-t-.- -:)-

See 2 posts below.