Micro Hotel Release (Cabbo Edit)

Status
Not open for further replies.

JynX

Posting Freak
Feb 6, 2016
710
438
I cant Import a microdb.sql Maximal Time every time
Common Solutions:
  • Fuck PHPMyAdmin and use Navicat
  • Go in \phpmyadmin\libraries\config.default.php and change $cfg['ExecTimeLimit'] = 300; to $cfg['ExecTimeLimit'] = 0; and restart XAMPP.
 

Liraux

New Member
Oct 17, 2016
11
0
if someone plans on using this i only recommend the cms and the database just to grab the required tables and columns as the emulator and swfs are basically just revision 78 from ***** with standard to no edits really.

oxCG09p.png
why is the emulator not working for me?
 

khadgar

New Member
Apr 3, 2016
28
8
On the housekeeping, when i try to log in the pin says its wrong yet i look in users and its the same as the staff_pin. how do i fix this?
 

JynX

Posting Freak
Feb 6, 2016
710
438
Uhm, delete column `staff_pin` and put your pin inside the column labeled `housekeeping_pin` and try again. :)
 

Liraux

New Member
Oct 17, 2016
11
0
Can anywhere helping me with the client?
 
Micro closed a few days back as me and Jay have moved on to further projects. :) Also, I agree with you @iGlenn I'm not an emulator guy :p

Edit: I'm a retard there are screenies :p
Can you Help me?
 
What's not working? Could you provide some screenies?

Client is Loading every Time..:/
 
What's not working? Could you provide some screenies?
You have skype?
 

Santa

New Member
Jan 17, 2012
21
2
Reupload the file as it seems to be broken.
 

Attachments

  • ^EE8DDE4044DD37E671EBD36D78BD62115F93D9DCB2F863EE62^pimgpsh_thumbnail_win_distr.jpg
    ^EE8DDE4044DD37E671EBD36D78BD62115F93D9DCB2F863EE62^pimgpsh_thumbnail_win_distr.jpg
    6.3 KB · Views: 31

Scope9674

New Member
Jan 19, 2013
13
1
It was made on IIS, but to make it work for XAMPP you would need to rewrite the .htaccess :p
I used IIS 7, thank you! :p I only wanted to know it. But its amazing and huge.. :eek: 2 GB !!
It costs me a lot of time to put in the database... x-( !!!
But it is nice ;)
 

Santa

New Member
Jan 17, 2012
21
2
Has the download link been done or make a new download url as its broken.
 

Scope9674

New Member
Jan 19, 2013
13
1
Dude, cant register.. It says : Can't register twice.. lol ;)
And 3 Micro's online ftw ! :eek: Since when ?

And now this '' Unknown column 'refered_by' in 'field list' ''

-.-''
 
Last edited:

Xuxu

Member
Nov 21, 2016
295
59
Dude, cant register.. It says : Can't register twice.. lol ;)
And 3 Micro's online ftw ! :eek: Since when ?

And now this '' Unknown column 'refered_by' in 'field list' ''

-.-''
for field list issue look for your "users" table in the db and if using navicat right click and design the table and add field/column "refered_by"

for online count it should reset to 0 when you restart the emu or start it up. if not try deleting your "server_status" table and run this query below
Code:
CREATE TABLE `server_status` (
  `users_online` int(11) NOT NULL DEFAULT '0',
  `loaded_rooms` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Data dump for tabellen `server_status`
--

INSERT INTO `server_status` (`users_online`, `loaded_rooms`) VALUES
(0, 0);
 

funkystrainz

Member
Oct 12, 2016
106
9
I've been trying to figure out how to replace the null content for {hotelName}, {username} and {motto}. Even when the script is correct, None of the data is being fetched from the submitted page. Has anyone set this up successfully? With the HK?
 

JynX

Posting Freak
Feb 6, 2016
710
438
I've been trying to figure out how to replace the null content for {hotelName}, {username} and {motto}. Even when the script is correct, None of the data is being fetched from the submitted page. Has anyone set this up successfully? With the HK?
Are you saying that your {hotelName} and stuff won't show up?
 
Status
Not open for further replies.

Users who are viewing this thread

Top