dlmod

Enthält archivierte Beiträge von Hotschi's Board zum Download MOD.
Posten ist hier nicht möglich, bitte das Supportforum dafür verwenden!
Gesperrt
Anonymous

dlmod

Beitrag von Anonymous »

Hi there,

I have a question over the dl mod.

I must create a table but what must i fill in databese manager in?
Can yoiu give me the good code?

Code: Alles auswählen

## Creating table
#########################
##
## Name:	"phpbb_downloads"
## Fields:	"id" int(11) auto_increment, primary key
##		"description" varchar(255)
##		"file_name" varchar(255)
##		"klicks" int(11), Standard "0"
##		"free" tinyint(1), Standard "0"
##		"extern" tinyint(1), Standard "0"
##		"long_desc" text
##		"sort" int(11), Standard "0"
##
########################



## Modifying table "phpbb_users"
#########################
##
## New column:	"user_traffic" int(255) Standard: "0"
##
########################
Please give answer in english please.
Gesperrt