11
airdog
Re: Module Error
  • 2005/3/17 1:05

  • airdog

  • Just popping in

  • Posts: 25

  • Since: 2005/2/16


Some modules come downloaded inside folders you have to make sure that you upload the folder containing the "xoops_version.php" open the file x-pbb123 and if there is another folder inside that contains the file "xoops_version.php" which is the file that installs the module.
"xoops_version.php" must be visible in the parent module directory



12
airdog
Re: rosterx wont'install
  • 2005/3/17 0:52

  • airdog

  • Just popping in

  • Posts: 25

  • Since: 2005/2/16


Ok I figured it out thanks for the clue

edit data.sql to look like this code below it worked for me

#
#
# Table structure for table `xRoster`
#

CREATE TABLE `xRoster` (
`id` int(11) NOT NULL auto_increment,
`member` tinyint(1) NOT NULL default '0',
`membername` varchar(50) NOT NULL default '',
`realname` varchar(50) NOT NULL default '',
`tid` int(11) NOT NULL default 9,
`gid` int(11) NOT NULL default 1,
`picture` varchar(255) NOT NULL default 'images/blank.jpg',
`location` varchar(100) NOT NULL default '',
`email` varchar(100) NOT NULL default '',
`age` char(3) NOT NULL default '',
`sitename` varchar(100) NOT NULL default '',
`siteurl` varchar(120) NOT NULL default '',
`games` varchar(100) NOT NULL default '',
`impref` varchar(4) NOT NULL default 'ICQ',
`imid` varchar(100) NOT NULL default '',
`connection` varchar(15) NOT NULL default '',
`note1` text NOT NULL,
`ahours` varchar(100) NOT NULL default '',
`pweapon` varchar(100) NOT NULL default '',
`sweapon` varchar(100) NOT NULL default '',
`note2` text NOT NULL,
`note3` text NOT NULL,
`note4` text NOT NULL,
`note5` text NOT NULL,
`tag` varchar(100) NOT NULL default '',
`since` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=2 ;

#
# Table structure for table `xRoster_titles`
#

CREATE TABLE `xRoster_titles` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL default '',
`weight` int(11) NOT NULL default 999,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=11 ;

#
# Dumping data for table `xRoster_titles`
#

INSERT INTO `xRoster_titles` VALUES (1, 'Clan Leader',100);
INSERT INTO `xRoster_titles` VALUES (3, 'Deputy Clan Leader',200);
INSERT INTO `xRoster_titles` VALUES (4, 'Drill Instructor',300);
INSERT INTO `xRoster_titles` VALUES (5, 'First Communications Officer',400);
INSERT INTO `xRoster_titles` VALUES (6, 'Recruiting Officer',500);
INSERT INTO `xRoster_titles` VALUES (7, 'Second Communications Officer',600);
INSERT INTO `xRoster_titles` VALUES (8, 'XOA Member',700);
INSERT INTO `xRoster_titles` VALUES (9, 'XOA Recruit',800);
INSERT INTO `xRoster_titles` VALUES (10, 'Sandwich Maker',900);

CREATE TABLE `xRoster_groups` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL default '',
`weight` int(11) NOT NULL default 999,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=3 ;

#
# Dumping data for table `xRoster_groups`
#

INSERT INTO `xRoster_groups` VALUES (1, 'Active',100);
INSERT INTO `xRoster_groups` VALUES (3, 'Honorary',200);



13
airdog
rosterx wont'install
  • 2005/3/16 20:13

  • airdog

  • Just popping in

  • Posts: 25

  • Since: 2005/2/16


When I try to install this module I get this Error Message


Installing xRoster

// // ----------------------------------------------------------------------// This program is free software is not a valid SQL!

Unable to install xroster. Error(s):



I found this line in the data.sql file

// This program is free software;

Any Ideas?



14
airdog
Re: Footer won't change!
  • 2005/3/6 17:34

  • airdog

  • Just popping in

  • Posts: 25

  • Since: 2005/2/16


Thank You!



15
airdog
Footer won't change!
  • 2005/3/6 16:52

  • airdog

  • Just popping in

  • Posts: 25

  • Since: 2005/2/16


I changed all settings in preferences/meta tags and footer
Everything changed exept the footer Any Ideas?



16
airdog
Re: "Whos Online" shows after logoff?
  • 2005/3/4 18:15

  • airdog

  • Just popping in

  • Posts: 25

  • Since: 2005/2/16


I'm having the same problem also. And when I log on It shows me as a guest and a member.



17
airdog
Re: agenda-x Blank page @index.php
  • 2005/3/4 17:31

  • airdog

  • Just popping in

  • Posts: 25

  • Since: 2005/2/16


I Figured it out I had 2 other Calander modules running
When I ran agendax in debug mode it gave me error mssages that the header was being called by CalX I deacctivated Calx and Tinyevent and no more Blank Page.



18
airdog
agenda-x Blank page @index.php
  • 2005/3/3 23:44

  • airdog

  • Just popping in

  • Posts: 25

  • Since: 2005/2/16


I installed agenda-x 2.2.0 and i recieve a blank page on the user end in index.php and in admin



19
airdog
Webmail FX Hacked
  • 2005/2/25 4:01

  • airdog

  • Just popping in

  • Posts: 25

  • Since: 2005/2/16


I installed WebmailFX set up preferences with my Cpanel User & password. Someone then hacked into my Cpanel changed my index page some htaccess files and changed the password to cpanel and of course ftp did I leave some permissions set wrong or what, any Ideas?



20
airdog
Webmail FX Hacked
  • 2005/2/24 6:39

  • airdog

  • Just popping in

  • Posts: 25

  • Since: 2005/2/16


I installed WebmailFX set up preferences with my Cpanel User & password. Someone then hacked into my Cpanel changed my index page some htaccess files and changed the password to cpanel and of course ftp did I leave some permissions set wrong or what, any Ideas?




TopTop
« 1 (2) 3 »



Login

Who's Online

170 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 170


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits