Welcome, Guest. Please Login or Register.
November 25, 2024, 02:57:33 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  German User Help  |  Hilfe zu YaBB SE  |  Problem: Ungültige referring site. Geloest! « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Problem: Ungültige referring site. Geloest!  (Read 538 times)
teutonia
Noobie
*
Posts: 8


I'm not a llama!

Problem: Ungültige referring site. Geloest!
« on: January 11, 2003, 10:56:33 PM »
Reply with quote

Hi!

Ich hab schon alles versucht, aber immer, wenn ich was löschen will bekomme ich "Ungültige referring site."

Update eingespielt, hilft aber nix. Alles andere funktioniert, aber löschen geht in keinem Bereich. Auch PN's lassen sich nicht löschen.

Das Board läuft auf Port 81.

Und nachdem ich jetzt wirklich überall gesucht habe, trau ich mich dann doch hier um Hilfe zu schrein ;)

Also: HILFÄ! :D

Hat jemand noch eine Idee ?

Thnx
Teutonia


« Last Edit: February 03, 2003, 03:20:35 PM by teutonia » Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Problem: Ungültige referring site.
« Reply #1 on: January 11, 2003, 11:15:39 PM »
Reply with quote

solution (by Christian Land):

replace (Subs.php):
$referer = parse_url($HTTP_REFERER);
  if (strlen($referer['host']) && strlen($HTTP_HOST) && strtolower($referer['host']) != strtolower($HTTP_HOST))
     fatal_error($txt['yse306']);


by:
$referer = parse_url($HTTP_REFERER);

  if (strpos($HTTP_HOST,':'))
     $rhost = substr($HTTP_HOST,0,strpos($HTTP_HOST,':'));
  else
     $rhost = $HTTP_HOST;

  if (strlen($referer['host']) && strlen($rhost) && strtolower($referer['host']) != strtolower($rhost))
     fatal_error($txt['yse306']);

mediman

Logged

mainComm Dev Team
teutonia
Noobie
*
Posts: 8


I'm not a llama!

Re:Problem: Ungültige referring site.
« Reply #2 on: January 11, 2003, 11:28:53 PM »
Reply with quote

Naja....

Wie ich schon geschrieben habe... das habe ich schon drin, aber geht trotzdem nicht....
Hätte evtl. schreibseln sollen, das ich den BugFix auch schon eingebaut hab....

Noch weitere Ideen ?

Teutonia.
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Problem: Ungültige referring site.
« Reply #3 on: January 11, 2003, 11:43:39 PM »
Reply with quote

ja, wie wärs mit ner url, zum testulieren?

mediman
Logged

mainComm Dev Team
teutonia
Noobie
*
Posts: 8


I'm not a llama!

Re:Problem: Ungültige referring site.
« Reply #4 on: January 12, 2003, 12:28:48 AM »
Reply with quote

Jo, das wäre durchaus denkbar ;)

http://teutonia5.cjb.net

Teutonia
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Problem: Ungültige referring site.
« Reply #5 on: January 12, 2003, 12:35:37 AM »
Reply with quote

grazie molto!

na ich guck mal!

mediman
Logged

mainComm Dev Team
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Problem: Ungültige referring site.
« Reply #6 on: January 12, 2003, 12:42:51 AM »
Reply with quote

yo also das sieht verdächtig nach nem fall für ein cookiefix aus!

dein cookie gilt für http://teutonia5.cjb.net und deine seite läuft auf http://62.138.131.34:81/yabbse/index.php

wie sehen deine pfade aus?

mediman
Logged

mainComm Dev Team
teutonia
Noobie
*
Posts: 8


I'm not a llama!

Re:Problem: Ungültige referring site.
« Reply #7 on: January 12, 2003, 12:46:02 AM »
Reply with quote

OK, den CookieFix hatte ich vorhin schon mal druff gespielt, danach konnte ich so gut wie gar nix mehr machen.... ;(

Hab's dann wieder zurück gebogen....

Pfade sehen wie folgt aus: /usr/local/apache2/htdocs/yabbse/

Ich hatte das schon mal eingestellt, das ich auch teutonia5.cjb.net eingetragen hatte,m aber dann wollte er nicht mehr. WEiss nicht, ob cjb evtl. den port 81 wegklaut :)

Teutonia.

Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Problem: Ungültige referring site.
« Reply #8 on: January 12, 2003, 01:25:52 AM »
Reply with quote

muss ich mir was ausdenken! die cbjler wollen bestimmt keinen port!

bis gleich

mediman
Logged

mainComm Dev Team
teutonia
Noobie
*
Posts: 8


I'm not a llama!

Re:Problem: Ungültige referring site.
« Reply #9 on: January 12, 2003, 01:27:43 AM »
Reply with quote

Jau, SuperTHNX.

Hab's grad nochmal ausprobiert. Wenn ich als BoardURL teutonia5.cjb.net eingeben, kommt nur eine 404.cjb.net....

Die klauen den Port, die Lümmels.... :)

Teutonia.

P.S. Don't Panic, ich geh mal in die Heia ;)
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Problem: Ungültige referring site.
« Reply #10 on: January 12, 2003, 01:41:45 AM »
Reply with quote

haso und mach mal nach yabbse den slash wech! sonst bekommst nen doppelslash!

...yabbse//index.php... etc.

mediman
Logged

mainComm Dev Team
teutonia
Noobie
*
Posts: 8


I'm not a llama!

Re:Problem: Ungültige referring site.
« Reply #11 on: January 12, 2003, 01:42:36 AM »
Reply with quote

Done

Aber keine Änderung.
« Last Edit: January 12, 2003, 01:43:13 AM by teutonia » Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Problem: Ungültige referring site.
« Reply #12 on: January 12, 2003, 01:45:33 AM »
Reply with quote

ich bin drinne! workt perfect!

wir muessen für dich bisschen an den cookies spielen!
und: an einigen files like instantmessages.php muss hand angelegt werden!

in der 1.5.0 war einiges an callern vertauscht worden, was ned gefixt wurde!

mediman
« Last Edit: January 12, 2003, 01:58:16 AM by mediman » Logged

mainComm Dev Team
teutonia
Noobie
*
Posts: 8


I'm not a llama!

Solved! Re:Problem: Ungültige referring site.
« Reply #13 on: February 03, 2003, 03:19:59 PM »
Reply with quote

Hallöchen....

Gute Arbeit. Auch das Problem, wenn der redirector (in diesem Fall cjb.net) den Port klaut, wenn's Board nit auf std. Port 80 luppt, ist wohl auch behoben!

Hut ab, und grosser Beifall!

Teutonia

Oehm... sollte vielleicht erwähnen..... das Upgrade auf 1.5.1RC1 hat gehulft... :)
« Last Edit: February 03, 2003, 03:21:12 PM by teutonia » Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  German User Help  |  Hilfe zu YaBB SE  |  Problem: Ungültige referring site. Geloest! « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.384 seconds with 21 queries.