darkstar-afterhours: The FFXIAH Clone

Applications/Tools written to make running DarkStar easier for the rest of us.
Rictor
Posts: 11
Joined: Sun Dec 27, 2015 6:11 pm

Re: darkstar-afterhours: The FFXIAH Clone

Post by Rictor » Tue Dec 20, 2016 8:41 am

so i have figured out that the site is calling for HTTPS://address vs. HTTP://address .... when it tries the HTTPS it errors out... I am not sure how to make the https functional.... vs stopping the site from using it and just using the http

Rictor
Posts: 11
Joined: Sun Dec 27, 2015 6:11 pm

Re: darkstar-afterhours: The FFXIAH Clone

Post by Rictor » Wed Dec 21, 2016 10:12 pm

So i guess I have figured out that the redirect service I use doesnt support the SSL HTTPS prefix... is there a way to stop the site from using https ???

I have tried to accomplish this thru the .htaccess

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: darkstar-afterhours: The FFXIAH Clone

Post by Delaide » Wed Dec 21, 2016 10:17 pm

So, I am interested in this, but, anyone know how we can get it to work with Windows WAMP services? Not sure how to modify the rewrites...

Rictor
Posts: 11
Joined: Sun Dec 27, 2015 6:11 pm

Re: darkstar-afterhours: The FFXIAH Clone

Post by Rictor » Thu Dec 22, 2016 8:44 am

I am using XAMPP, I am sure the file structure for both of us would be close to the same thing.... I am using the .htaccess to handle the rewrites....

Code: Select all

## Turn Rewrite Engine On/Off 

    RewriteEngine On

## Rewrite base directory

    RewriteBase /

##  Rewrite Conditions/Rules

    RewriteRule ^(ah|download|help|recipes|shops|users)$ /$1.php [L]
    RewriteRule ^(ah|download|help|recipes|shops|users)/$ /$1.php [L]
    RewriteRule ^(ah|char|item|shops)/([^\?]*)$ /$1.php?id=$2 [L]
    RewriteRule ^recipes/([^\?]*)/([^\?]*)$ /recipes.php?cat=$1&rank=$2 [L] 

htaccess.zip
zipped to share
(316 Bytes) Downloaded 805 times
Download the above file, extract the contained file into the root directory of the site

Rictor
Posts: 11
Joined: Sun Dec 27, 2015 6:11 pm

Re: darkstar-afterhours: The FFXIAH Clone

Post by Rictor » Tue Dec 27, 2016 6:07 pm

I have the entire site working at this time... however it doesnt seem that the site is connecting to the item_info DB on the server .... the DB is there just not sure what to do next, it isn't populated

User avatar
krynn
Posts: 16
Joined: Mon Jun 03, 2013 3:04 pm

Re: darkstar-afterhours: The FFXIAH Clone

Post by krynn » Sun Jan 01, 2017 1:02 am

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 step.

$ cd scripts
$ wget http://static.ffxiah.com/files/ffxiah_items.tgz
$ tar xf ffxiah_items.tgz
$ php ffxiah_import_xml.php

bluesolarflare
Posts: 129
Joined: Wed May 27, 2015 4:23 pm

Re: darkstar-afterhours: The FFXIAH Clone

Post by bluesolarflare » Tue Jan 10, 2017 7:27 pm

I did some more customization on my own page and added a conquest map :D

http://i186.photobucket.com/albums/x169 ... 7ivrlo.png

It pulls all relevant information from the conquest table in sql and then overlays it on the map. I still need to tweak the alignment a bit, but it's a simple fix in CSS.

a351must2
Posts: 1
Joined: Mon Jan 06, 2014 2:15 pm

Re: darkstar-afterhours: The FFXIAH Clone

Post by a351must2 » Thu Feb 02, 2017 11:37 pm

bluesolarflare wrote:I did some more customization on my own page and added a conquest map :D

http://i186.photobucket.com/albums/x169 ... 7ivrlo.png

It pulls all relevant information from the conquest table in sql and then overlays it on the map. I still need to tweak the alignment a bit, but it's a simple fix in CSS.
Any chance you could post the code changes you've made, or contribute the additions to the OP's project? The NM Tracker would be nice...not even sure that I could figure out how to do that on my own. I'd have to convert/recreate the whole project in C#/MVC to even stand a chance at doing my own development....but I run my server on Ubuntu so it's nice having portable code.

Khelendil
Posts: 21
Joined: Sun Nov 04, 2012 10:56 pm

Re: darkstar-afterhours: The FFXIAH Clone

Post by Khelendil » Mon Sep 09, 2019 3:53 am

Does anyone have this ffxiah_items.tgz archive?
I tried to get it yesterday but only got a 0 KB file.
The Import Script that is supposed to use the contained xml file
complains about not having any children which is normal on an empty file.

Calling the Link in the Browser also results in getting a 0 KB File and the directory itself returns forbidden.
(The Archive itself is about 126 Byte large)

Post Reply