Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Rel] Holograph Emulator Vista4Life V26 Edition MyChemicalSelf/Insane/RAWR!!!! Edit

Status
Not open for further replies.
retired
Inactive Account
Joined
Jun 17, 2008
Messages
561
Reaction score
39
Buddy, if its doing that, it means that its ready for connections...
 
Inactive Account
Inactive Account
Joined
Nov 28, 2007
Messages
9
Reaction score
0
I have changed the DB.cs (all box Password=MyPass)
But This error ocurred:



I
 
retired
Inactive Account
Joined
Jun 17, 2008
Messages
561
Reaction score
39
make sure taht you edit BOTH lines in db.cs with yourpassword.

go CTRL H and replace Password=password
with Password=YOURDATABASEPASSWORD
then press REPLACE ALL

~ Andrew
 
Inactive Account
Inactive Account
Joined
Sep 27, 2008
Messages
10
Reaction score
0
Andy, I meant the database keeps reloading and closing when the last "real" message was " Starting Caching of Furniture etc" .

Nevermind, loaded after 1hour 30minutes. Finally said " Holograph Emulator ready. Status: Idle "
 
retired
Inactive Account
Joined
Jun 17, 2008
Messages
561
Reaction score
39
Oh. Are you hosting the DB on a different server? eg. not localhost?

~ Andrew
 
Inactive Account
Inactive Account
Joined
Sep 27, 2008
Messages
10
Reaction score
0
Yup. I figured must be the lag between my server and my computer.. Im in Singapore and the HoloCMS server's in US ( Bluehost.com ).

EDIT : Got this Error when connecting using the Client.php file. Loads fine all the way but when loading the "Console" it shows an error like " Invalid Session Ticket " .

Holograph Emulator shows up as here :
 
Inactive Account
Inactive Account
Joined
Nov 28, 2007
Messages
9
Reaction score
0
I did, but ocurred the sam error.

The emulator don
 
Inactive Account
Inactive Account
Joined
May 3, 2008
Messages
87
Reaction score
0
Hey Guys! The most problem is, the holodb file is too big
 
Inactive Account
Inactive Account
Joined
Jun 19, 2008
Messages
21
Reaction score
0
Right if anyone has moodlight problems search
[php case "@O": // Messenger - refresh friendlist[/php]
and replace it with
PHP:
                        case "@O": // Messenger - refresh friendlist
                            {
                                if (Messenger != null)
                                    sendData("@M" + Messenger.getUpdates()); // updates messenger
                                sendData("Dj" + Encoding.encodeVL64(userManager.userCount) + Encoding.encodeVL64(roomManager.roomCount)); //spectaors bar
                                if (_isOwner == false) // moodlight send 
                                    return;
                                string settingData = roomManager.moodlight.getSettings(_roomID);
                                if (settingData != null)
                                    sendData("Em" + settingData);
                                break;
                            }

Where do we have to replace?
 
Chasing 99 Red Balloons
Joined
Jan 9, 2008
Messages
857
Reaction score
229
press any key.

how do you edit the spec bar ?
It s in you variables =] the first number is online count and the second is loaded rooms =]



I found the 'problem with random d/c's so im gonna try to recode the mysql again today ^^ it seems that some people sql severs aren't responding fast enough thus causing errors when sql is needed :l
 
Inactive Account
Inactive Account
Joined
Feb 12, 2007
Messages
46
Reaction score
0
Mychem, I am wondering if your code can be improved? Now it opens the connection for every value of the catalogue for example?

Can't it be much better if it goes like this;
1. open connection
2. mysql query select * from catalogue
3. close connection

I think the server now does this (?):
1. open connection
2. Get value X from catalogue
3. close connection
4. repeat steps for all X untill X = Xmax

I am just guessing, but this seems the thing that is going on?
 
Chasing 99 Red Balloons
Joined
Jan 9, 2008
Messages
857
Reaction score
229
Mychem, I am wondering if your code can be improved? Now it opens the connection for every value of the catalogue for example?

Can't it be much better if it goes like this;
1. open connection
2. mysql query select * from catalogue
3. close connection

I think the server now does this (?):
1. open connection
2. Get value X from catalogue
3. close connection
4. repeat steps for all X untill X = Xmax

I am just guessing, but this seems the thing that is going on?
yup your right ^^im working on redoing the connection again due to the fact well the last on seems to suck ^^
 
Inactive Account
Inactive Account
Joined
Apr 16, 2007
Messages
2
Reaction score
0
yes, its only like a few 1000 KB, so practically nothing :S :S
 
Chasing 99 Red Balloons
Joined
Jan 9, 2008
Messages
857
Reaction score
229
Right i think i have something sort of working now for the new connection :D seem to actualy be stable


20 - 30 mins ill open a test hotel for you guys
 
Inactive Account
Inactive Account
Joined
Feb 12, 2007
Messages
46
Reaction score
0
Ah you've got the thing I mentioned working? That means that the startup is much quicker?
 
Status
Not open for further replies.
Back
Top