Seite 1 von 1

Sponsorenlogin

Verfasst: 18.09.2002 12:08
von Gast
Hallo,

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);

?>
Habe ich einen Felhler gemacht? Wenn ich das Script starte kann ich mich zwar einloggen, aber unten im Bildschirm kommt die Fehlermeldung:
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

Verfasst: 18.09.2002 20:08
von Gast
hat keine ne Lösung??? :cry:

Verfasst: 18.09.2002 21:20
von Mister_X

Code: Alles auswählen

// 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"; 
hast du den das hier angepasst und auch sicher die richtigen Daten eingetragen ?

btw. falsches Forum, oder was hat das mit phpBB zu tun :roll:

Verfasst: 20.09.2002 01:46
von itst