Seite 1 von 6
Portal + Index ??? ( intro_portal_mod_db_install.php )
Verfasst: 05.08.2004 14:37
von F!o
Hi,
ich brauche ganz dringend hilfe !!!
Ich habe diesen Mod soweit installiert doch jetzt will er das ich die "intro_portal_mod_db_install.php" aufrufe !
Wenn ich dieses mache, muss ich den Benutzernamen und Passwort eingeben !
Wenn ich das gemacht habe kommt :
SQL-DB-Installer - Intro + Portal MOD
--------------------------------------------------------------------------------
Please click here | Bitte hier klicken
Doch wenn ich auf hier klicken druecke muss ich wieder den Benutzernamen und Passwort eingeben und ich komme wieder auf die gleiche Seite wie oben angegeben !
Was soll ich tun ???
Ich habe schon gesucht habe aber nix gefunden !!!
Verfasst: 05.08.2004 14:46
von Markus67
Hi ...
kommst du in den Adminbereich von deinem Forum ?
Was steht da unter: Allgemein - Konfiguration ...
Domain-Name:
Scriptpfad:
Markus
Verfasst: 05.08.2004 19:33
von F!o
Hi,
also in den adminpanel komme ich und da steht :
Allgemeine Boardeinstellungen
Domainname : flo_re2003.s01.user-portal.com
Scriptpfad : /phpbb/
Das steht da !!
Warum fragst du das eigentlich ???
Verfasst: 05.08.2004 20:05
von Markus67
Hi ...
Weil ich wissen wollte ob Domain-Name und Scriptpfad richtig sind
- intro_portal_mod_db_install.php in den Forumroot hochladen
- als Admin im Forum anmelden
- Datei aufrufen und installieren
- danach die Datei wieder löschen
Markus
Verfasst: 05.08.2004 21:05
von F!o
Das instalieren geht ja nicht !!!
Wenn ich auf hier klicken druecke kommt wieder das login Fenster und wenn ich mich dann anmelde komm wieder hier klicken und so weiter und so weiter ...
Verfasst: 05.08.2004 21:13
von Markus67
Hi ...
schick mal bitte den Adminaccount von deinem Forum per PN
Markus
Verfasst: 05.08.2004 22:17
von F!o
hi,
hab sie dir geschickt !!
Verfasst: 06.08.2004 01:02
von Markus67
Hi ...
sehr komisch ...
Gibt es denn irgendwelche Einstellungsmöglichkeiten für die Subdomain ?
Stsimmt dort alles ?
Markus
Verfasst: 06.08.2004 01:16
von Leuchte
Ansonsten führe die Query mit KB:phpmyadmin aus:
CREATE TABLE phpbb_introportalmod (
config_name varchar(255) NOT NULL default '',
config_value text NOT NULL,
PRIMARY KEY (config_name)
) TYPE=MyISAM;
INSERT INTO phpbb_introportalmod VALUES ('config_id', '1');
INSERT INTO phpbb_introportalmod VALUES ('modversion', '1.50a');
INSERT INTO phpbb_introportalmod VALUES ('introportalmod_disable', '0');
INSERT INTO phpbb_introportalmod VALUES ('intro_disable', '0');
INSERT INTO phpbb_introportalmod VALUES ('intro_disable_msg', 'Intro derzeit deaktiviert');
INSERT INTO phpbb_introportalmod VALUES ('introlasttopics_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('introlasttopics_limit', '10');
INSERT INTO phpbb_introportalmod VALUES ('lasttopics_length_intro', '25');
INSERT INTO phpbb_introportalmod VALUES ('portal_disable', '0');
INSERT INTO phpbb_introportalmod VALUES ('portal_disable_msg', 'Portal derzeit deaktiviert');
INSERT INTO phpbb_introportalmod VALUES ('navigation_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('navigationquote_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('lastnewmembers_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('lastnewmembers_limit', '5');
INSERT INTO phpbb_introportalmod VALUES ('topposter_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('topposter_limit', '5');
INSERT INTO phpbb_introportalmod VALUES ('topposts_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('topposts_limit', '5');
INSERT INTO phpbb_introportalmod VALUES ('searchtopics_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('pollbox_active', '0');
INSERT INTO phpbb_introportalmod VALUES ('pollbox_forums', '1,2,3,4,5');
INSERT INTO phpbb_introportalmod VALUES ('forumview_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('lasttopics_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('lasttopics_limit', '10');
INSERT INTO phpbb_introportalmod VALUES ('lasttopics_length_portal', '25');
INSERT INTO phpbb_introportalmod VALUES ('freenet_active', '0');
INSERT INTO phpbb_introportalmod VALUES ('heise_active', '0');
INSERT INTO phpbb_introportalmod VALUES ('whoisonline_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('webmaster_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('partners_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('Partnersitelinks', 'http://www.partner1.de\r\nhttp://www.partner2.de\r\nhttp://www.partner3.de\r\nhttp://www.partner4.de\r\nhttp://www.partner5.de');
INSERT INTO phpbb_introportalmod VALUES ('google_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('left_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('center_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('right_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('border_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('fpost_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('fpost_numofnews', '3');
INSERT INTO phpbb_introportalmod VALUES ('fpost_forums', '1,2,3,4,5');
INSERT INTO phpbb_introportalmod VALUES ('fpost_newslength', '250');
INSERT INTO phpbb_introportalmod VALUES ('loginform_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('welcomeuser_active', '0');
INSERT INTO phpbb_introportalmod VALUES ('forumlegend_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('userpostcount_active', '1');
INSERT INTO phpbb_introportalmod VALUES ('birthdaymod_active', '0');
INSERT INTO phpbb_introportalmod VALUES ('lastvisitmod_active', '0');
INSERT INTO phpbb_introportalmod VALUES ('chatboxmod_active', '0');
INSERT INTO phpbb_introportalmod VALUES ('globalannouncemod_active', '0');
CREATE TABLE phpbb_introportalmodnav
(link_active tinyint(1) NOT NULL default '1',
link_id mediumint(5) NOT NULL default '0',
link_cat mediumint(5) NOT NULL default '0',
link_sub mediumint(5) NOT NULL default '0',
link_name varchar(60) NOT NULL default '',
link_url varchar(100) NOT NULL default '',
link_level tinyint(1) NOT NULL default '0',
link_level_type tinyint(1) NOT NULL default '0',
KEY link_id (link_id), KEY link_cat (link_cat),
KEY link_sub (link_sub))
TYPE=MyISAM;
INSERT INTO phpbb_introportalmodnav VALUES (1, 0, 0, 0, 'Navigation', '', -1, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 0, 0, 1, 'Forum', '', -1, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 1, 0, 1, '\$lang[\'IntroPortalMOD1\']', 'intro.php', -1, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 2, 0, 1, '\$lang[\'IntroPortalMOD2\']', 'portal.php', -1, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 3, 0, 1, '\$lang[\'IntroPortalMOD3\']', 'index.php', -1, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 0, 0, 2, '\$lang[\'Registered_users\']', '', -1, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 4, 0, 3, '\$lang[\'Register\']', 'profile.php?mode=register', -1, 0);
INSERT INTO phpbb_introportalmodnav VALUES (1, 5, 0, 2, '\$lang[\'Profile\']', 'profile.php?mode=editprofile', 0, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 6, 0, 2, '\$lang[\'Search\']', 'search.php', 0, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 7, 0, 2, '\$lang[\'Memberlist\']', 'memberlist.php', 0, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 8, 0, 2, '\$lang[\'FAQ\']', 'faq.php', 0, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 9, 0, 2, '\$lang[\'Usergroups\']', 'groupcp.php', 0, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 10, 0, 2, '\$lang[\'Private_Messages\']', 'privmsg.php', 0, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 11, 0, 2, '\$lang[\'Who_is_Online\']', 'viewonline.php', 0, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 0, 0, 4, '\$lang[\'IntroPortalMOD6\']', '', -1, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 12, 0, 4, '\$lang[\'IntroPortalMOD4\']', 'http://www.phpbb.de', -1, 2);
INSERT INTO phpbb_introportalmodnav VALUES (1, 0, 0, 3, '\$lang[\'Guest\']', '', -1, 2);
Verfasst: 06.08.2004 14:17
von F!o
Hi,
Ich danke euch allen viel mals !!!
Es geht endlich !!!
Hab einfach den ganzen sql code eingegeben und schon ging es !!!
Ihr habt mir alle sehr geholfen !!!
------------------->
www.flosforum.de.vu