Search found 16 matches

by krynn
Sat Jan 07, 2017 3:04 am
Forum: General Chat
Topic: Greatest Game of All Time
Replies: 10
Views: 27510

Re: Greatest Game of All Time

While some might suspect a typical response like Final Fantasy, the release however might surprise you... Final Fantasy VIII. I choose this mainly because aside from playing the originals on NES these were my main introduction into the series. Second best RPG would have to be Divinity: Original Sin....
by krynn
Sat Jan 07, 2017 2:56 am
Forum: News
Topic: Forum move completed
Replies: 2
Views: 9644

Re: Forum move completed

cheers, site seems more responsive on my end. despite being cheaper seems better to me :twisted:
by krynn
Sun Jan 01, 2017 1:02 am
Forum: Custom Applications and Tools
Topic: darkstar-afterhours: The FFXIAH Clone
Replies: 28
Views: 126782

Re: darkstar-afterhours: The FFXIAH Clone

Sorry with the holidays I have been really busy... You need to follow the part in the README that pertains to that db table. Utilize the script found in the scripts folder to import the FFXIAH item xml into your database. NOTE: This script will utilize the config.inc file you setup in the previous s...
by krynn
Thu Dec 15, 2016 11:13 pm
Forum: Custom Applications and Tools
Topic: darkstar-afterhours: The FFXIAH Clone
Replies: 28
Views: 126782

Re: darkstar-afterhours: The FFXIAH Clone

The rewrites are for the web server itself, it translates URLs from pages such as `/char.php?id=xxxx` into `/char/xxxx` which makes them more compliant with how search engines sort things (ie. the part about SEO). Every web server software has the capabilities to do such a thing if you are using XAM...
by krynn
Wed Dec 14, 2016 10:59 pm
Forum: Custom Applications and Tools
Topic: darkstar-afterhours: The FFXIAH Clone
Replies: 28
Views: 126782

Re: darkstar-afterhours: The FFXIAH Clone

To get those pages to work correctly with the way I coded it you have to add rewrite rules into your web server. I have the rules posted in the README on GitHub, if you are not using NGINX you can google how to do rewrites for any other software they are all similar. rewrite ^/(ah|download|help|reci...
by krynn
Mon Dec 12, 2016 8:20 pm
Forum: Custom Applications and Tools
Topic: darkstar-afterhours: The FFXIAH Clone
Replies: 28
Views: 126782

Re: darkstar-afterhours: The FFXIAH Clone

Make sure your PHP install has the mysql module enabled would be my first thought.
by krynn
Fri Dec 02, 2016 6:23 pm
Forum: Custom Applications and Tools
Topic: darkstar-afterhours: The FFXIAH Clone
Replies: 28
Views: 126782

Re: darkstar-afterhours: The FFXIAH Clone

This was fixed in a later version of darkstar-afterhours, check the GitHub page there may or may not have been updates since the version you grabbed.

Cheers,
Kyau
by krynn
Mon Nov 21, 2016 5:25 pm
Forum: Custom Applications and Tools
Topic: darkstar-afterhours: The FFXIAH Clone
Replies: 28
Views: 126782

Re: darkstar-afterhours: The FFXIAH Clone

Put the response to your PM in the first reply of this thread so others have access to the information as well.

P.S. Let me know if you have any issues implementing it.
by krynn
Tue Nov 15, 2016 2:25 pm
Forum: Custom Applications and Tools
Topic: darkstar-afterhours: The FFXIAH Clone
Replies: 28
Views: 126782

Re: darkstar-afterhours: The FFXIAH Clone

Did some heavy work on this last night and this morning. Recipes should be completely working now (lists and on item pages). I also added Bazaar's to character profiles and individual item pages. I will probably be adding a Master Bazaar List as well. Next I will be trying to finish item tooltips (l...
by krynn
Mon Nov 14, 2016 8:31 pm
Forum: Custom Applications and Tools
Topic: darkstar-afterhours: The FFXIAH Clone
Replies: 28
Views: 126782

Re: darkstar-afterhours: The FFXIAH Clone

Cheers, nice to see some more people playing around with this^^

I borrowed your supported client version idea already. I also really like the NM Tracker, great idea!

Heads up too, might want to check out the repo as I made a ton of changes/additions recently.