Johi, I appologize. I guess now you can email me
452 2004-09-03 03:47
Re: GMail (200 replies, posted in General discussion)
6 invites ready to serve If any1 needs invite, email me with the information.
btw, a nice picture I found on a dutch website
454 2004-09-02 17:51
Re: small bug? (14 replies, posted in PunBB 1.2 bug reports)
What version of Firefox and what platform? I don't see anything on my win firefox 0.9.3
I am using Windows 2000 FireFox 0.9.3
snapsolutions wrote:Connorhd wrote:this was what i was trying to explain before here execpt with me it was the ordered by drop down, and only in firefox and only sometimes
Strange :) When I click there, www.microsoft.com popup :D Something strange is happening
Btw you should remove " " from the URLfirefox resolve http to microsofts website (i think it uses good feeling lucky thing)
Yeah, very interesting ;)
455 2004-09-02 15:40
Re: small bug? (14 replies, posted in PunBB 1.2 bug reports)
<form method="get" action="userlist.php">
<table class="punmain" cellspacing="1" cellpadding="4">
<tr class="punhead">
<td class="punhead">User list</td>
</tr>
<tr>
<td class="puncon2cent">
Show users of status <select name="show_group" tabindex="1">
<option value="-1" selected>All</option>
<option value="0">Member</option>
<option value="1">Moderator</option>
<option value="2">Administrator</option>
</select>
ordered by <select name="order_by" tabindex="2">
<option value="username">Username</option>
<option value="registered">Registered</option>
<option value="num_posts" selected>Posts</option>
</select> <select name="direction" tabindex="3">
<option value="asc">Ascending</option>
<option value="desc" selected>Descending</option>
</select>
<input type="submit" value="Submit" tabindex="4" accesskey="s">
</td>
</tr>
</table>
</form>
456 2004-09-02 15:28
Re: small bug? (14 replies, posted in PunBB 1.2 bug reports)
Do you want me to paste the whole source here or some particular part of the source?
457 2004-09-02 12:56
Re: small bug? (14 replies, posted in PunBB 1.2 bug reports)
this was what i was trying to explain before here execpt with me it was the ordered by drop down, and only in firefox and only sometimes
Strange When I click there, www.microsoft.com popup Something strange is happening
Btw you should remove " " from the URL
458 2004-09-02 12:25
Re: small bug? (14 replies, posted in PunBB 1.2 bug reports)
I did. Same thing.
459 2004-09-02 11:10
Re: small bug? (14 replies, posted in PunBB 1.2 bug reports)
Strange. It only does it with FireFox. Everything seems to be OK with IE.
461 2004-08-26 00:37
Re: GMail (200 replies, posted in General discussion)
Gmail rocks, but still some bugs out there that needs to be fixed.
462 2004-08-24 22:25
Re: Time zone (39 replies, posted in PunBB 1.2 troubleshooting)
Why not ?
If I change hosts them I'll have to change it a second time.
So change it again. Is that a big deal?
463 2004-08-24 14:32
Re: PunBB name (9 replies, posted in PunBB 1.2 discussion)
PUN means FULL in Macedonian (slang)
Btw I am working on Macedonian Cyrillic Translation these days.
464 2004-08-24 14:29
Re: Poll: What browser do you use? (101 replies, posted in General discussion)
Firefox 0.9.3
465 2004-08-24 01:15
Re: An error was encountered (3 replies, posted in PunBB 1.2 troubleshooting)
A.2.6 Too many connections
If you get a Too many connections error when you try to connect to the mysqld server, this means that that all available connections already are used by other clients.
The number of connections allowed is controlled by the max_connections system variable. Its default value is 100. If you need to support more connections, you should restart mysqld with a larger value for this variable.
mysqld actually allows max_connections+1 clients to connect. The extra connection is reserved for use by accounts that have the SUPER privilege. By granting the SUPER privilege to administrators and not to normal users (who should not need it), an administrator can connect to the server and use SHOW PROCESSLIST to diagnose problems even if the maximum number of unprivileged clients already are connected. See section 14.5.3.16 SHOW PROCESSLIST Syntax.
The maximum number of connections MySQL can support depends on the quality of the thread library on a given platform. Linux or Solaris should be able to support 500-1000 simultaneous connections, depending on how much RAM you have and what your clients are doing. Static Linux binaries provided by MySQL AB can support up to 4000 connections.
466 2004-08-23 22:00
Re: An error was encountered (3 replies, posted in PunBB 1.2 troubleshooting)
467 2004-08-23 19:20
Re: favicon.ico? (8 replies, posted in Archive)
It doesn't work when I throw the file in my root folder.
This is what I did (just found this on google)
Upload the ICO file to, say, images/favicon.ico. Then add the following lines in the header.php file, somewhere between the "<?php" and "?>" tags:
echo "<link rel=\"icon\" href=\"images/favicon.ico\" type=\"image/x-icon\">";
echo "<link rel=\"shortcut icon\" href=\"images/favicon.ico\" type=\"image/x-icon\">";
It's working great
Thanks again
468 2004-08-23 19:03
Re: favicon.ico? (8 replies, posted in Archive)
Sure. I'm not a big fan of favicons myself, but it's really easy to add, so why not
Does the path for the favicon.ico goes into index.php or somewhere else?
Not really an HTML expert, sorry
469 2004-08-20 22:02
Re: Windows XP ServicePack2 (10 replies, posted in PunBB 1.2 discussion)
Topic moved.
I apologize for that.
Thank you Rickard
470 2004-08-20 18:38
Re: Windows XP ServicePack2 (10 replies, posted in PunBB 1.2 discussion)
Thank you.
I was reading about those security measures, so that was my only concern. However I am still running Win2K. Not a big fan of XP and XP-like programs. Default XP looks like christmas tree
471 2004-08-20 17:50
Topic: Windows XP ServicePack2 (10 replies, posted in PunBB 1.2 discussion)
Just wondering if any of you have tested this forum with WinXP Service Pack 2?