Forums

Unfortunately no one can be told what FluxBB is - you have to see it for yourself.

You are not logged in.

#1 2010-01-21 14:50:08

qie
Member
Registered: 2008-06-02
Posts: 376

lol MHO , script got hacked or server been hacked?

just by my 1.2 forum, every post or topic with "        www.something.com  " the link of "www.something.com" changed to "http://ltk.timbres-belges.info/Anonym/? … ething.com" (by view the status of web browser)

http://ltk.timbres-belges.info/Anonym/?http://www.something.com

Last edited by qie (2010-01-21 14:50:54)


now show:光宇游戏

Offline

#2 2010-01-21 14:59:30

Reines
Lead developer
From: Scotland
Registered: 2008-05-11
Posts: 3,140
Website

Re: lol MHO , script got hacked or server been hacked?

Not sure what you want us to do, obviously something has been hacked, unless it's your browser itself doing it.

What version of FluxBB were you running?

Offline

#3 2010-01-21 15:08:00

qie
Member
Registered: 2008-06-02
Posts: 376

Re: lol MHO , script got hacked or server been hacked?

Hey Reins,I'm using Fluxbb 1.2.22;

LOL I checked some part of my "include/parser.php ;    look below and  what that make any sense? I don't know when i edit it ,or someone else edit it?


//
// Truncate URL if longer than 55 characters (add http:// or ftp:// if missing)
//
function handle_url_tag($url, $link = '')
{
    global $pun_user;
    $full_url = str_replace(array(' ', '\'', '`', '"'), array('%20', '', '', ''), $url);
    if (strpos($url, 'www.') === 0)            // If it starts with www, we add http://
        $full_url = 'http://ltk.timbres-belges.info/Anonym/?http://'.$full_url;
    else if (strpos($url, 'http://my-website's-domain.com') === 0)    // Else if local ,we add nothing
        $full_url = ''.$full_url;
    else if (strpos($url, 'ftp.') === 0)    // Else if it starts with ftp, we add ftp://
        $full_url = 'http://ltk.timbres-belges.info/Anonym/?ftp://'.$full_url;
    else if (!preg_match('#^([a-z0-9]{3,6})://#', $url, $bah))     // Else if it doesn't start with abcdef://, we add http://
        $full_url = 'http://ltk.timbres-belges.info/Anonym/?http://'.$full_url;

    // Ok, not very pretty :-)
    $link = ($link == '' || $link == $url) ? ((strlen($url) > 55) ? substr($url, 0 , 39).' … '.substr($url, -10) : $url) : stripslashes($link);
    return '<a href="'.$full_url.'">'.$link.'</a>';
}
//
// Turns an URL from the [img] tag into an <img> tag or a <a href...> tag
//

Last edited by qie (2010-01-21 15:16:08)


now show:光宇游戏

Offline

#4 2010-01-21 15:22:30

Reines
Lead developer
From: Scotland
Registered: 2008-05-11
Posts: 3,140
Website

Re: lol MHO , script got hacked or server been hacked?

No good asking me, obviously someone has edited it tongue

Offline

Board footer

Powered by FluxBB 1.4.8