BS-Fusion Deutschland

Sicherheit für das Portal

Surftips
Create infusion
Veröffentlicht am: 11. Juni 2009
In BS-Fusion, it is no longer required to define the listing of its own infusions with infusionname_panel, because BS-Fusion uses an additional directory panels, in which all panel files can be stored.
The filename for this folder, has to be infusionname_panel.php.

The infusion.php for installation:
<?php
############## Check for direct call to the file ###################
if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; }

######### Inclusion of the language file ##############
if (file_exists(INFUSIONS."infusionname/locale/".LANGUAGE.".php")) {
    include INFUSIONS."infusionname/locale/".LANGUAGE.".php";
} else {
    include INFUSIONS."infusionname/locale/German.php";
}

########  Informations about the infusion ##########

$inf_title = $locale['xxxxxx'];
$inf_description = $locale['xxxxxx'];
$inf_version = "1.0";
$inf_developer = "developer";
$inf_email = "developer email";
$inf_weburl = "developer homepage";
$inf_folder = "infusionname";


########## Informations with infusions with administration ##############

// The icon for the infusion-admin must be in /administration/images/

$inf_admin_image = "infusion_panel.gif"; 

// Admin-file

$inf_admin_panel = "infusionsadmin.php";

// Admin rights for this iInfusion
/*
If you dont want to give any admin the "IP" access to the admin area of the infusion, then there is a token to their own rights. The law allows a maximum of 4 characters. The right may not exist, because the infusion is not correctly installed. If this variable is empty, the "IP" law used.
*/

$inf_admin_rights = "IP";

/*
This variable is used to which panels are included.
If you want to uninstall the infusion, then these panels are deleted from the database, so that no errors arise.
*/

$inf_panels = array("infusionname_panel","infusionname_other_panel");

#########  Information for the  Sitelinks ############

/**
Fill these variables only, if a page link should be created in the navigation panel.
*/

$inf_link_name = "";             // Linkname
$inf_link_url = "";                  // Linkurl
$inf_link_visibility = "0";       // Userlevel for visibility

########## Database informations #################

$inf_newtables = 1;                   // Number of new tables
$inf_insertdbrows = 1;              // Number of new table entries
$inf_altertables = 0;                   // Number of changes in tables
$inf_deldbrows = 0;                   // Number of table deletes

// delete entries, which are not needed.

$inf_newtable_[1] = "tablename (
feld1 SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT,
feld2 TINYINT(5) UNSIGNED DEFAULT '1' NOT NULL,
feld3 VARCHAR(200) DEFAULT '' NOT NULL,
feld4 VARCHAR(50) DEFAULT '' NOT NULL,
PRIMARY KEY (feld1)
) TYPE=MyISAM;";

$inf_insertdbrow_[1] = "tablename (feld1, feld2, feld3, feld4) VALUES('', '', '', '')";

$inf_altertable_[1] = "tablename ADD etc";

$inf_deldbrow_[1] = "tablename WHERE-KLAUSEL";

// Löschung der Tabelle bei Deinstallation
$inf_droptable_[1] = "tablename";

//  tablename without the DB_PREFIX

?>
 0 Kommentare  Drucken Drucken
Kommentare
Es wurden keine Kommentare geschrieben.
Bitte einloggen, um einen Kommentar zu schreiben.
Bewertung
Die Bewertung ist nur für Mitglieder verfügbar.

Bitte logge Dich ein oder registriere Dich, um abzustimmen.

Keine Bewertung eingesandt.
Anmelden
Shoutbox
Du musst Dich einloggen, um eine Nachricht zu schreiben.

bullet webmaster2001 offline
21.07.2018 - 11:53
Wow - hier scheint ja gar nichts mehr zu laufen. Silvermooooon - lebst du noch? )
bullet mbcowboy offline
19.11.2016 - 22:37
@powerrace
http://www.deeone.de/infusions/pro_download_panel/download.php?did=129
bullet powerrace offline
19.09.2016 - 14:18
Hallo ich suche einen der mir mal sagen kann wie ich einen eventkalender auf meine seite bekomme
bullet Chicko2012 offline
17.03.2016 - 12:37
Mahlzeit an Alle Bin Neu Hier
ig schmeiß mal ne runde Kaffee in die Runde
bullet CobraT0T offline
11.06.2015 - 14:22
läuft ....
bullet CobraT0T offline
11.06.2015 - 14:21
Ihr Leistet echt eine Super arbeit hier... eurer Security System leuft Super... und das kosten los.... Ich & meine Community danken euch dafür....
Gruß Cobra
bullet baerchen offline
24.09.2014 - 10:43
mal alle schnell grüßen
bullet webmaster2001 offline
05.09.2014 - 17:11
Ein Hallo in die Runde!
bullet Darkangel offline
20.05.2013 - 14:28
Hallo super Seite habt ihr hier weiter so :-)
bullet wely offline
28.04.2013 - 20:58