Herzlich willkommen im Archiv vom ABAKUS Online Marketing Forum
Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.
Code: Alles auswählen
<title>Dein Index-Titel :: {SITENAME}</title>
Code: Alles auswählen
$ret = preg_replace("#(^|[\n ])([\w]+?://[^ \"\n\r\t<]*)#is", "\\1<a href=\"\\2\" target=\"_blank\">\\2</a>", $ret);
Code: Alles auswählen
$ret = preg_replace("#(^|[\n ])([\w]+?://[^ \"\n\r\t<]*)#eis", "'\\1<a href=\"http://www.domain.tld/cgi-bin/outbound.pl?url='.urlencode('\\2').'\" target=\"_blank\">\\2</a>'", $ret);
Code: Alles auswählen
$ret = preg_replace("#(^|[\n ])((www|ftp)\.[^ \"\t\n\r<]*)#is", "\\1<a href=\"http://\\2\" target=\"_blank\">\\2</a>", $ret);
Code: Alles auswählen
$ret = preg_replace("#(^|[\n ])((www|ftp)\.[^ \"\t\n\r<]*)#eis", "'\\1<a href=\"http://www.domain.tld/cgi-bin/outbound.pl?url='.urlencode('http://\\2').'\" target=\"_blank\">\\2</a>'", $ret);
Code: Alles auswählen
<!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url -->
Code: Alles auswählen
<!-- BEGIN url --><a href="http://www.domain.tld/cgi-bin/outbound.pl?url={URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url -->
Code: Alles auswählen
disallow /cgi-bin/
disallow /cgi-bin/outbound.pl?*$
Hallo Garfield, deshalb mußt du auch die outbound.tpl mit der robots.txt von den sumas sperren. Hier im forum wird die outbound.tpl auch benutzt, ist eine weiterleitung.Ist das dann aber im Endeffekt nicht das gleiche wie das URL-Hijacking ? Ich hoffe nicht, sonst würde ich das natürlich nicht einbauen.
MistInternal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Werde es gleich mal ausprobieren, mal sehen ob es klappt!#!/usr/bin/perl
$url=$ENV{'QUERY_STRING'};
if ($url) {print "Location: $url\n\n";}
else { print "Content-type: text/html\n\n"; print "<center>Kein Ziel url<a href=https://www.abakus-internet-marketing.de/foren/>ABAKUS Forum</a></center>";}
exit;
Hab jetzt alles probiert, habe genau das gleiche problem wie Garfield. Bekomme die 500 Internal Server Error. Habe mit CHMOD alles auf 777 gesetzt. Hat nichts geändert. Woran könnte das liegen ?Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Mist icon_lol.gif ein 500 Internal Server Error.
Was bedeutet das denn, außer, daß es so nicht funzt ? new_borgsmile.gif icon_rolleyes.gif