close× Call Us +49 (1805) 01 29 59

Heiseclan
Thread Author: livepasion
Thread ID: 4287
Thread Info
Es gibt 2 Beiträge zu diesem Thema, und es wurde 4464 mal angesehen.
Wer ist hier? 1 Gäste
 Thema drucken
Score System in msf Download System
livepasion
Hallo liebe Gemeinde,

Ich habe ein Anliegen mit dem Score System, ich benutze als download möglichkeit auf meiner Website das [google]PHP Fusion msf Download System[/google]

Ich möchte die Score funktion für die downloads dort nutzen.
Ich habe mich an die Anleitung gehalten, die ich mit angehängt habe.

Doch in der download.php ist das angegebene ds ich suchen und ersetzen soll nicht vorhanden.
[geshi=php]// download the file
if (isset($_GET['file_id']) && isnum($_GET['file_id'])) {
$download_id = stripinput($_GET['file_id']);
$res = 0;
if ($data = dbarray(dbquery("SELECT download_url, download_file, download_cat FROM ".DB_DOWNLOADS." WHERE download_id='".$download_id."'"))) {
$cdata = dbarray(dbquery("SELECT download_cat_access FROM ".DB_DOWNLOAD_CATS." WHERE download_cat_id='".$data['download_cat']."'"));
if (checkgroup($cdata['download_cat_access'])) {
$result = dbquery("UPDATE ".DB_DOWNLOADS." SET download_count=download_count+1 WHERE download_id='".$download_id."'");
if (!empty($data['download_file']) && file_exists(DOWNLOADS.$data['download_file'])) {
$res = 1;
require_once INCLUDES."class.httpdownload.php";
ob_end_clean();
$object = new httpdownload;
$object->set_byfile(DOWNLOADS.$data['download_file']);
$object->use_resume = true;
$object->download();
exit;
} elseif (!empty($data['download_url'])) {
$res = 1;
redirect($data['download_url']);
}
}
}
if ($res == 0) { redirect("downloads.php"); }
}
[/geshi]

Soll ich mit diesem hier ersetzen

[geshi=php]if (isset($_GET['file_id']) && isnum($_GET['file_id'])) {
$download_id = stripinput($_GET['file_id']);
$res = 0;
if (score_negative("DOWNL")) {
if ($data = dbarray(dbquery("SELECT download_url, download_file, download_cat FROM ".DB_DOWNLOADS." WHERE download_id='".$download_id."'"))) {
$cdata = dbarray(dbquery("SELECT download_cat_access FROM ".DB_DOWNLOAD_CATS." WHERE download_cat_id='".$data['download_cat']."'"));
if (checkgroup($cdata['download_cat_access'])) {
$result = dbquery("UPDATE ".DB_DOWNLOADS." SET download_count=download_count+1 WHERE download_id='".$download_id."'");
if (!empty($data['download_file']) && file_exists(DOWNLOADS.$data['download_file'])) {
$res = 1;
require_once INCLUDES."class.httpdownload.php";
ob_end_clean();
$object = new httpdownload;
$object->set_byfile(DOWNLOADS.$data['download_file']);
$object->use_resume = true;
$object->download();
exit;

} elseif (!empty($data['download_url'])) {
$res = 1;
redirect($data['download_url']);

}
}
}
} else {
if ($res == 0) { redirect("downloads.php"); }
}
}
[/geshi]

Meine download.php habe ich mit in der rar Datei im Anhang.
Ich bedanke mich für jede Hilfe.
Lg livepasion
 
SC-Ad-Bot
 
Harlekin
Für das msf Download System hat die Anbindung ans Score System noch keiner gemacht meines Wissens. Ich kenne diese Anleitung nur für das Professional Downloadsystem.
harlekin-power.de/images/banner/HP468-1.png
 
Springe ins Forum:

 Ähnliche Themen 

TEST
Thema Forum Antworten Letzter Beitrag
Score System unter PHP-Fusion 7.02.07 Infusionen 16 07.08.2019 00000008 14:09
MWN Geschenke System -Geschenke löschen! Infusionen 23 01.06.2019 00000006 22:52
Lotto System BUG Infusionen 10 06.08.2018 00000008 16:41
Hilfe MWN Geschenke System fehler Infusionen 2 27.12.2016 00000012 20:11
My Buddy System Infusionen 5 22.06.2016 00000006 04:51
Datalus