Log in

View Full Version : Why is TiBB asking to download something onto my computer when I log on??


Mokka
24-07-2016, 04:24 PM
For the last 24 hours... on two differing computers and on my phone... when I log onto TiBB... it try's, and sometimes succeeds, to download a file called

csync.php

onto my device. I am not opening it to find out what it is ... i just keep deleting... but why is this happening and could we please make it stop??

Natalie.
24-07-2016, 04:34 PM
I've had this too

Mokka
24-07-2016, 04:36 PM
well i assumed I wasn't the only one.. just wanted to bring it to the attention of James tbh

Mokka
24-07-2016, 04:53 PM
also... it downloads three times... not just once

reece(:
24-07-2016, 04:54 PM
Adblock her?

Suze
24-07-2016, 04:54 PM
I just had this also, and just closed it. Didn't realise it was TIBBs though as I have a few windows open.

GiRTh
24-07-2016, 05:02 PM
The server you're visiting is poorly configured. As a result, instead of executing the PHP, the server sent it to your browser. Browsers don't execute PHP so you're safe.

If you care about the site you were visiting, the nice thing to do would be to contact support and refer it to this post. It is likely a major security vulnerability for the site.
http://stackoverflow.com/questions/38549998/browser-downloaded-this-unobfuscated-php-script-what-is-it-doing

Josy
25-07-2016, 10:13 AM
I'll mention this to James.

But that specific script doesn't seem to be unsafe in fact it may be a script that stores data so possibly something to do with one of the ads servers.

Ninastar
25-07-2016, 10:15 AM
its my dick pics

soz, should have warned you

James
25-07-2016, 12:00 PM
For the last 24 hours... on two differing computers and on my phone... when I log onto TiBB... it try's, and sometimes succeeds, to download a file called

csync.php

onto my device. I am not opening it to find out what it is ... i just keep deleting... but why is this happening and could we please make it stop??

Is it still happening? It's likely one of the advert servers is causing it, yes.

Mokka
25-07-2016, 01:05 PM
It stopped now James... I believe...at least I haven't noticed it since yesterday

Firewire
25-07-2016, 01:06 PM
James spying on us?

Maru
25-07-2016, 07:16 PM
That's not good if somebody's PHP code is being exposed :laugh:

Google has a bunch of results in the past 24 hours regarding ad server so looks like somebody made a boo boo

Ammi
27-07-2016, 07:40 AM
..it's doing it again for me now so still happening../trying to download...

Jordan.
27-07-2016, 07:42 AM
I keep getting it everytime I open a thread. It's already auto downloaded once.

Jordan.
27-07-2016, 07:43 AM
The one I'm getting is csmnx.php

Ammi
27-07-2016, 07:45 AM
I keep getting it everytime I open a thread. It's already auto downloaded once.

..I just checked my download history..it's downloaded it around 30 times..:laugh:..

Vanessa
27-07-2016, 07:46 AM
..I just checked my download history..it's downloaded it around 30 times..:laugh:..

Same. :bawling:

Ellen
27-07-2016, 07:47 AM
Same, happening to me :(

kirklancaster
27-07-2016, 08:07 AM
The one I'm getting is csmnx.php

THANK YOU - It has happened to me 4 times this morning and I could not find anything about csmnx.php anywhere on Google.

I am no techno so I've been worried to hell.

Josy
27-07-2016, 08:52 AM
Its an error with an ad, just delete the downloaded files.

Sorry, I know it must be annoying, James is looking in to it.

Vanessa
27-07-2016, 08:53 AM
Thanks Josy :blush:

arista
28-07-2016, 01:29 AM
I'll mention this to James.

But that specific script doesn't seem to be unsafe in fact it may be a script that stores data so possibly something to do with one of the ads servers.


So Far, Josy


Its to do with ad servers on tibb
by the way

arista
28-07-2016, 01:33 AM
THANK YOU - It has happened to me 4 times this morning and I could not find anything about csmnx.php anywhere on Google.

I am no techno so I've been worried to hell.


Next Time
Kirk
Make a thread.


I do with "fecking" in the Title

arista
28-07-2016, 01:35 AM
..it's doing it again for me now so still happening../trying to download...


Shut Down


Restart



Dont let the Feckers In

Mokka
28-07-2016, 01:36 AM
Next Time
Kirk
Make a thread.


I do with "fecking" in the Title

Followed by ... Hulk SMASH!!!

kirklancaster
28-07-2016, 10:43 AM
Next Time
Kirk
Make a thread.


I do with "fecking" in the Title

I will do - Thanks Arista.

kirklancaster
28-07-2016, 10:44 AM
Followed by ... Hulk SMASH!!!

:laugh: How Nice.

Maru
28-07-2016, 09:26 PM
I'll mention this to James.

But that specific script doesn't seem to be unsafe in fact it may be a script that stores data so possibly something to do with one of the ads servers.

So Far, Josy

Its to do with ad servers on tibb
by the way

Josy is right, PHP files on their own cannot harm your machine. PHP is a general purpose language generally used with webservers. *.php files on their own are not binary (i.e. machine code) and cannot be executed on their own. They are just plaintext files that can be read as-is in a text editor. You can see this by opening the file in Notepad.

For .php files to be "executable" for the user, the user needs to have a server like Apache to be installed and running with a PHP preprocessor configured in order to "execute" the plain text aka output the code into HTML (a webpage). The code has to first be moved into the homepage's folder and then the browser pointed to that file through localhost. In other words, it's not straightforward. Even still, the code will probably error out because it's probably meant to be an "include" file and will only work as designed when served to the user with the other PHP files/libraries running on the server.

The user is never supposed to see PHP code on their end and all this is supposed to work invisibly. For it to be available to the user is actually damaging to their end because it could give hackers clues to other vulnerabilities in the code and give them a way in.

I know all this because I write PHP and do web-development for a living.

Likely, their server is misconfigured somehow (probably a missing handler) and will just mean a bad day for them. Could then be javascript they are using is somehow serving the file to the user as a download instead of being processed by the server as PHP code to the preprocessor. It's 100% harmless to you and at most, humorous to other developers.

Maru
28-07-2016, 09:37 PM
THANK YOU - It has happened to me 4 times this morning and I could not find anything about csmnx.php anywhere on Google.

I am no techno so I've been worried to hell.

I feel left out, I'm not getting this file on my computer :(... I want into the download party. (I'm not using Adblock either.)

Are you guys using a different theme or something?