[Open-Source] Blackbird [RP, r63]

Status
Not open for further replies.

N0XuZ

New Member
Jul 26, 2011
12
0
Oh yeah, I updated the links, sorry:

- Main folder

- CMS.

I've got it completely working, but I don't want the NEW layout. It says: $settings['site']['style'] = 'new';
How do I change it so I get the old verson, as when I went to /vip/ it showed me UberCMS and I was wondering how I edit that so I get that CMS instead of 'new' directory.

Sled What MYSQL Connector Does a R63 Take?

I believe R63 doesn't need a .SQL connector. I believe it uses .NET Framework 4.0, correct me if I'm wrong.
 

IndustriaL

Web Developer
Dec 17, 2011
95
102
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.


CMS - I didn't clean the folder structure, just did the 2 simple fixes so it would run for you.


Emulator - Just removed the license check and cleaned up the folder structure, so it's easier for you.


Database - Did nothing, just imported it to test it out.


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 ( ).

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.net is suspended, which means all of your downloads, and your dcrs for McdMafia are suspended.
Can't reach the website to download.
 

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
654
89
Yes, Sledmore may you upload your big pack again its down please.

-Faked
 

Nicolasdes

New Member
Feb 4, 2012
12
0
To correct the original release:

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 -

hkBxCy.png


I'll get you guys a SWF pack and give you all the files set up!
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
It's back online. -
 

chris50

New Member
Feb 4, 2012
11
0
ik i figured it out ohh and is there a emu other than blackbird compatible with the cms?
 
Status
Not open for further replies.

Users who are viewing this thread

Top