mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
Fix #289 Google safebrowser false positive
This commit is contained in:
parent
6e9cfef9ff
commit
8e0df92f98
@ -46,7 +46,7 @@ This will show you the rest of the instructions as well as the mysql schema.
|
||||
|
||||
5: IF you have existing database from active OT server, enter the folder called "special" and convert the database for Znote AAC support ( http://127.0.0.1/special/ )
|
||||
|
||||
6: Enjoy Znote AAC. You can look around [HERE](http://otland.net/forums/website-applications.118/) for plugins and resources to Znote AAC, for instance various free templates to use.
|
||||
6: Enjoy Znote AAC. You can look around [HERE](https://otland.net/forums/website-applications.118/) for plugins and resources to Znote AAC, for instance various free templates to use.
|
||||
|
||||
7: Please note that you need PHP cURL enabled to make Paypal payments work.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<h1>Znote AAC</h1>
|
||||
<p>This website is powered by the <a href="https://github.com/Znote/ZnoteAAC">Znote AAC</a> engine.</p>
|
||||
<p>An OT website (<strong>A</strong>utomatic <strong>A</strong>ccount <strong>C</strong>reator) created by <a href="http://otland.net/members/znote.5993/">Znote</a> from the OT forum community <a href="https://otland.net">otland.net</a>.</p>
|
||||
<p>An OT website (<strong>A</strong>utomatic <strong>A</strong>ccount <strong>C</strong>reator) created by <a href="https://otland.net/members/znote.5993/">Znote</a> from the OT forum community <a href="https://otland.net">otland.net</a>.</p>
|
||||
<p>Znote AAC is an open source project where everyone can help with development.</p>
|
||||
|
||||
<h2>Developers:</h2>
|
||||
@ -64,7 +64,7 @@ endif;
|
||||
<a href="https://otland.net/members/chris.13882/">Chris</a> - PHP OOP file samples, testing, bugfixing.
|
||||
<br><a href="https://otland.net/members/kiwi-dan.152/">Kiwi Dan</a> - Researching TFS 0.2 for me, participation in developement.
|
||||
<br><a href="https://otland.net/members/amoaz.26626/">Amoaz</a> - Pentesting and security tips.
|
||||
<br><a href="https://otland.net/members/evan.40401/">Evan</a>, <a href="http://otland.net/members/gremlee.12075/">Gremlee</a> - Researching TFS 0.3, constructive feedback, suggestion and participation.
|
||||
<br><a href="https://otland.net/members/evan.40401/">Evan</a>, <a href="https://otland.net/members/gremlee.12075/">Gremlee</a> - Researching TFS 0.3, constructive feedback, suggestion and participation.
|
||||
<br><a href="https://otland.net/members/att3.98289/">ATT3</a> - Reporting and fixing bugs, TFS 1.0 research.
|
||||
<br><a href="https://otland.net/members/mark.1/">Mark</a> - Old repository, TFS distributions which this AAC was primarily built for.
|
||||
<br><a href="https://github.com/tedbro">Tedbro</a>, <a href="https://github.com/exura">Exura</a>, <a href="https://github.com/PrinterLUA">PrinterLUA</a> - Reporting bugs.
|
||||
|
@ -3,7 +3,7 @@
|
||||
<h2>Sub system Override DEMO</h2>
|
||||
<p>In order to play, you need an compatible IP changer and a Tibia client.</p>
|
||||
|
||||
<p>Download otland IP changer <a href="http://static0.otland.net/ipchanger.exe">HERE</a>.</p>
|
||||
<p>Download otland IP changer <a href="https://static0.otland.net/ipchanger.exe">HERE</a>.</p>
|
||||
<p>Download Tibia client <?php echo ($config['client'] / 100); ?> for windows <a href="<?php echo $config['client_download']; ?>">HERE</a>.</p>
|
||||
<p>Download Tibia client <?php echo ($config['client'] / 100); ?> for linux <a href="<?php echo $config['client_download_linux']; ?>">HERE</a>.</p>
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<a href="<?php echo $config['client_download']; ?>">Download</a> and install the tibia client if you havent already.
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://static0.otland.net/ipchanger.exe">Download</a> and run the IP changer.
|
||||
<a href="https://static0.otland.net/ipchanger.exe">Download</a> and run the IP changer.
|
||||
</li>
|
||||
<li>
|
||||
In the IP changer, write this in the IP field: <?php echo $_SERVER['SERVER_NAME']; ?>
|
||||
|
@ -50,5 +50,4 @@ if ($players !== false) {
|
||||
}
|
||||
?>
|
||||
|
||||
<h1>Script run completed.</h1>
|
||||
<p>Script created by <a href="http://otland.net/members/znote/">Znote</a> for Znote AAC users</p>
|
||||
<h1>Script run completed.</h1>
|
Loading…
x
Reference in New Issue
Block a user