• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

pandaac | TFS 1.0 and Avesta | Best released AAC

Cornex

Web Developer
Staff member
Global Moderator
Joined
Jun 15, 2008
Messages
3,444
Solutions
5
Reaction score
1,166
Location
Sweden
Hello, first I wanna say that pandaac is created by @Chris using Laravel.
This version using Laravel 4.2 and @Chris will make the thread once hes done with Laravel 5.0 version.

As well a smaller documentation page will be done by Chris once he plan to release the 5.0 version.
For now, you can read the Laravel docs.

So, there is no need for me to write the installation here since Chris already detailed in the Github page.

To see pandaac live you can enter [REMOVED_LINK]

So, to use this wonderful AAC just enter his github page: https://github.com/pandaac/pandaac and follow the instructions.

Thanks again @Chris for this masterpieace.
 
Last edited:
I'm using it for my project. :cool: It's a great AAC built on a great framework.

P.S. It also works for TFS 0.3 and 0.4 - Avesta is based on 0.4, and 0.4 is based on 0.3.
 
Last edited:
I'm using it for my project. :cool: It's a great AAC built on a great framework.

P.S. It also works for TFS 0.3 and 0.4 - Avesta is based on 0.4, and 0.4 is based on 0.3.

Avesta isn't based on 0.4. Avesta is based off a really old OTServ SVN server from 2008.
 
I would say I'm the only one who doesn't understand how to use it under Windows :3
 
If this is the best AAC available for TFS 1.0, then it deserves a better thread :D
 
Avesta isn't based on 0.4. Avesta is based off a really old OTServ SVN server from 2008.

Really? Maybe I'm thinking of something else...

Well, doesn't matter. It still works with 0.3 and 0.4. I'm using it.
 
Code:
Could not find package root/pandaac with stability dev.

:'(
 
When I do:

Code:
php artisan migrate --package=pandaac/avesta

I get:

Code:
[PDOException] could not find driver

I'm trying to do this under Windows, not Linux, and certainly I'm not really a PHP master or anything related to Apache, any suggestions ? :p
 
Sounds like you're missing a dependancy.
 
hmm.... You definitely have these?
  • PHP >= 5.4
    • MCrypt Extension
    • CURL Extension
    • GD Extension
 
Everyone who has problem installing it or whatsoever, send me a private message with your skype and I help you through teamviewer.
Before you do that, make sure have following requirments:
  • PHP >= 5.4
    • MCrypt Extension
    • CURL Extension
    • GD Extension
And read the WHOLE installing page on the pandaac page as @Chris made.
 
how to enable curl on windows
how to enable GD on windows
Idk for MCrypt, it should be enabled on default? If not, just search. (Inside php.ini for mcrypt and see if you find any .dll line to uncomment)

Install dependency's on ubuntu 12.04 LTS

Code:
apt-get update && apt-get upgrade
apt-get install php5-fpm php5-cli php5-mcrypt git

Not sure about this commands since I barely not use linux or whatsoever.

Or you can always search on google how to enable theese extensions, it is usually very easy to do so.
 
Like it lol


░░░░░░░░░░░░▄▄░░░░░░░░░░
░░░░░░░░░░░█░░█░░░░░░░░░
░░░░░░░░░░░█░░█░░░░░░░░░
░░░░░░░░░░█░░░█░░░░░░░░░
░░░░░░░░░█░░░░█░░░░░░░░░
██████▄▄█░░░░░██████▄░░░
▓▓▓▓▓▓█░░░░░░░░░░░░░░█░░
▓▓▓▓▓▓█░░░░░░░░░░░░░░█░░
▓▓▓▓▓▓█░░░░░░░░░░░░░░█░░
▓▓▓▓▓▓█░░░░░░░░░░░░░░█░░
▓▓▓▓▓▓█░░░░░░░░░░░░░░█░░
▓▓▓▓▓▓█████░░░░░░░░░██░░
█████▀░░░░▀▀████████▀ ──
─▀██▀───▀██▀─▀██──██─▀██▀▀▀───────
──██─────██───██▄█▀───██▄█────────
─▄██▄▄█─▄██▄─▄██──██─▄██▄▄▄───────
 
how to enable curl on windows
how to enable GD on windows
Idk for MCrypt, it should be enabled on default? If not, just search. (Inside php.ini for mcrypt and see if you find any .dll line to uncomment)

Install dependency's on ubuntu 12.04 LTS

Code:
apt-get update && apt-get upgrade
apt-get install php5-fpm php5-cli php5-mcrypt git

Not sure about this commands since I barely not use linux or whatsoever.

Or you can always search on google how to enable theese extensions, it is usually very easy to do so.

Or read this in stead, installing curl on windows and debian with apache2, read first and second answer.
http://stackoverflow.com/questions/1347146/how-to-enable-curl-in-php-xampp

Any mod can merge this with my other post, cannot edit it. Thanks
 
Back
Top