SQL??
Verfasst: 03.07.2004 23:55
Jo hi noch ne Frage!!
Jo ich wollte für das Portal noch eine scrollbox einbauen!!
Ich kann nur mir der anweisund "SQL" nichts anfangen!!
MFG Sperz
Jo ich wollte für das Portal noch eine scrollbox einbauen!!
Ich kann nur mir der anweisund "SQL" nichts anfangen!!

##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ SQL ]------------------------------------------#
CREATE TABLE phpbb_q_links (
id mediumint(8) unsigned NOT NULL auto_increment,
url text NOT NULL,
name text NOT NULL,
image text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM;
INSERT INTO phpbb_q_links (url, name, image) VALUES ('http://www.oxpus.de', 'OXPUS', 'images/q_links/oxpus.gif');
INSERT INTO phpbb_q_links (url, name, image) VALUES ('http://www.phpbb.com', 'phpBB', 'images/q_links/phpBB.gif');
#
#-----[ COPY ]------------------------------------------
#
copy admin/admin_q_links.php to admin/admin_q_links.php
copy images/q_links/*.* to images/q_links/*.*
copy templates/subSilver/admin/admin_q_links_add.tpl to templates/subSilver/admin/admin_q_links_add.tpl
copy templates/subSilver/admin/admin_q_links_display.tpl to templates/subSilver/admin/admin_q_links_display.tpl
#
#-----[ OPEN ]------------------------------------------
#
includes/constants.php
#
MFG Sperz