Search found 12 matches
- Thu Nov 23, 2006 11:56 am
- Forum: [3.0/Olympus] Discussion
- Topic: I want to thank you
- Replies: 18
- Views: 19725
Re: I want to thank you
ok since im a programmer ill put down a little snippet to express my thanks
<?php
$thanks = 1;
do {
echo "Thanks< br/>";
$thanks += 1;
} while($thanks >= 1);
?>
<?php
for ($thanks = 1; $thanks >= 1; $thanks++)
{
echo "Thanks< br/>";
}
?>
FOR powa !
- Wed Nov 22, 2006 10:59 pm
- Forum: [3.0/Olympus] Discussion
- Topic: I want to thank you
- Replies: 18
- Views: 19725
Re: I want to thank you
I want to break freeee ... -->[]
- Wed Nov 22, 2006 10:52 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: includes/diff/ ?
- Replies: 4
- Views: 6177
Re: includes/diff/ ?
Here is an exemple of a diff : http://www.punbb.org/download/hdiff/hdi ... .2.14.html
You can easyly compare two text line per line. A nice application of a diff procedure is to do a MOD installation template for example (with code added, changed and removed).
@+
You can easyly compare two text line per line. A nice application of a diff procedure is to do a MOD installation template for example (with code added, changed and removed).
@+
- Tue Nov 14, 2006 4:43 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: includes/diff/ ?
- Replies: 4
- Views: 6177
includes/diff/ ?
Hi,
why did you a add a diff procedure in includes/ directory ? Will you implement this class as a new feature in template / language management ?
Thanks
why did you a add a diff procedure in includes/ directory ? Will you implement this class as a new feature in template / language management ?
Thanks
- Wed Nov 08, 2006 11:08 pm
- Forum: [3.0/Olympus] Discussion
- Topic: License Question
- Replies: 3
- Views: 4296
Re: License Question
Hmm it seems GPL3 is not really good, at the moment linus torvald dont want linux fall under the gpl3, i dont know why, i will read it when it will be finished.
- Wed Nov 08, 2006 3:29 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Cache SQL : question and suggestion
- Replies: 1
- Views: 5068
Cache SQL : question and suggestion
Hi,
first i have a question about the SQL cache. I think this is a great tool, for the sql server, particulary on slow sql server (free for example :p). But someone told me that this kind of cache is useless, because MySQL (and others sgbdr) have native cache in the RAM (better than a file system ...
first i have a question about the SQL cache. I think this is a great tool, for the sql server, particulary on slow sql server (free for example :p). But someone told me that this kind of cache is useless, because MySQL (and others sgbdr) have native cache in the RAM (better than a file system ...
- Mon Nov 06, 2006 9:42 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Captchas and Human Readability - Discussion
- Replies: 74
- Views: 82326
Re: Captchas and Human Readability
I mean the captcha where you have some lines / rectangles, and you need to write the code on the right who match the icon on the left. It's a really good idea, but the backgrounds colors are so deep and its really difficult to read correctly the code and to identify wich icon is matching on the left ...
- Mon Nov 06, 2006 10:57 am
- Forum: [3.0/Olympus] New features discussion
- Topic: Captchas and Human Readability - Discussion
- Replies: 74
- Views: 82326
Re: Captchas and Human Readability
This new captcha is really hard to read for human. I think administrators will disabled this tool, if you dont change it a little :/
- Mon Nov 06, 2006 10:55 am
- Forum: [3.0/Olympus] Discussion
- Topic: Url change from ?t=xxxx to viewtopic.php?f=xx&t=xxxx
- Replies: 14
- Views: 17041
Re: Url change from ?t=xxxx to viewtopic.php?f=xx&t=xxxx
i don't believe that adding parameters ("&field=param") to the url is considered by google "different url".
Its considered by google as a different url, go look on referencing forums and you will see. Like : http://www.webrankinfo.com" target="_blank (french forum).
Two differents url who ...
- Wed Nov 01, 2006 10:39 am
- Forum: [3.0/Olympus] Discussion
- Topic: Url change from ?t=xxxx to viewtopic.php?f=xx&t=xxxx
- Replies: 14
- Views: 17041
Re: Url change from ?t=xxxx to viewtopic.php?f=xx&t=xxxx
Hmm there is a problem with this url change : duplicat content, referencing on google will change a little. I hope phpBB3 will prevent this bug with inner HTACCESS or REWRITING.
@+
@+