- Beiträge: 2480
Integration eines Programms
- Anonymous
-
Autor
- Besucher
-
02 Feb. 2007 07:29 #5865
von Anonymous
Integration eines Programms wurde erstellt von Anonymous
Ich möchte eine Integration eines Programmes erstellen und wäre dabei dankbar um jede Hilfe.
Wo kann ich nachschauen wie die Cookies heissen?
Ich habe ein Beispieldatei wie dies in Mambo funktioniert.
<?php
// Mambo member integration hack for WSN
$memberstable = 'mos_users';
$newusergroup = 'gid';
$newname = 'username';
$otherencoder = 'no'; // use md5 by default. if other, write it up in encoder.php
$admingroup = '25';
// Note: group listed above should be the administrative usergroup. If not, change the line above.
// Be sure you do not use the wrong group id, or members may be able to use your admin panel.
$idcookiename = 'usercookie';
$passwordcookiename = 'usercookie';
// fill in the name of the cookie that holds the member id and password, if possible.
$cookietype = 'array'; // if user cookie is array, fill in 'array'
$idindex = 'username'; // index of cookie that gives the id
$passwordindex = 'password'; // index of cookie that gives the password
$cookieidtype = 'name'; // if the cookie id is actually a username, put 'name' here
?>
Kann mir evtl. jemand helfen dies für Joomla 1.0.12 anzupassen?
Danke schon mal
Wo kann ich nachschauen wie die Cookies heissen?
Ich habe ein Beispieldatei wie dies in Mambo funktioniert.
<?php
// Mambo member integration hack for WSN
$memberstable = 'mos_users';
$newusergroup = 'gid';
$newname = 'username';
$otherencoder = 'no'; // use md5 by default. if other, write it up in encoder.php
$admingroup = '25';
// Note: group listed above should be the administrative usergroup. If not, change the line above.
// Be sure you do not use the wrong group id, or members may be able to use your admin panel.
$idcookiename = 'usercookie';
$passwordcookiename = 'usercookie';
// fill in the name of the cookie that holds the member id and password, if possible.
$cookietype = 'array'; // if user cookie is array, fill in 'array'
$idindex = 'username'; // index of cookie that gives the id
$passwordindex = 'password'; // index of cookie that gives the password
$cookieidtype = 'name'; // if the cookie id is actually a username, put 'name' here
?>
Kann mir evtl. jemand helfen dies für Joomla 1.0.12 anzupassen?
Danke schon mal
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- ghosty
-
- Offline
-
Weniger
Mehr
02 Feb. 2007 07:44 #5866
von ghosty
ghosty antwortete auf Re: Integration eines Programms
Hallo,
Währe vielleicht noch interessant zu erfahren was für ein Programm du Integrieren willst.
Allenfalls kann Dich evt. diese Seite weiter Helfen: --ALTER LINK WURDE ENTFERNT--
Gruess
Pete
Währe vielleicht noch interessant zu erfahren was für ein Programm du Integrieren willst.
Allenfalls kann Dich evt. diese Seite weiter Helfen: --ALTER LINK WURDE ENTFERNT--
Gruess
Pete
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- Anonymous
-
Autor
- Besucher
-
02 Feb. 2007 13:59 #5877
von Anonymous
Anonymous antwortete auf Re: Integration eines Programms
Hallo,
leider kann ich überhaupt kein Englisch.
Das Programm was ich einbauen will ist ein Webkatalog (edev-Webkatalog)
Es gibt Integrationsdateien für diverse CMS-Systeme: Mampo, Drupal, PHP-Nuke usw. Jedoch für Joomla nicht, da es angeblich zuvielie Sicherheitslücken gibt, wird dies für Joomla nicht gemacht.
Deswegen war mein Frage wie ich diese Datei für Joomla anpassen kann?
leider kann ich überhaupt kein Englisch.
Das Programm was ich einbauen will ist ein Webkatalog (edev-Webkatalog)
Es gibt Integrationsdateien für diverse CMS-Systeme: Mampo, Drupal, PHP-Nuke usw. Jedoch für Joomla nicht, da es angeblich zuvielie Sicherheitslücken gibt, wird dies für Joomla nicht gemacht.
Deswegen war mein Frage wie ich diese Datei für Joomla anpassen kann?
Bitte Anmelden oder Registrieren um der Konversation beizutreten.