diff --git a/credits.php b/credits.php index 398739d..9b67901 100644 --- a/credits.php +++ b/credits.php @@ -1,71 +1,75 @@

Znote AAC

-

This website is powered by the Znote AAC engine.

+

This website is powered by the Znote AAC engine.

+

An OT website (Automatic Account Creator) created by Znote from the OT forum community otland.net.

+

Znote AAC is an open source project where everyone can help with development.

Developers:

-

Main: Znote. - -
Contributor: Kuzirashi. -
Contributor: ninjalulz. -
Contributor: att3. - - Contributors:'; - - $curl = curl_init(); - curl_setopt($curl, CURLOPT_URL, 'https://api.github.com/repos/Znote/ZnoteAAC/contributors'); - curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); - curl_setopt($curl, CURLOPT_USERAGENT, 'ZnoteAAC'); // GitHub requires user agent header. - curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); - $contributors = json_decode(curl_exec($curl), true); // Sorted by contributions. - - $CONTRIBUTORS_PER_ROW = 7; - - $i = 0; - $first_container = true; - $div_closed = true; - foreach($contributors as $contributor) - { - if($contributor['login'] != 'Znote') { // Exclude Znote as he is mentioned above as main developer. - $new_div = ctype_digit((String)($i / $CONTRIBUTORS_PER_ROW)); - - if($new_div) { - if(!$first_container) - echo ''; - - echo '

'; - $div_closed = false; - $first_container = false; - } - - echo '
- -
- ' . $contributor['login'] . ' -
-
'; - $i++; + +

See the full list of developers HERE.

+ +
+ +
+
Avatar of: <?php echo $developer['login']; ?>
+

+
Updates:

+
+ +
+ + -

Thanks to: (in no particular order)

+

Thanks to: (in no particular order)

-Chris - PHP OOP file samples, testing, bugfixing. -
Kiwi Dan - Researching TFS 0.2 for me, participation in developement. -
Amoaz - Pentesting and security tips. -
Evan, Gremlee - Researching TFS 0.3, constructive feedback, suggestion and participation. -
ATT3 - Reporting and fixing bugs, TFS 1.0 research. -
Mark - Old repository, TFS distributions which this AAC works against. -
Tedbro, Exura, PrinterLUA - Reporting bugs. + Chris - PHP OOP file samples, testing, bugfixing. +
Kiwi Dan - Researching TFS 0.2 for me, participation in developement. +
Amoaz - Pentesting and security tips. +
Evan, Gremlee - Researching TFS 0.3, constructive feedback, suggestion and participation. +
ATT3 - Reporting and fixing bugs, TFS 1.0 research. +
Mark - Old repository, TFS distributions which this AAC was primarily built for. +
Tedbro, Exura, PrinterLUA - Reporting bugs. +
Nottinghster - OTHIRE distribution compatibility.

- - + \ No newline at end of file