darkstar-afterhours: The FFXIAH Clone
Re: darkstar-afterhours: The FFXIAH Clone
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
Re: darkstar-afterhours: The FFXIAH Clone
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
I have tried to accomplish this thru the .htaccess
Re: darkstar-afterhours: The FFXIAH Clone
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...
Re: darkstar-afterhours: The FFXIAH Clone
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....
Download the above file, extract the contained file into the root directory of the site
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]
Re: darkstar-afterhours: The FFXIAH Clone
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
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.
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
-
- Posts: 129
- Joined: Wed May 27, 2015 4:23 pm
Re: darkstar-afterhours: The FFXIAH Clone
I did some more customization on my own page and added a conquest map
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.
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.
Re: darkstar-afterhours: The FFXIAH Clone
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.bluesolarflare wrote:I did some more customization on my own page and added a conquest map
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.
Re: darkstar-afterhours: The FFXIAH Clone
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)
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)