Home | Forum | Downloads | Videos | Artikel | Server-Stats | Impressum

Zurück   UTzone.de > Rund Um die UTzone.de > Feedback

Feedback Anregungen,Kritik, Ihr habt Fragen zur UTzone? Na dann hier rein mit!

Antwort
 
Teilen Themen-Optionen Thema durchsuchen
Alt 27.02.2010, 13:08   #1
Blizzard
Gast
 
Beiträge: n/a
Beigetretene Cups:
Cup Siege:
Downloads:
Uploads:
Standard Anhänge

Hallo,

aus irgendwelchem Grund, kann ich keine Anhänge betrachten (auch nicht meine eigenen).
Ich erhalte dan immer folgende Meldung:

Zitat:
Sorry, only direct links from threads are allowed to view attachments. As a courtesy, the link to the post containing the attachment is provided below.

Click here to visit the post with the attachment.

Leeching from the forum is not permitted, to save bandwidth abuse only direct clicks from the thread the attachment is with will work. All attachments are viewable by guests (you are not required to register).
Gruß
Blizzard
  Mit Zitat antworten
Alt 28.02.2010, 16:55   #2
Radon
Donator
 
Benutzerbild von Radon
 
Registriert seit: 17.11.2009
Beiträge: 84
Beigetretene Cups: 0
Cup Siege: 0
Downloads: 5
Uploads: 0
Standard

Du hast irgend ein Tool an, welches deinen Referer vom Browser blockt.
Wenn das Attachment Script keinen Referer der UTzone erkennt, zeigt es das Attachment auch nicht an.

Etwas suboptimal imho, aber damit löst du zumindest das Problem
__________________
[Finding beauty in the dissonance]
Radon ist offline   Mit Zitat antworten
Alt 28.02.2010, 17:10   #3
Ragnos.UTzone
ResidentDJ der UTzone!
 
Benutzerbild von Ragnos
 
Registriert seit: 13.11.2009
Ort: Köln
Beiträge: 2.403
Beigetretene Cups: 7
Cup Siege: 2
Downloads: 358
Uploads: 122
Standard

Naja, ist auch suboptimal wenn irgendwelche ungarischen Seiten unseren Content klauen und sogar bei uns gespeicherte Bilder verwenden, Stichwort Traffic.
__________________
Ragnos ist offline   Mit Zitat antworten
Alt 28.02.2010, 18:36   #4
Radon
Donator
 
Benutzerbild von Radon
 
Registriert seit: 17.11.2009
Beiträge: 84
Beigetretene Cups: 0
Cup Siege: 0
Downloads: 5
Uploads: 0
Standard

Klar, eure Entscheidung. Müsst ihr halt wissen was wichtiger ist.
Ein paar User die keine Attachments anschauen können oder ein paar MB Traffic der euch flöten geht, wenn Leute Referer deaktiviert haben und auf andren Seiten browsen.

Ich kenn das Tool das ihr nutzt zwar nicht, aber wenn es die Möglichkeit gibt, Auch leere Referer (Geblockt oder direkter Aufruf) zu erlauben, würde ich das tun.
__________________
[Finding beauty in the dissonance]
Radon ist offline   Mit Zitat antworten
Alt 28.02.2010, 20:42   #5
Donzi.UTzone
Der oberste Chaf
 
Benutzerbild von Donzi
 
Registriert seit: 13.11.2009
Ort: Wiesbaden
Alter: 48
Beiträge: 8.719
Beigetretene Cups: 10
Cup Siege: 2
Downloads: 1398
Uploads: 2697
Donzi eine Nachricht über ICQ schicken
Standard

PHP-Code:
$ref str_replace('http://www.','',$_SERVER['SERVER_NAME']);
    if(!
strstr($_SERVER['HTTP_REFERER'],$ref)) {
        
$id $vbulletin->db->fetch_array($vbulletin->db->query_read("SELECT postid FROM ".TABLE_PREFIX."attachment WHERE attachmentid = ".mysql_escape_string($_REQUEST['attachmentid'])));
            eval(
'$navbar = "' fetch_template('navbar') . '";');
        eval(
'print_output("' fetch_template('antileech') . '");');
        exit;
    } 
__________________
•• Alle Letsplays: https://wiki.Donzi.tv
• Discord: https://chat.Donzi.tv
• Twitch: https://Donzi.TV
• Youtube: https://Donzi.YT
• Twitter: https://Donzi.tv/twitter
• Steam: https://Donzi.tv/steam


• Mein Liebling: https://UTzone.de
• Twitter: https://twitter.com/UTzone
• Games kaufen: https://UTzone.de/shop/games
Donzi ist offline   Mit Zitat antworten
Alt 28.02.2010, 20:52   #6
Radon
Donator
 
Benutzerbild von Radon
 
