All external variables work perfectly fine, you just obviously can't set them up right.
http://devbest.com/threads/swf-r63-swf-pack.11016/
Use this pack if you are really struggling.
Do this SQL query:
CREATE TABLE IF NOT EXISTS `rights` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`set_id` int(10) unsigned NOT NULL,
`right_id` varchar(128) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=22 ;
--
-- Daten für Tabelle...
The tutorials are basic and easy to understand if you follow mine or someone elses, found here:
http://devbest.com/threads/tut-set-up-a-r63-hotel-using-phoenix.11015/
Stop spamming threads.