Page 2 of 6 FirstFirst 123456 LastLast
Results 11 to 20 of 56
  1. #11
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    wont even install

  2. #12
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Dude2892
    wont even install
    Redownload.. I fixed it and tested it.

  3. #13
    Join Date
    Jun 2005
    Posts
    2,688
    Tokens
    0

    Latest Awards:

    Default

    I have installed it and get this on the main index file
    Table 'baving_panel.config' doesn't exist

  4. #14
    Join Date
    Dec 2004
    Location
    Manchester, UK
    Posts
    334
    Tokens
    0

    Default

    Same error as Baving.

  5. #15
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    I am having some problems with install, you need to use chmod() or tell people to chmod files on the install dude...

    Table 'losh_demo.config' doesn't exist
    When making a project like this it is allways good to do a personal beta before.
    Last edited by Luckyrare; 24-04-2006 at 06:17 PM.

  6. #16
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    SQL Creation...
    Install Complete... Please edit config.php and you are ready to go!! If you need to reinstall for any reason please delete install.lck from the install directory.
    Warning: rename(install.txt,install.lck): Permission denied in /home/habboatt/public_html/Beta/install/install2.php on line 278
    failed to copy installer lock file. We recomend you rename install.l to install.lck to prevent this file from being able to run.


    also index.php says no database selected
    Last edited by -::Mr.Dave::-; 24-04-2006 at 06:18 PM.

  7. #17
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Ahh damn it just use my SQL

    Code:
    -- phpMyAdmin SQL Dump
    -- version 2.6.4-pl2
    -- http://www.phpmyadmin.net
    -- 
    -- Host: localhost
    -- Generation Time: Apr 24, 2006 at 03:52 PM
    -- Server version: 4.0.25
    -- PHP Version: 4.3.11
    -- 
    -- Database: `habbofan_radio`
    -- 
    
    -- --------------------------------------------------------
    
    -- 
    -- Table structure for table `alert`
    -- 
    
    CREATE TABLE `alert` (
      `ID` int(4) NOT NULL auto_increment,
      `message` text NOT NULL,
      `active` char(1) NOT NULL default '',
      PRIMARY KEY  (`ID`)
    ) TYPE=MyISAM AUTO_INCREMENT=2 ;
    
    -- 
    -- Dumping data for table `alert`
    -- 
    
    
    -- --------------------------------------------------------
    
    -- 
    -- Table structure for table `config`
    -- 
    
    CREATE TABLE `config` (
      `id` int(10) NOT NULL auto_increment,
      `name` longtext NOT NULL,
      `value` longtext NOT NULL,
      PRIMARY KEY  (`id`)
    ) TYPE=MyISAM AUTO_INCREMENT=3 ;
    
    -- 
    -- Dumping data for table `config`
    -- 
    
    INSERT INTO `config` VALUES (1, 'adminmsg', 'Tim pwns j00.');
    INSERT INTO `config` VALUES (2, 'djsays', 'DJ SAYS DEFAULT');
    
    -- --------------------------------------------------------
    
    -- 
    -- Table structure for table `requests`
    -- 
    
    CREATE TABLE `requests` (
      `id` int(10) NOT NULL auto_increment,
      `name` longtext NOT NULL,
      `type` longtext NOT NULL,
      `msg` longtext NOT NULL,
      PRIMARY KEY  (`id`)
    ) TYPE=MyISAM AUTO_INCREMENT=4 ;
    
    -- 
    -- Dumping data for table `requests`
    -- 
    
    
    -- --------------------------------------------------------
    
    -- 
    -- Table structure for table `tmtbl`
    -- 
    
    CREATE TABLE `tmtbl` (
      `id` int(10) NOT NULL auto_increment,
      `day` longtext NOT NULL,
      `time` longtext NOT NULL,
      `dj` longtext NOT NULL,
      PRIMARY KEY  (`id`)
    ) TYPE=MyISAM AUTO_INCREMENT=169 ;
    
    -- 
    -- Dumping data for table `tmtbl`
    -- 
    
    INSERT INTO `tmtbl` VALUES (1, 'monday', '0:00 - 1:00', '');
    INSERT INTO `tmtbl` VALUES (2, 'monday', '1:00 - 2:00', '');
    INSERT INTO `tmtbl` VALUES (3, 'monday', '2:00 - 3:00', '');
    INSERT INTO `tmtbl` VALUES (4, 'monday', '3:00 - 4:00', '');
    INSERT INTO `tmtbl` VALUES (5, 'monday', '4:00 - 5:00', '');
    INSERT INTO `tmtbl` VALUES (6, 'monday', '5:00 - 6:00', '');
    INSERT INTO `tmtbl` VALUES (7, 'monday', '6:00 - 7:00', '');
    INSERT INTO `tmtbl` VALUES (8, 'monday', '7:00 - 8:00', '');
    INSERT INTO `tmtbl` VALUES (9, 'monday', '8:00 - 9:00', '');
    INSERT INTO `tmtbl` VALUES (10, 'monday', '9:00 - 10:00', '');
    INSERT INTO `tmtbl` VALUES (11, 'monday', '10:00 - 11:00', '');
    INSERT INTO `tmtbl` VALUES (12, 'monday', '11:00 - 12:00', '');
    INSERT INTO `tmtbl` VALUES (13, 'monday', '12:00 - 13:00', '');
    INSERT INTO `tmtbl` VALUES (14, 'monday', '13:00 - 14:00', '');
    INSERT INTO `tmtbl` VALUES (15, 'monday', '14:00 - 15:00', '');
    INSERT INTO `tmtbl` VALUES (16, 'monday', '15:00 - 16:00', '');
    INSERT INTO `tmtbl` VALUES (17, 'monday', '16:00 - 17:00', '');
    INSERT INTO `tmtbl` VALUES (18, 'monday', '17:00 - 18:00', '');
    INSERT INTO `tmtbl` VALUES (19, 'monday', '18:00 - 19:00', '');
    INSERT INTO `tmtbl` VALUES (20, 'monday', '19:00 - 20:00', '');
    INSERT INTO `tmtbl` VALUES (21, 'monday', '20:00 - 21:00', '');
    INSERT INTO `tmtbl` VALUES (22, 'monday', '21:00 - 22:00', '');
    INSERT INTO `tmtbl` VALUES (23, 'monday', '22:00 - 23:00', '');
    INSERT INTO `tmtbl` VALUES (24, 'monday', '23:00 - 0:00', '');
    INSERT INTO `tmtbl` VALUES (25, 'tuesday', '0:00 - 1:00', '');
    INSERT INTO `tmtbl` VALUES (26, 'tuesday', '1:00 - 2:00', '');
    INSERT INTO `tmtbl` VALUES (27, 'tuesday', '2:00 - 3:00', '');
    INSERT INTO `tmtbl` VALUES (28, 'tuesday', '3:00 - 4:00', '');
    INSERT INTO `tmtbl` VALUES (29, 'tuesday', '4:00 - 5:00', '');
    INSERT INTO `tmtbl` VALUES (30, 'tuesday', '5:00 - 6:00', '');
    INSERT INTO `tmtbl` VALUES (31, 'tuesday', '6:00 - 7:00', '');
    INSERT INTO `tmtbl` VALUES (32, 'tuesday', '7:00 - 8:00', '');
    INSERT INTO `tmtbl` VALUES (33, 'tuesday', '8:00 - 9:00', '');
    INSERT INTO `tmtbl` VALUES (34, 'tuesday', '9:00 - 10:00', '');
    INSERT INTO `tmtbl` VALUES (35, 'tuesday', '10:00 - 11:00', '');
    INSERT INTO `tmtbl` VALUES (36, 'tuesday', '11:00 - 12:00', '');
    INSERT INTO `tmtbl` VALUES (37, 'tuesday', '12:00 - 13:00', '');
    INSERT INTO `tmtbl` VALUES (38, 'tuesday', '13:00 - 14:00', '');
    INSERT INTO `tmtbl` VALUES (39, 'tuesday', '14:00 - 15:00', '');
    INSERT INTO `tmtbl` VALUES (40, 'tuesday', '15:00 - 16:00', '');
    INSERT INTO `tmtbl` VALUES (41, 'tuesday', '16:00 - 17:00', '');
    INSERT INTO `tmtbl` VALUES (42, 'tuesday', '17:00 - 18:00', '');
    INSERT INTO `tmtbl` VALUES (43, 'tuesday', '18:00 - 19:00', '');
    INSERT INTO `tmtbl` VALUES (44, 'tuesday', '19:00 - 20:00', '');
    INSERT INTO `tmtbl` VALUES (45, 'tuesday', '20:00 - 21:00', '');
    INSERT INTO `tmtbl` VALUES (46, 'tuesday', '21:00 - 22:00', '');
    INSERT INTO `tmtbl` VALUES (47, 'tuesday', '22:00 - 23:00', '');
    INSERT INTO `tmtbl` VALUES (48, 'tuesday', '23:00 - 0:00', '');
    INSERT INTO `tmtbl` VALUES (49, 'wednesday', '0:00 - 1:00', '');
    INSERT INTO `tmtbl` VALUES (50, 'wednesday', '1:00 - 2:00', '');
    INSERT INTO `tmtbl` VALUES (51, 'wednesday', '2:00 - 3:00', '');
    INSERT INTO `tmtbl` VALUES (52, 'wednesday', '3:00 - 4:00', '');
    INSERT INTO `tmtbl` VALUES (53, 'wednesday', '4:00 - 5:00', '');
    INSERT INTO `tmtbl` VALUES (54, 'wednesday', '5:00 - 6:00', '');
    INSERT INTO `tmtbl` VALUES (55, 'wednesday', '6:00 - 7:00', '');
    INSERT INTO `tmtbl` VALUES (56, 'wednesday', '7:00 - 8:00', '');
    INSERT INTO `tmtbl` VALUES (57, 'wednesday', '8:00 - 9:00', '');
    INSERT INTO `tmtbl` VALUES (58, 'wednesday', '9:00 - 10:00', '');
    INSERT INTO `tmtbl` VALUES (59, 'wednesday', '10:00 - 11:00', '');
    INSERT INTO `tmtbl` VALUES (60, 'wednesday', '11:00 - 12:00', '');
    INSERT INTO `tmtbl` VALUES (61, 'wednesday', '12:00 - 13:00', '');
    INSERT INTO `tmtbl` VALUES (62, 'wednesday', '13:00 - 14:00', '');
    INSERT INTO `tmtbl` VALUES (63, 'wednesday', '14:00 - 15:00', '');
    INSERT INTO `tmtbl` VALUES (64, 'wednesday', '15:00 - 16:00', '');
    INSERT INTO `tmtbl` VALUES (65, 'wednesday', '16:00 - 17:00', '');
    INSERT INTO `tmtbl` VALUES (66, 'wednesday', '17:00 - 18:00', '');
    INSERT INTO `tmtbl` VALUES (67, 'wednesday', '18:00 - 19:00', '');
    INSERT INTO `tmtbl` VALUES (68, 'wednesday', '19:00 - 20:00', '');
    INSERT INTO `tmtbl` VALUES (69, 'wednesday', '20:00 - 21:00', '');
    INSERT INTO `tmtbl` VALUES (70, 'wednesday', '21:00 - 22:00', '');
    INSERT INTO `tmtbl` VALUES (71, 'wednesday', '22:00 - 23:00', '');
    INSERT INTO `tmtbl` VALUES (72, 'wednesday', '23:00 - 0:00', '');
    INSERT INTO `tmtbl` VALUES (73, 'thursday', '0:00 - 1:00', '');
    INSERT INTO `tmtbl` VALUES (74, 'thursday', '1:00 - 2:00', '');
    INSERT INTO `tmtbl` VALUES (75, 'thursday', '2:00 - 3:00', '');
    INSERT INTO `tmtbl` VALUES (76, 'thursday', '3:00 - 4:00', '');
    INSERT INTO `tmtbl` VALUES (77, 'thursday', '4:00 - 5:00', '');
    INSERT INTO `tmtbl` VALUES (78, 'thursday', '5:00 - 6:00', '');
    INSERT INTO `tmtbl` VALUES (79, 'thursday', '6:00 - 7:00', '');
    INSERT INTO `tmtbl` VALUES (80, 'thursday', '7:00 - 8:00', '');
    INSERT INTO `tmtbl` VALUES (81, 'thursday', '8:00 - 9:00', '');
    INSERT INTO `tmtbl` VALUES (82, 'thursday', '9:00 - 10:00', '');
    INSERT INTO `tmtbl` VALUES (83, 'thursday', '10:00 - 11:00', '');
    INSERT INTO `tmtbl` VALUES (84, 'thursday', '11:00 - 12:00', '');
    INSERT INTO `tmtbl` VALUES (85, 'thursday', '12:00 - 13:00', '');
    INSERT INTO `tmtbl` VALUES (86, 'thursday', '13:00 - 14:00', '');
    INSERT INTO `tmtbl` VALUES (87, 'thursday', '14:00 - 15:00', '');
    INSERT INTO `tmtbl` VALUES (88, 'thursday', '15:00 - 16:00', '');
    INSERT INTO `tmtbl` VALUES (89, 'thursday', '16:00 - 17:00', '');
    INSERT INTO `tmtbl` VALUES (90, 'thursday', '17:00 - 18:00', '');
    INSERT INTO `tmtbl` VALUES (91, 'thursday', '18:00 - 19:00', '');
    INSERT INTO `tmtbl` VALUES (92, 'thursday', '19:00 - 20:00', '');
    INSERT INTO `tmtbl` VALUES (93, 'thursday', '20:00 - 21:00', '');
    INSERT INTO `tmtbl` VALUES (94, 'thursday', '21:00 - 22:00', '');
    INSERT INTO `tmtbl` VALUES (95, 'thursday', '22:00 - 23:00', '');
    INSERT INTO `tmtbl` VALUES (96, 'thursday', '23:00 - 0:00', '');
    INSERT INTO `tmtbl` VALUES (97, 'friday', '0:00 - 1:00', '');
    INSERT INTO `tmtbl` VALUES (98, 'friday', '1:00 - 2:00', '');
    INSERT INTO `tmtbl` VALUES (99, 'friday', '2:00 - 3:00', '');
    INSERT INTO `tmtbl` VALUES (100, 'friday', '3:00 - 4:00', '');
    INSERT INTO `tmtbl` VALUES (101, 'friday', '4:00 - 5:00', '');
    INSERT INTO `tmtbl` VALUES (102, 'friday', '5:00 - 6:00', '');
    INSERT INTO `tmtbl` VALUES (103, 'friday', '6:00 - 7:00', '');
    INSERT INTO `tmtbl` VALUES (104, 'friday', '7:00 - 8:00', '');
    INSERT INTO `tmtbl` VALUES (105, 'friday', '8:00 - 9:00', '');
    INSERT INTO `tmtbl` VALUES (106, 'friday', '9:00 - 10:00', '');
    INSERT INTO `tmtbl` VALUES (107, 'friday', '10:00 - 11:00', '');
    INSERT INTO `tmtbl` VALUES (108, 'friday', '11:00 - 12:00', '');
    INSERT INTO `tmtbl` VALUES (109, 'friday', '12:00 - 13:00', '');
    INSERT INTO `tmtbl` VALUES (110, 'friday', '13:00 - 14:00', '');
    INSERT INTO `tmtbl` VALUES (111, 'friday', '14:00 - 15:00', '');
    INSERT INTO `tmtbl` VALUES (112, 'friday', '15:00 - 16:00', '');
    INSERT INTO `tmtbl` VALUES (113, 'friday', '16:00 - 17:00', '');
    INSERT INTO `tmtbl` VALUES (114, 'friday', '17:00 - 18:00', '');
    INSERT INTO `tmtbl` VALUES (115, 'friday', '18:00 - 19:00', '');
    INSERT INTO `tmtbl` VALUES (116, 'friday', '19:00 - 20:00', '');
    INSERT INTO `tmtbl` VALUES (117, 'friday', '20:00 - 21:00', '');
    INSERT INTO `tmtbl` VALUES (118, 'friday', '21:00 - 22:00', '');
    INSERT INTO `tmtbl` VALUES (119, 'friday', '22:00 - 23:00', '');
    INSERT INTO `tmtbl` VALUES (120, 'friday', '23:00 - 0:00', '');
    INSERT INTO `tmtbl` VALUES (121, 'saturday', '0:00 - 1:00', '');
    INSERT INTO `tmtbl` VALUES (122, 'saturday', '1:00 - 2:00', '');
    INSERT INTO `tmtbl` VALUES (123, 'saturday', '2:00 - 3:00', '');
    INSERT INTO `tmtbl` VALUES (124, 'saturday', '3:00 - 4:00', '');
    INSERT INTO `tmtbl` VALUES (125, 'saturday', '4:00 - 5:00', '');
    INSERT INTO `tmtbl` VALUES (126, 'saturday', '5:00 - 6:00', '');
    INSERT INTO `tmtbl` VALUES (127, 'saturday', '6:00 - 7:00', '');
    INSERT INTO `tmtbl` VALUES (128, 'saturday', '7:00 - 8:00', '');
    INSERT INTO `tmtbl` VALUES (129, 'saturday', '8:00 - 9:00', '');
    INSERT INTO `tmtbl` VALUES (130, 'saturday', '9:00 - 10:00', '');
    INSERT INTO `tmtbl` VALUES (131, 'saturday', '10:00 - 11:00', '');
    INSERT INTO `tmtbl` VALUES (132, 'saturday', '11:00 - 12:00', '');
    INSERT INTO `tmtbl` VALUES (133, 'saturday', '12:00 - 13:00', '');
    INSERT INTO `tmtbl` VALUES (134, 'saturday', '13:00 - 14:00', '');
    INSERT INTO `tmtbl` VALUES (135, 'saturday', '14:00 - 15:00', '');
    INSERT INTO `tmtbl` VALUES (136, 'saturday', '15:00 - 16:00', '');
    INSERT INTO `tmtbl` VALUES (137, 'saturday', '16:00 - 17:00', '');
    INSERT INTO `tmtbl` VALUES (138, 'saturday', '17:00 - 18:00', '');
    INSERT INTO `tmtbl` VALUES (139, 'saturday', '18:00 - 19:00', '');
    INSERT INTO `tmtbl` VALUES (140, 'saturday', '19:00 - 20:00', '');
    INSERT INTO `tmtbl` VALUES (141, 'saturday', '20:00 - 21:00', '');
    INSERT INTO `tmtbl` VALUES (142, 'saturday', '21:00 - 22:00', '');
    INSERT INTO `tmtbl` VALUES (143, 'saturday', '22:00 - 23:00', '');
    INSERT INTO `tmtbl` VALUES (144, 'saturday', '23:00 - 0:00', '');
    INSERT INTO `tmtbl` VALUES (145, 'sunday', '0:00 - 1:00', '');
    INSERT INTO `tmtbl` VALUES (146, 'sunday', '1:00 - 2:00', '');
    INSERT INTO `tmtbl` VALUES (147, 'sunday', '2:00 - 3:00', '');
    INSERT INTO `tmtbl` VALUES (148, 'sunday', '3:00 - 4:00', '');
    INSERT INTO `tmtbl` VALUES (149, 'sunday', '4:00 - 5:00', '');
    INSERT INTO `tmtbl` VALUES (150, 'sunday', '5:00 - 6:00', '');
    INSERT INTO `tmtbl` VALUES (151, 'sunday', '6:00 - 7:00', '');
    INSERT INTO `tmtbl` VALUES (152, 'sunday', '7:00 - 8:00', '');
    INSERT INTO `tmtbl` VALUES (153, 'sunday', '8:00 - 9:00', '');
    INSERT INTO `tmtbl` VALUES (154, 'sunday', '9:00 - 10:00', '');
    INSERT INTO `tmtbl` VALUES (155, 'sunday', '10:00 - 11:00', '');
    INSERT INTO `tmtbl` VALUES (156, 'sunday', '11:00 - 12:00', '');
    INSERT INTO `tmtbl` VALUES (157, 'sunday', '12:00 - 13:00', '');
    INSERT INTO `tmtbl` VALUES (158, 'sunday', '13:00 - 14:00', '');
    INSERT INTO `tmtbl` VALUES (159, 'sunday', '14:00 - 15:00', '');
    INSERT INTO `tmtbl` VALUES (160, 'sunday', '15:00 - 16:00', '');
    INSERT INTO `tmtbl` VALUES (161, 'sunday', '16:00 - 17:00', '');
    INSERT INTO `tmtbl` VALUES (162, 'sunday', '17:00 - 18:00', '');
    INSERT INTO `tmtbl` VALUES (163, 'sunday', '18:00 - 19:00', '');
    INSERT INTO `tmtbl` VALUES (164, 'sunday', '19:00 - 20:00', '');
    INSERT INTO `tmtbl` VALUES (165, 'sunday', '20:00 - 21:00', '');
    INSERT INTO `tmtbl` VALUES (166, 'sunday', '21:00 - 22:00', '');
    INSERT INTO `tmtbl` VALUES (167, 'sunday', '22:00 - 23:00', '');
    INSERT INTO `tmtbl` VALUES (168, 'sunday', '23:00 - 0:00', '');
    
    -- --------------------------------------------------------
    
    -- 
    -- Table structure for table `users`
    -- 
    
    CREATE TABLE `users` (
      `id` int(10) NOT NULL auto_increment,
      `username` longtext NOT NULL,
      `password` longtext NOT NULL,
      `email` longtext NOT NULL,
      `permission` longtext NOT NULL,
      PRIMARY KEY  (`id`)
    ) TYPE=MyISAM AUTO_INCREMENT=2 ;
    
    -- 
    -- Dumping data for table `users`
    -- 
    
    INSERT INTO `users` VALUES (1, 'admin', 'admin', '[email protected]', 'admin');
    Edit: I have tested it myself, but I never installed it useing the install file ;P
    Last edited by Tomm; 24-04-2006 at 06:19 PM.

  8. #18
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    admin admin [email protected] admin

    Unsafe... You need to use md5 dude, hack the mysql and you can hack anything that uses that password.

  9. #19
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Luckyrare
    admin admin [email protected] admin

    Unsafe... You need to use md5 dude, hack the mysql and you can hack anything that uses that password.
    Lolz I know. Never got around to adding md5.

  10. #20
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    Warning: main(../Connections/MySQL.php): failed to open stream: No such file or directory in /home/habboatt/public_html/beta/install/install2.php on line 1

    Warning: main(../Connections/MySQL.php): failed to open stream: No such file or directory in /home/habboatt/public_html/beta/install/install2.php on line 1

    Warning: main(../Connections/MySQL.php): failed to open stream: No such file or directory in /home/habboatt/public_html/beta/install/install2.php on line 1

    Warning: main(): Failed opening '../Connections/MySQL.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/habboatt/public_html/beta/install/install2.php on line 1

    SQL Creation...

    Warning: mysql_query(): Access denied for user: 'nobody@localhost' (Using password: NO) in /home/habboatt/public_html/beta/install/install2.php on line 273

    Warning: mysql_query(): A link to the server could not be established in /home/habboatt/public_html/beta/install/install2.php on line 273
    Install Complete... Please edit config.php and you are ready to go!! If you need to reinstall for any reason please delete install.lck from the install directory.
    Warning: rename(install.txt,install.lck): Permission denied in /home/habboatt/public_html/beta/install/install2.php on line 278
    failed to copy installer lock file. We recomend you rename install.l to install.lck to prevent this file from being able to run

Page 2 of 6 FirstFirst 123456 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •