Hey Katie,
The cheat works fine for me on my sims 2 game just fine! Check the link below and see if you're doing everything correctly.
http://www.gamewinners.com/DOSWIN/blsims2.htm
should not even be half way down the page the part talking about boolprop testingcheats.
Hope that link can...
ALTER TABLE `users` CHANGE `home_room` `home_room` INT( 10 ) UNSIGNED NOT NULL DEFAULT 'CHANGE TO YOUR ROOM ID'
Run that it'll change everyone that registers home_room to spawn in that room.
Yeah can just extract the sql like this
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(825, 94, '202', 'throne', 0, 0, 0, 1)
Just change 825 to a different ID 94 would be the rares page and keep 202 the...
ALTER TABLE `users` CHANGE `home_room` `home_room` INT( 10 ) UNSIGNED NOT NULL DEFAULT '1'
That will change the default home_room upon registering and change the 1 to the room ID you want.
update users set home_room='roomidhere';
That one will set everyones home_room that is already...
haven't used phpmyadmin in awhile since navicat is easier but uh I think you can go to catalogue_pages in your phpmyadmin and hit insert at the top and just fill out that info
Just change the default from 0 to any number you want
or run this query.
ALTER TABLE users MODIFY credits int(11) NOT NULL DEFAULT 'NUMBER OF START CREDITS'
Delete everything you have for revcms and re-extract it and put it back into your wwwroot and use helicon ape as I said and this will sort itself out using web.config doesn't actually do anything in my expirence.