• 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!

[WIP]SoulAAC

Nope he is still working on this! he have a Rpg map he is also working on:)
 
It's not dead Stian, it's just I've dropped the handcoding all.

And rebuild it from scratch upon a framework.
CodeIgniter.

Wich provides MVC pattern.
Way nicer urls.

Instead of
www.website.com/?p=creatures
Mine are
www.website.com/library/creatures
No more index.php and stuff like that :)

And + CodeIgniter -> Comes with:
Database class
Pagination
Form Validation
And allot more!

I added Smarty as the template engine. And I have some special templates for you :peace: But you will see those on the release^_^ It's just stian I don't post so often on OTland, since the lack of interest as you could call it.

I'll problably host a developer website. If there's enough interest. Where you can track the progress.

EDIT:
Made a very cool reloading function for monsters/spells. It checks the monsters/X/X.xml
So basicly it loads all the monster.xml files from any directory in data/monster/
Same for spells ^_^.

I don't know if Gesior has such a function. But I beleive it didn't. And I beleive ModernAAC doesn't even have a library-section.
 
Well, now I just lost all intrest in your project. CodeIgniter and Smarty are the same elements as in ModernAAC.

It will simple be somewhat the same.
 
Well codeigniter = the best PHP framework there is.
And i could use something else then smarty but smarty is allot better in my opinion.

And plus -> ModernAAC fails for me. (Could be me tho.)
But I tried testing it and I get a shitload of Smart errors with both templates. And I'm running latest PHP exct.

Mine will be different from ModernAAC's tho.

But if you look closely at all AAC's u'll notice theyr the same.
Same functions only everyone writes their code differently.

Function's wise mine whon't be the same as ModernAAC's.
If you whant I'll pass you some source code :).
 
Uuhm... I just took ur zip. Extracted it followed the installation.
And then BAM fail.

If u install ur AAC u don't have to configure any in Smarty rofl..

Error below :)
err.jpg


Even reinstalled it cause you are so confident.
Still same error :).

Removed all Smarty tags from ur template, and fixed ur Stylesheet URLS
Instead of
<link rel="stylesheet" href="{$path}/templates/modern/images/modern.css" type="text/css" />
This works aswell
<link rel="stylesheet" href="templates/modern/images/modern.css" type="text/css" />

ROFL
Your smarty version fails :)
Replaced it with my version and then it worked.
 
Last edited:
Uuhm... I just took ur zip. Extracted it followed the installation.
And then BAM fail.

If u install ur AAC u don't have to configure any in Smarty rofl..

Well, then show us the errors because you are the first person with such problem.

@UP

That's weird because, I don't have such problem, and I can also switch to template you are using without any problems. Try changing template to default and see if it works.
 
Also tested that still errors. I beleive there's something wrong with your smarty version with my Server environment.

BTW: paxton 1 tip, remove the index.php from the URL lol. It's looking nasty.
Everything is segmented xcept that XD

Edit2: Your AAC has some pretty long page loading times ;o

The ModernAAC templates are cool tho ^.^
I'm not releasing screenie's untill I made a nice one too :p
U should see the template i'm using now u'd LOL so hard you'd break ur neck rofl XD
 
Last edited:
Well I was mentioning you should remove it with Mod_Rewrite :p

Everyone uses Xampp these days. And xampp has mod_rewrite included by default now. So wy not use it?

Few finally found my cool template again. SS's will go up soon then.
 
It is made by them but I bought it. :thumbup:
That layout is not going to be in the release.
 
Well I was mentioning you should remove it with Mod_Rewrite :p

Everyone uses Xampp these days. And xampp has mod_rewrite included by default now. So wy not use it?

Few finally found my cool template again. SS's will go up soon then.

No serious OT is even using Windows.
 
Yeh but then you're talking about a dedicated server with Linux.
And most of the OTservers wich ran on a dedicated used Windows as OS as far as I've seen.
Only seen like 3-4 with Linux so far.
 
Yeh but then you're talking about a dedicated server with Linux.
And most of the OTservers wich ran on a dedicated used Windows as OS as far as I've seen.
Only seen like 3-4 with Linux so far.

I got 12 Linux servers in my signature. Along with otlands 3-4 servers, Elf's servers, Christiandb, GZH's servers, collapser, pokemon online...I can't find any server with players that run on Windows.
 
Ah well I don't play as much OT lately.
Too much to do for college.

I'm doing International Game Architecture And Design.
Pretty intensive education.

I just have the mod_rewrite as an option, for ppl who use windows. Who host at home or w/e.
 
Ah well I don't play as much OT lately.
Too much to do for college.

I'm doing International Game Architecture And Design.
Pretty intensive education.

I just have the mod_rewrite as an option, for ppl who use windows. Who host at home or w/e.

mod_rewrite work on any instace of apache, whatever it's Linux or Windows.
 
Back
Top