ich möchte in meinem Forum einen Sponsorenlogin einbinden.
Ich habe mich für phpAd entschieden. Dieses Script basiert auf PHP und MySql. Mit Hilfe des MySql-Admin von Tripod habe ich die benötigten Tabellen erstellt. Laut Beschreibung soll man die Config.inc.php abändern.
Code: Alles auswählen
<?php
/* $Id: config.inc.php,v 1.2 2001/09/29 23:19:58 dandra Exp $ */
// PHP-Fileextension
$php_extension = '.php';
// MySQL hostname
// On some systems you need the IP!
$phpAds_hostname = "localhost";
// MySQL username
$phpAds_mysqluser = "root";
// MySQL password
$phpAds_mysqlpassword = "";
// The database phpAds lives in
$phpAds_db = "getmoneyonline_de_db";
// phpAds' database tables
$phpAds_tbl_adclicks = "adclicks";
$phpAds_tbl_adviews = "adviews";
$phpAds_tbl_banners = "banners";
$phpAds_tbl_clients = "clients";
$phpAds_tbl_session = "session";
$phpAds_tbl_acls = "acls";
// The URL to your phpAds-installation
$phpAds_url_prefix = "http://mitglied.lycos.de/getmoneyonline";
// Use INSERT DELAYED in logging functions?
$phpAds_insert_delayed = false;
// Your language file
$phpAds_language = "german";
// Enabled logging of adviews?
$phpAds_log_adviews = true;
// Enabled logging of adclicks?
$phpAds_log_adclicks = true;
// Admins's username
$phpAds_admin = "mm";
// Admin's password
$phpAds_admin_pw = "mm";
// Admin's full name (used when sending stats via email)
$phpAds_admin_fullname = "Your phpAdsPlus Adminstrator";
// Admin's email address (used to set the FROM-address when sending email)
$phpAds_admin_email = "phpAdsPlusAdmin@htmlwizard.net";
//Mail Headers for the reflection of the sender of the daily ad reports
$phpAds_admin_email_headers = "From: $phpAds_admin_email \n";
// The name of this application
$phpAds_name = "phpAdsPlus";
// Hosts to ignore (don't count adviews coming from them)
$phpAds_ignore_hosts = array(); // Example: array("slashdot.org", "microsoft.com");
// Reverse DNS lookup remotes hosts?
$phpAds_reverse_lookup = true;
// Disable magic_quotes_runtime - don't change
set_magic_quotes_runtime(0);
?>
MYSQL Fehler. Wenn ich einen neuen Kunden anlegen möchte kommt immer der Loginbildschirm. Kennt sich jemand mit phpAds aus oder kann mir jemand einen anderen Sponsorenlogin empfehlen? In der Readme steht das Magic_links aktiviert sein müssen. Ist dies bei Tripod der Fall?
Ich hoffe mir kann jemand weiterhelfen
Vielen Dank im vorraus