Pages: 1 [2]   Go Down
Print
Author Topic: Unauthorised javascript  (Read 4821 times)
110mb.com
Administrator
Super Authority member
*****
Offline Offline

Posts: 1987


« Reply #20 on: December 22, 2010, 06:44:12 PM »

Those who pay for premium service will not have ads shown.  If you have paid for a monthly-premium plan and see ads on your site please send me a private message.
Logged

l 110MB Web Hosting  •  SAVE 10%
l Use Exclusive Coupon Code: SAVE10
l Over 900,000 Members • Still Growing
l Visit 110MB.com to learn more.
ricgames
Member
*
Offline Offline

Posts: 1


WWW
« Reply #21 on: December 23, 2010, 04:58:37 AM »

This change has broken my PHP application - all of my internal API pages that return JSON data no longer parse correctly, grinding everything to a halt.

Granted, I do not see an easy way of detecting how this Javascript will affect any page, especially dynamic pages, so I am strongly considering moving to another host. Unfortunately, I have been using 110mb with great service for a free host for years.

I would be perfectly content if the injected Javascript could be removed from just the pages that are used internally, leaving the code on those pages that users themselves will see (index.php, login.php, etc.) and not those used in AJAX/JSON calls which, at least from my experience, are not worth tracking simply because the code that is injected is never executed - JSON parsing is specifically designed to stop this.

I do not claim any knowledge of how this could be accomplished. I want to show some undesired effects, especially on free accounts, which cause severe problems in parsers, like XFox Prower's and my JSON-based application.
Logged
stefman123
Hyper-Active Member
***
Offline Offline

Posts: 101


WWW
« Reply #22 on: December 23, 2010, 08:34:42 AM »

its also compleatly broke my word press

http://stefman123.110mb.com/stuff/wordpress/
Logged
rvtraveller
Loyal 110MB Member
*******
Offline Offline

Posts: 3088


Please yell if you are paying attention.


WWW
« Reply #23 on: December 23, 2010, 04:21:47 PM »

So when is this "short test" supposed to end?
Logged

Join The Host Helpers!  The independent forums for Tech help, showing off your site, and getting advice from experts/admins.

Send Prank Emails Using Email Pranker!

Online Scam Busters - Providing the truth behind those online "Get Rich Quick" schemes.

    
murreehills
Nomi Prince
Active Member
**
Offline Offline

Posts: 81


Nomi Prince


WWW
« Reply #24 on: December 23, 2010, 07:07:58 PM »

im on a lifetime prem account so are these add's going to be applyed to them aswell?

Nope Dear I dont Think so the Paid members account should not will be displayed ads on...
Logged

Regards:


MY BLOG!
MURREE HILLS Website!
MURREE HILLS BLOG!<<<<<New Lunch on This New year Of 2011!!!
saltine
Member
*
Offline Offline

Posts: 5


« Reply #25 on: December 23, 2010, 09:06:47 PM »

Please fix this. It totally destroys XML data as the tag is inserted after the root element, rendering such pages totally unviewable. Example: http://www.tailsarchive.net/games/

Why not send as text/html instead of application/xhtml+xml?
Logged
BigELK176
Member
*
Offline Offline

Posts: 12


« Reply #26 on: December 25, 2010, 09:15:43 AM »

My wordpress got function problems suddenly from 12/20:
- FCG plugin did not work well and crashed entire site. Unless to delete the plugin all.
- Popup window not work when a form submitted (cform plugin). Customers begin to complain about order form page.
- other unknown issues. Some test reported my website is broken and not working.

That "short test" really brought huge damaged,  I do hope someone can stop it as early as possible!!!!!!!!

Logged
ariel
Member
*
Offline Offline

Posts: 1


« Reply #27 on: December 27, 2010, 11:18:37 AM »

A very bad thing. I can not contact my customers - I would say : I loose money - because javascript applications on my mailing software poMMo are blocked by Viglink. To be honest, I'm very disappointed about 110MB.COM. I really trusted you guy. I paid for this service. Disappointing.
Logged
contland
囧兴
Hyper-Active Member
***
Offline Offline

Posts: 244


Where the heck did I get it from?


« Reply #28 on: December 30, 2010, 04:24:53 AM »

Woah. Thanks for this nice Christmas present. I've been here since 2007 I think, and it's the second time I'm considering moving (remember MySQL removal). Only too glad I haven't paid anything yet.
Logged

http://contland.110mb.com/ -- Website under construction (DON'T CLICK!!)
http://www.tiantan.ch/ -- Tiantan Horizon SA, travel agency targeted at French/Swiss and Chinese travelers (not hosted on 110mb)
SUPERCOOLMAN
Active Member
**
Offline Offline

Posts: 98


« Reply #29 on: January 02, 2011, 04:39:24 PM »

this placement in my configuration php file was cracking my forum in every single way. I have to go through every single php file that my forum written during configuration and remove because this piece of Java Script was inserted in between php lines.



Please don't modify my php files....


