Whois (GPL) integration
Posted: Mon 14. Mar 2005, 06:55
I try tho integrate the open source script "topdog whois"
The script
PS: download both, 3.0 and 3.1.1
Demo
The script works with 4 files:
- index.htm (input form = HTML Article in phpWCMS)
- topdog_whois.php
- results.htm (output, just a placeholder: <!--DOMAIN RESULTS--> )
- signup.php (optional form, should be a mailform in phpWCMS)
The problems:
How to get the $domain.$ext (=domain.com) into a field of the mailform in phpWCMS?
The result still is outside of phpwcms - possible to get it inside?
--------------------------------------------------------------------------------------
Ich habe ein passendes Whois script, welches ich gerne in phpWCMS nutzen möchte.
Teilweise funktioniert das schon (wenn auch über Umwege)
Das Scrip benötigt 4 Dateien:
- index.htm (Eingabe form = HTML Artikel in phpWCMS)
- topdog_whois.php
- results.htm (Ausgabe, ist nur ein Platzhalter drin: <!--DOMAIN RESULTS--> )
- signup.php (Übergabe der Domäne, soll an ein Feld eines Formulares in phpWCMS übergeben weden)
Für mich unlösbare Aufgaben:
- Das Script schreibt das Ergebnis der Whois- Abfrage - per print Befehl und Platzhalter - in eine HTML Datei rein (somit ausserhalb von phpWCMS) - wie bekomme ich das in phpWCMS rein
- der Name und die Erweiterung der Domäne wird per "signup.php?domain=WERT übergeben. In einer php Datei bekomme ich das Ergebnis, aber wie bekomme ich das in ein Feld eines von phpWCMS generierten Formulares?
Demo
Das Script
The script
PS: download both, 3.0 and 3.1.1
Demo
The script works with 4 files:
- index.htm (input form = HTML Article in phpWCMS)
- topdog_whois.php
- results.htm (output, just a placeholder: <!--DOMAIN RESULTS--> )
- signup.php (optional form, should be a mailform in phpWCMS)
The problems:
How to get the $domain.$ext (=domain.com) into a field of the mailform in phpWCMS?
The result still is outside of phpwcms - possible to get it inside?
--------------------------------------------------------------------------------------
Ich habe ein passendes Whois script, welches ich gerne in phpWCMS nutzen möchte.
Teilweise funktioniert das schon (wenn auch über Umwege)
Das Scrip benötigt 4 Dateien:
- index.htm (Eingabe form = HTML Artikel in phpWCMS)
- topdog_whois.php
- results.htm (Ausgabe, ist nur ein Platzhalter drin: <!--DOMAIN RESULTS--> )
- signup.php (Übergabe der Domäne, soll an ein Feld eines Formulares in phpWCMS übergeben weden)
Für mich unlösbare Aufgaben:
- Das Script schreibt das Ergebnis der Whois- Abfrage - per print Befehl und Platzhalter - in eine HTML Datei rein (somit ausserhalb von phpWCMS) - wie bekomme ich das in phpWCMS rein
- der Name und die Erweiterung der Domäne wird per "signup.php?domain=WERT übergeben. In einer php Datei bekomme ich das Ergebnis, aber wie bekomme ich das in ein Feld eines von phpWCMS generierten Formulares?
Demo
Das Script