This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
541
Off-topic / Re: Motivation and Coaching: Frederick W. Taylor (1856-1915) Scientific Management
« on March 19th, 2012, 10:52 AM »It's there under "More" on the top buttons.
Searched for it as usual in the post. :)
Took time to learn all new stuff here in wedge when using smf for a couple of years.
542
Off-topic / Re: Motivation and Coaching: Frederick W. Taylor (1856-1915) Scientific Management
« on March 19th, 2012, 10:39 AM »
Perhaps we need to reimplement the "report to moderator " button or something else to get rid of spammers...
543
Features / Re: Brave new world
« on March 16th, 2012, 09:20 PM »
My forum is a little bit bigger :)
THX for adding support for multiple attachments. This will save my life.
THX for adding support for multiple attachments. This will save my life.
544
Features / Re: Brave new world
« on March 16th, 2012, 09:07 PM »
Hm..
but how to upgrade my forum with about 500.000 attachments in different folders?
Not really purge them in one big folder. eh? :)
but how to upgrade my forum with about 500.000 attachments in different folders?
Not really purge them in one big folder. eh? :)
545
Features / Re: Brave new world
« on March 16th, 2012, 08:54 PM »
Does the importer recognize different attachment folders?
546
Features / Re: Brave new world
« on March 16th, 2012, 01:52 PM »
Congratulations! Great Work!
Cant't wait to change from SMF to wedge.
By the way...
On my Netbook with a resolution of 1024x600 the sidebar disappears and it is not scrollable. It comes back by changing the resolution of my Browser to 90%.
Regards
Sven
Cant't wait to change from SMF to wedge.
By the way...
On my Netbook with a resolution of 1024x600 the sidebar disappears and it is not scrollable. It comes back by changing the resolution of my Browser to 90%.
Regards
Sven
547
Bug reports / Re: SMF bug 4953 (PS adds 'cellTextIsHtml' to JPGs causing them to fail checks)
« on March 2nd, 2012, 07:36 PM »
Why not validate the image header by using the PHP function called getimagesize ?
If the image validation is invalid, e.g. the header is incorrect, the function will return a false.
OK, this will not prevent malicious files with correct headers (manipulated) from being uploaded, but most "scritpkiddys" will be kept away.
If the image validation is invalid, e.g. the header is incorrect, the function will return a false.
OK, this will not prevent malicious files with correct headers (manipulated) from being uploaded, but most "scritpkiddys" will be kept away.
548
Off-topic / Re: The largest topic on your forum...
« on October 18th, 2011, 11:50 AM »
186411 Posts in a single Topic
549
Off-topic / Re: Baidu bloody loves me.
« on September 9th, 2011, 11:00 AM »
Why not stopping Baidu by iptables?
iptables -I INPUT -s 119.63.192.0/24 -j DROP
iptables -I INPUT -s 119.63.192.0/24 -j DROP
550
Features / Re: Login with eMail instead of username
« on August 21st, 2011, 01:26 AM »
Not to forget that it looks more serious and professional by logging in with eMail.
I think this is a must have for Wedge.
Usernames can easily grabbed and hacked due bruteforce from posts. Mailadress is hidden by default. So for me this is one of the most important security standards we can give to our users.
I think this is a must have for Wedge.
Usernames can easily grabbed and hacked due bruteforce from posts. Mailadress is hidden by default. So for me this is one of the most important security standards we can give to our users.
551
Features / Re: Login with eMail instead of username
« on August 20th, 2011, 10:11 AM »
I think there must be an option in APC that allows the admin to choose it. It should not be up to the users.
552
Features / Login with eMail instead of username
« on August 20th, 2011, 09:45 AM »
Nice will be an option to choose between login with eMail or with username. Login with eMail will make more sense to me because of forum attacks in the past.
What do you think about that?
Sven
What do you think about that?
Sven
553
Features / Re: Support for PECL Memcached
« on August 16th, 2011, 05:36 PM »
THX for your statement.
I can understand it better now the way you explained it.
Feel free to ask if you need translations in German. Cant wait to get our "BigBoard" from SMF to Wedge :)
I can understand it better now the way you explained it.
Feel free to ask if you need translations in German. Cant wait to get our "BigBoard" from SMF to Wedge :)
554
Features / Re: Support for PECL Memcached
« on August 16th, 2011, 05:19 PM »
session support should be left on php.ini side.
there you can tell php to use memcached as session handler.
sessions in MySQL are not that performant e.g. for boards with lot of members online at the same time. now with 7000 and more users online there's no problem since we're using Memcached.
Ensiferous did it for SMF by only replacing a view lines in Load.php:
http://custom.simplemachines.org/mods/index.php?mod=2289
imho it's worth to be added.
there you can tell php to use memcached as session handler.
sessions in MySQL are not that performant e.g. for boards with lot of members online at the same time. now with 7000 and more users online there's no problem since we're using Memcached.
Ensiferous did it for SMF by only replacing a view lines in Load.php:
http://custom.simplemachines.org/mods/index.php?mod=2289
imho it's worth to be added.
555
Features / Support for PECL Memcached
« on August 16th, 2011, 04:07 PM »
Is there a chance to integrate support for PECL memcached instead of "old" PECL memcache?
It's newer, faster and has much more features. Even fine for Session Support.
Regards
Sven
It's newer, faster and has much more features. Even fine for Session Support.
Regards
Sven