Registriert seit: 17.11.2009
Beiträge: 84
Beigetretene Cups: 0
Cup Siege: 0
Downloads: 5
Uploads: 0
Standard

PHP-Code:
$ref str_replace('http://www.','',$_SERVER['SERVER_NAME']);
    if(!empty(
$ref) && !strstr($_SERVER['HTTP_REFERER'],$ref)) {
        
$id $vbulletin->db->fetch_array($vbulletin->db->query_read("SELECT postid FROM ".TABLE_PREFIX."attachment WHERE attachmentid = ".mysql_escape_string($_REQUEST['attachmentid'])));
            eval(
'$navbar = "' fetch_template('navbar') . '";');
        eval(
'print_output("' fetch_template('antileech') . '");');
        exit;
    } 
Nütze dies
__________________
[Finding beauty in the dissonance]
Radon ist offline   Mit Zitat antworten
Alt 28.02.2010, 22:11   #7
Donzi.UTzone
Der oberste Chaf
 
Benutzerbild von Donzi
 
Registriert seit: 13.11.2009
Ort: Wiesbaden
Alter: 48
Beiträge: 8.719
Beigetretene Cups: 10
Cup Siege: 2
Downloads: 1398
Uploads: 2697
Donzi eine Nachricht über ICQ schicken
Standard

Bedankt, ist eingebaut, bitte testen Blizz ( der Rest natürlich auch )
__________________
•• Alle Letsplays: https://wiki.Donzi.tv
• Discord: https://chat.Donzi.tv
• Twitch: https://Donzi.TV
• Youtube: https://Donzi.YT
• Twitter: https://Donzi.tv/twitter
• Steam: https://Donzi.tv/steam


• Mein Liebling: https://UTzone.de
• Twitter: https://twitter.com/UTzone
• Games kaufen: https://UTzone.de/shop/games
Donzi ist offline   Mit Zitat antworten
Alt 28.02.2010, 22:45   #8
Radon
Donator
 
Benutzerbild von Radon
 
Registriert seit: 17.11.2009
Beiträge: 84
Beigetretene Cups: 0
Cup Siege: 0
Downloads: 5
Uploads: 0
Standard

Funzt bei mir nicht.

Gibt es vielleicht mehrere Orte wo die Überprüfung drin steckt?
__________________
[Finding beauty in the dissonance]
Radon ist offline   Mit Zitat antworten
Alt 28.02.2010, 23:08   #9
Donzi.UTzone
Der oberste Chaf
 
Benutzerbild von Donzi
 
Registriert seit: 13.11.2009
Ort: Wiesbaden
Alter: 48
Beiträge: 8.719
Beigetretene Cups: 10
Cup Siege: 2
Downloads: 1398
Uploads: 2697
Donzi eine Nachricht über ICQ schicken
Standard

http://www.vbulletin.org/forum/showthread.php?t=149666

das ist das originalplugin
plus diesem zusatz
http://www.vbulletin.org/forum/showp...7&postcount=52
__________________
•• Alle Letsplays: https://wiki.Donzi.tv
• Discord: https://chat.Donzi.tv
• Twitch: https://Donzi.TV
• Youtube: https://Donzi.YT
• Twitter: https://Donzi.tv/twitter
• Steam: https://Donzi.tv/steam


• Mein Liebling: https://UTzone.de
• Twitter: https://twitter.com/UTzone
• Games kaufen: https://UTzone.de/shop/games
Donzi ist offline   Mit Zitat antworten
Alt 28.02.2010, 23:14   #10
Radon
Donator
 
Benutzerbild von Radon
 
Registriert seit: 17.11.2009
Beiträge: 84
Beigetretene Cups: 0
Cup Siege: 0
Downloads: 5
Uploads: 0
Standard

Argh, my bad

PHP-Code:
    $ref str_replace('http://www.','',$_SERVER['SERVER_NAME']);
    if(!empty(
$_SERVER['HTTP_REFERER']) && !strstr($_SERVER['HTTP_REFERER'],$ref)) {
        
$id $vbulletin->db->fetch_array($vbulletin->db->query_read("SELECT postid FROM ".TABLE_PREFIX."attachment WHERE attachmentid = ".mysql_escape_string($_REQUEST['attachmentid'])));
            eval(
'$navbar = "' fetch_template('navbar') . '";');
        eval(
'print_output("' fetch_template('antileech') . '");');
        exit;
    } 
Zu viel mit Java fremdgegangen, da passiert sowas
__________________
[Finding beauty in the dissonance]
Radon ist offline   Mit Zitat antworten
Antwort


Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 
Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.

Gehe zu


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:05 Uhr.

Powered by vBulletin® Version 3.8.11 (Deutsch)
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
CopyRight-Licence © 1999 - 2024 by UTzone.de