ex.
I get this
Code:
<?php
....
define('charset', 'utf-8<script type="text/javascript">
  var vglnk = { api_url: '
//api.viglink.com/api',
                
key: 'a7493e2870c43d31023d403e36d7cc81' };

  (function(
d, t) {
    var
s = d.createElement(t); s.type = 'text/javascript'; s.async = true;
    
s.src = ('https:' == document.location.protocol ? vglnk.api_url :
             
'//cdn.viglink.com/api') + '/vglnk.js';
    var
r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);
  }(
document, 'script'));
</script>');
define('databasename', 'test');
define('databaseusername', 'upgrading');
...
?>


but I need this
Code:
<?php
....
define('charset', 'utf-8');
define('databasename', 'test');
define('databaseusername', 'upgrading');
...
?>
« Last Edit: January 02, 2011, 04:41:21 PM by SUPERCOOLMAN » Logged
rvtraveller
Loyal 110MB Member
*******
Offline Offline

Posts: 3088


Please yell if you are paying attention.


WWW
« Reply #30 on: January 02, 2011, 04:42:59 PM »

@supercoolman:  what forum software are you using?
Logged

Join The Host Helpers!  The independent forums for Tech help, showing off your site, and getting advice from experts/admins.

Send Prank Emails Using Email Pranker!

Online Scam Busters - Providing the truth behind those online "Get Rich Quick" schemes.

    
SUPERCOOLMAN
Active Member
**
Offline Offline

Posts: 98


« Reply #31 on: January 02, 2011, 05:20:42 PM »

@supercoolman:  what forum software are you using?

Discuz!

the original forum sits on the server for the past 3 years suffered same issue when I try to setup a backup forum starting three days ago, it took me 3 days to find out that only the written configuration have weird lines inserted, but not before they were modified by the forum. this script testing breaks things that worked 3 years ago
Logged
Hatewithapassion
Hyper-Active Member
***
Offline Offline

Posts: 301

Troubled


« Reply #32 on: January 02, 2011, 05:36:22 PM »

@supercoolman:  what forum software are you using?

Discuz!

the original forum sits on the server for the past 3 years suffered same issue when I try to setup a backup forum starting three days ago, it took me 3 days to find out that only the written configuration have weird lines inserted, but not before they were modified by the forum. this script testing breaks things that worked 3 years ago

this script thing sucks butt. whether the admins actually care its messing sites up, no one knows. doing this they create more problems than we previously never knew was possible and only have themselves to blame. furthermore, there are more important server issues to fix so it may take a nice long time to fix
Logged

Jeff Buckley - A god walking with men
rover75
Member
*
Offline Offline

Posts: 3


« Reply #33 on: January 04, 2011, 01:24:40 PM »

I came back from Christmas/New Year break just to discover that my site is non-functional as my java drop-down menu stopped working!

Look at this -> http://rover75.110mb.com . How can one navigate now???

Perfect move from 110mb.com! Why do you have to do such things? What shall I do now? Completely redesign my website as it is not working now because of blocked java???

It is the second time now I am considering moving to another host, and hopefully I will do it this time.

« Last Edit: January 04, 2011, 01:26:57 PM by rover75 » Logged
paulwratt
Advanced Authority Member
*****
Offline Offline

Posts: 1248



« Reply #34 on: January 05, 2011, 04:59:17 AM »

this is affecting compression encoding output by the server (PHP in my case)
ie: no output or broken output

I require compression due to 600Kb + page output, its just not usable without compression and the content is unable to be broken into smaller chunks

Paul
Logged
hugodeluna
Member
*
Offline Offline

Posts: 1


WWW
« Reply #35 on: January 06, 2011, 02:59:09 AM »

I have paid for several extra services (mysql, perl, htaccess, etc.), and all my ajax apps have been turned into mush because of this.
Logged
dpahlas
Member
*
Offline Offline

Posts: 8


WWW
« Reply #36 on: January 08, 2011, 12:23:18 PM »

Any timeline for when this "short test" will be over? Pretty bummed that there seems to be no way to get my dropdown menus to work properly unitl this ends.

Dave
http://idahoalpinezone.com/
Logged
XFox Prower
Member
*
Offline Offline

Posts: 24


WWW
« Reply #37 on: January 09, 2011, 03:05:06 PM »

Please fix this. It totally destroys XML data as the tag is inserted after the root element, rendering such pages totally unviewable. Example: http://www.tailsarchive.net/games/

Why not send as text/html instead of application/xhtml+xml?

Guess I'll have to until I find a new host or something Sad
Logged

BigELK176
Member
*
Offline Offline

Posts: 12


« Reply #38 on: January 22, 2011, 11:08:50 PM »

Could admin tell us when the "short term test" will be stopped?

I have watch this issue for a long time, and wish to remove such bad javascript soon. It did damage my wordpress site java important function. If this issue cannot be solved, I will be forced to looking for the other host provider. Because I got complain more and more from customers.
Logged
anotherfred
Member
*
Offline Offline

Posts: 1


« Reply #39 on: January 23, 2011, 02:49:26 PM »

I guess that the TOS change made on 29 Dec was to "outlaw" the simple solution suggested earlier ("<!-- "
« Last Edit: January 24, 2011, 04:36:02 AM by t50webmaster » Logged
Pages: 1 [2]   Go Up
Print
Jump to: