Skip to content

Commit 34a0eb3

Browse files
committed
Merge pull request #575 from panique/develop
Develop
2 parents e60a468 + da7c728 commit 34a0eb3

File tree

3 files changed

+40
-10
lines changed

3 files changed

+40
-10
lines changed

README.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ additional features.
2424
+ [Installation (Ubuntu 14.04 LTS)](#installation)
2525
- [Quick Installation](#quick-installation)
2626
- [Detailed Installation](#detailed-installation)
27+
+ [Why is there no support forum anymore ?](#why-no-support-forum)
28+
+ [Zero tolerance for idiots, trolls and vandals](#zero-tolerance)
2729
+ [Contribute](#contribute)
2830
+ [Report a bug](#bug-report)
2931

3032
### The History of HUGE
3133

3234
This script was formerly named "php-login" and by far the most popular version of the 4 simple PHP user auth
33-
scripts of The PHP Login Project (a collection of simple login scripts, made to prevent people from using totally
34-
outdated and insecure MD5 password hashing, which was still very popular in the PHP world back in 2012).
35+
scripts of [The PHP Login Project](http://www.php-login.net) (a collection of simple login scripts, made to prevent
36+
people from using totally outdated and insecure MD5 password hashing, which was still very popular in the PHP world
37+
back in 2012).
3538

3639
Why the name "HUGE" ? It's a nice combination to
3740
[TINY](https://github.com/panique/tiny),
@@ -239,10 +242,26 @@ Then check your server's IP / domain. Everything should work fine.
239242

240243
By default HUGE has a demo-user: username is `demo`, password is `12345678`. The user is already activated.
241244

242-
### Zero tolerance for idiots, trolls and vandals! <a name="detailed-installation"></a>
245+
### Why is there no support forum ? <a name="why-no-support-forum"></a>
246+
247+
There were two (!) support forums for v1 and v2 of this project (HUGE is v3), and both were vandalized by people who
248+
didn't even read the readme and / or the install guidelines. Most asked question was "script does not work plz help"
249+
without giving any useful information (like code or server setup or even the version used). While I'm writing these
250+
lines somebody just asked via Twitter "how to install without Composer". You know what I mean :) ... Beside, 140
251+
characters on Twitter are not a clever way to ask for / describe a complex development situation. 99% of the questions
252+
were not necessary if the people would had read the guidelines, do a minimal research on their own or would stop making
253+
things so unnecessarily complicated. And even when writing detailed answers most of them still messed it up, resulting
254+
in rants and complaints (for free support for a free software!). It was just frustrating to deal with this every day,
255+
especially when people take it for totally granted that *it's the duty* of open-source developers to give detailed,
256+
free and personal support for every stupid "plz help"-request.
257+
258+
So I decided to completely stop any free support. For serious questions about real problems inside the script please
259+
use the GitHub issues feature.
260+
261+
### Zero tolerance for idiots, trolls and vandals! <a name="zero-tolerance"></a>
243262

244263
Harsh words, but as basically every public internet project gets harassed, vandalized and trolled these days by very
245-
strange people: Some simple rules.
264+
strange people it's necessary: Some simple rules.
246265

247266
1. Respect that this is just a simple script written by unpaid volunteers in their free-time.
248267
There's no reason to complain (!) about free open-source software. The attitude against free software
@@ -252,9 +271,8 @@ strange people: Some simple rules.
252271
project! Be nice and respectful. Constructive criticism is for sure always welcome!
253272

254273
2. Don't bash, don't hate, don't spam, don't vandalize. Don't ask for personal free support, don't ask if somebody
255-
could do your work for you.
256-
Before you ask something, make sure you've read the README, followed every tutorial, double-checked the code and
257-
tried to solve the problem by yourself.
274+
could do your work for you. Before you ask something, make sure you've read the README, followed every tutorial,
275+
double-checked the code and tried to solve the problem by yourself.
258276

259277
Trolls and very annoying people will get a permanent ban / block. GitHub has a very powerful anti-abuse team.
260278

@@ -271,14 +289,14 @@ an normal GitHub issue.
271289
### Current and further development
272290

273291
See active issues and requested features here:
274-
https://github.com/panique/php-login/issues?state=open
292+
https://github.com/panique/huge/issues?state=open
275293

276294
### Useful links
277295

278296
- [How to use PDO](http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers)
279297
- [A short guideline on how to use the PHP 5.5 password hashing functions and its PHP 5.3 & 5.4 implementations](http://www.dev-metal.com/use-php-5-5-password-hashing-functions/)
280298
- [How to setup latest version of PHP 5.5 on Ubuntu 12.04 LTS](http://www.dev-metal.com/how-to-setup-latest-version-of-php-5-5-on-ubuntu-12-04-lts/)
281299
- [How to setup latest version of PHP 5.5 on Debian Wheezy 7.0/7.1 (and how to fix the GPG key error)](http://www.dev-metal.com/setup-latest-version-php-5-5-debian-wheezy-7-07-1-fix-gpg-key-error/)
282-
- [Notes on password & hashing salting in upcoming PHP versions (PHP 5.5.x & 5.6 etc.)](https://github.com/panique/php-login/wiki/Notes-on-password-&-hashing-salting-in-upcoming-PHP-versions-%28PHP-5.5.x-&-5.6-etc.%29)
283-
- [Some basic "benchmarks" of all PHP hash/salt algorithms](https://github.com/panique/php-login/wiki/Which-hashing-&-salting-algorithm-should-be-used-%3F)
300+
- [Notes on password & hashing salting in upcoming PHP versions (PHP 5.5.x & 5.6 etc.)](https://github.com/panique/huge/wiki/Notes-on-password-&-hashing-salting-in-upcoming-PHP-versions-%28PHP-5.5.x-&-5.6-etc.%29)
301+
- [Some basic "benchmarks" of all PHP hash/salt algorithms](https://github.com/panique/huge/wiki/Which-hashing-&-salting-algorithm-should-be-used-%3F)
284302
- [How to prevent PHP sessions being shared between different apache vhosts / different applications](http://www.dev-metal.com/prevent-php-sessions-shared-different-apache-vhosts-different-applications/)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<div class="footer"></div>
22
</div><!-- close class="wrapper" -->
3+
4+
<!-- the support button on the top right -->
5+
<a class="support-button" href="https://affiliates.a2hosting.com/idevaffiliate.php?id=4471&url=579" target="_blank"></a>
36
</body>
47
</html>

public/css/style.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)