BcStorm Problem

AssLikeThat

Posting Freak
Jan 27, 2013
765
154
Solved!
I used new SWF Pack
New BcStorm which can be found in a comment by Brontes in this Thread
I also had to make sure that my Client.php port was the same as the server one!

I hope that helps anybody with a couple of problems i had ^^

Thanks Brontes and KyleVonnie! Help was much appreciated
 

lepos

thinking about you. yes you
Dec 11, 2011
2,022
685
When you say you've edited "CMS_settings" to match your IP and Ports do you mean in the database?

I've never needed to edit there - Edit the CMS configuration in the CMS files (depending on which CMS you're using) and make sure it matches the IPs in the emulator.
 

AssLikeThat

Posting Freak
Jan 27, 2013
765
154
When you say you've edited "CMS_settings" to match your IP and Ports do you mean in the database?

I've never needed to edit there - Edit the CMS configuration in the CMS files (depending on which CMS you're using) and make sure it matches the IPs in the emulator.
Oh, i've re-uploaded the original database i downloaded onto phpmyadmin instead of the edited version i did.
The CMS config all matches the Emu config i just don't understand why it won't connect to this server but it will to the other one :S


Is your EMU configured for the same DB, check your config again.
Code:
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password= don't need to see this
db.name=bc2
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=100
 
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=300
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
 
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=301
mus.tcp.allowedaddr=localhost;127.0.0.1
 

VaginaMuncher

Chilling with me bitch Fiona
Mar 17, 2013
447
58
Kyle he has port forwarded :)

Also
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=301
mus.tcp.allowedaddr=localhost;127.0.0.1

Try removing the 127.0.0.1
 

AssLikeThat

Posting Freak
Jan 27, 2013
765
154
Kyle he has port forwarded :)

Also
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=301
mus.tcp.allowedaddr=localhost;127.0.0.1
Try removing the 127.0.0.1

That didn't work either :S This is really bugging me now :L

Any chance somebody could help me on teamviewer?
 

AssLikeThat

Posting Freak
Jan 27, 2013
765
154
ALLRIGHT The source kind of worked, it registered the connection but i just get a black screen :/
dasiojdoasd.png
 

AssLikeThat

Posting Freak
Jan 27, 2013
765
154
Yep, Glad that works as ill use it now, Everything is fixed on it :))))))
Just check your swfs, clear cache, adblockers, what more :)
Try and clear your cache, and make sure you don't have any AdBlockers.
Flushed my DNS, cleared cache and adblocker was disabled, It loads up with the background and everything then disconnects "EDIT: FIXED The bullet-hotel thing now just disconnects me to localhost/disconnected"

AND ALSO the CMD has changed it only says "Connection Recieved, lets do this"
 

Users who are viewing this thread

Top