Xyro
Elite Member
- Oct 28, 2011
- 340
- 100
Oh yeah, I updated the links, sorry:
You must be registered for see links- Main folder
You must be registered for see links- CMS.
Do you still need that license code for it?
Oh yeah, I updated the links, sorry:
You must be registered for see links- Main folder
You must be registered for see links- CMS.
Do you still need that license code for it?
Nope .
Oh yeah, I updated the links, sorry:
You must be registered for see links- Main folder
You must be registered for see links- CMS.
Sled What MYSQL Connector Does a R63 Take?
Oh yeah, I updated the links, sorry:
You must be registered for see links- Main folder
You must be registered for see links- CMS.
Id like to help with your blackbird dev.
Can we have a reupload of it please ?
That's the first edition.You must be registered for see linksCheck the first post next time
What did I remove?
The 'Mock Installer'.
The 'GUI' which wasn't used.
Most of the Resharper bits, etc..
Mysql.data - not needed..
SWFs - Credits go to oleaa for them, I just put them on my website and set them up for you.
You must be registered for see links
CMS - I didn't clean the folder structure, just did the 2 simple fixes so it would run for you.
You must be registered for see links
Emulator - Just removed the license check and cleaned up the folder structure, so it's easier for you.
You must be registered for see links
Database - Did nothing, just imported it to test it out.
You must be registered for see links
How do I run this?
CMS/DATABASE.
1) Upload the database
2) Put in your database information in setup.php
3) Do the path and other options in setup.php
4) Run setup.php (You must be registered for see links).
SWFS/EMULATOR
5) The SWFs have been left simple, just drag the 'data' folder to the root of your directory.
6) Edit the IP in the data/gamedata/external_variables.txt - (it's 127.0.0.1 defaulty, change to yours).
7) Edit the IP in client.php (if your running this on your local machine as a test, this is all done same with SWFs).
8) Edit the config file in the emulator.
9) Run the emulator!
NOTE: Each time you update setup.php - rerun the file.
Sledmore;6602107 said:Ayup,
I decided to set this up since everyone is having issues, so far just done the CMS, go to setup.php
Replace the following:
PHP:$fp = fopen('../inc/cache/site.cache', 'w');
With:
PHP:$fp = fopen('inc/cache/site.cache', 'w');
Then run setup.php, if you were an idiot and ran before changing path link, then run it again, or it will try to go to the default hamachi IP.
- Cheers.
Alright, found something else on the main site, (with the default style not tested all others, but probably a global error, because the SQL cache or whatever isn't there so all I did was comment out on the:
PHP:public function save_sql($result, $sql)
So do this at your own risk, or whatever..
Replace:
PHP:$fp = fopen(BASE.'cache/sql/'.md5($sql).'.cache', 'w') or die('ERROR'); fputs($fp, serialize($records)); fclose($fp);
With:
PHP://$fp = fopen(BASE.'cache/sql/'.md5($sql).'.cache', 'w') or die('ERROR'); //fputs($fp, serialize($records)); //fclose($fp);
- Cheers.
- EDIT -
I'll get you guys a SWF pack and give you all the files set up!
uhmm where in the db are the staff ranks under D: is it corp.ranks????