Current time: 06-26-2024, 08:44 AM Hello There, Guest! (LoginRegister)


Post Reply 
API zu ISCP
Author Message
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #11
RE: API zu ISCP
noch was - das hier klappt nur wenn gsales und joomla in einer DB laufen, habe dazu die gsales tables in die Joomla DB kopiert und den gsales Ordner im gleichen Web liegen.
Joomla sollte auch entsprechend abgesichert werden z.B. User Login deaktivieren und /administrator per .htaccess sichern, den Zugriff auf die ispCP DB einschränken ... usw - verwende eine 1.0.15 da ich die 1.5 Serie für sehr unausgereift halte, auch was u.a. die Sicherheit betrifft :-)

fulltilt Wrote:{

include "gsales/schnittstelle.php";
$timestamp = time();
$datumheute = date("Y-m-d",$timestamp);
$datleer = ' '; // Für Funktionen mit mehreren Daten, dient als Leerzeichen
$leer = ' '; // Für Funktionen mit mehreren Daten, dient als Leerzeichen

$firma = $_SESSION['adress']['company'];
$vorname = $_SESSION['adress']['name'];
$name = $_SESSION['adress']['surname'];
$anschrift = $_SESSION['adress']['street'];
$plz = $_SESSION['adress']['zip'];
$ort = $_SESSION['adress']['city'];
$mail = $_SESSION['adress']['email'];
$telefon = $_SESSION['adress']['tel'];
$telefax = $_SESSION['adress']['fax'];

$kundenid = neuerKunde($firma,$vorname.$leer.$name ,$anschrift,$plz,$ort,$mail,'Bitte begleichen Sie diese Rechnung bis zum {faellig}','Bei Paypal Zahlungen bitte an: xxxxx@xxxxx.tld','Alle Waren und Leistungen bleiben bis zur vollständigen Bezahlung Eigentum der xxxxxxxxxx ',$telefon,$telefax);

}
(This post was last modified: 09-19-2008 09:57 PM by fulltilt.)
09-19-2008 09:52 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
API zu ISCP - Janko - 09-14-2008, 08:53 AM
RE: API zu ISCP - zpin - 09-14-2008, 05:55 PM
RE: API zu ISCP - fulltilt - 09-15-2008, 06:18 PM
RE: API zu ISCP - menki - 09-16-2008, 03:18 AM
RE: API zu ISCP - fulltilt - 09-16-2008, 03:29 AM
RE: API zu ISCP - Splinter - 09-19-2008, 08:48 PM
RE: API zu ISCP - gOOvER - 09-19-2008, 09:13 PM
RE: API zu ISCP - fulltilt - 09-19-2008, 09:14 PM
RE: API zu ISCP - ZooL - 09-19-2008, 09:35 PM
RE: API zu ISCP - BeNe - 09-19-2008, 09:47 PM
RE: API zu ISCP - fulltilt - 09-19-2008 09:52 PM
RE: API zu ISCP - Splinter - 09-20-2008, 09:26 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)