lesser-equity

Magazine
Go Back   Computer Juice > Computer Software > Web Design, Hosting & SEO

Register


 Default 

Malicious html/javascript on my site.cant delete




Reply
 
Thread Tools
  #11  
Old 1st Dec 2008, 10:59
Moderator Group
 
Default Malicious html/javascript on my site.cant delete

That is a very good idea MJM.

Another option would be to run NoScript Add On in Firefox, and just block the offensive script whilst you remove it.
__________________
serverguy

__________________

My System: Eclipse

Processor(s):
Intel C2D E7200 OC'd @ 3.6Ghz
Motherboard:
Asus P5Q Pro
RAM Memory:
OCZ 8GB 800Mhz
Graphics Card(s):
Saphire Radeon 4850
Sound Card:
Onboard
Hard Drive(s):
Vast
Optical Drive(s):
Sony al cheapo one.
Case / PSU:
Antec Three Hundred
Cooling:
Arctic Cooler 7 Pro, 3 case fans.
Network / Internet:
Titan ADSL
Monitor(s):
Dual 19" LCD
Operating System(s):
XP SP3
  #12  
Old 1st Dec 2008, 11:08
Administrator Group
 
Default Malicious html/javascript on my site.cant delete

http://uk.layershift.com/shared-hosting.php

That's who CJ uses if you are looking for paid hosting.

I would just setup your site using wordpress or something, no need to design anything and it will look and function much better.
__________________

My System: Hybr!d

Processor(s):
AMD Turion 64 x2 TL-64 2.2GHz
Motherboard:
HP nForce 560
RAM Memory:
2GB DDR2 PC2-5300
Graphics Card(s):
Nvidia 7150M Onboard Integrated
Sound Card:
5.1 Onboard Integrated
Hard Drive(s):
250GB 5400RPM SATA300
Optical Drive(s):
18x CD/DVDRW-DL ATA
Case / PSU:
Stock HP
Cooling:
Stock HP
Network / Internet:
10/100 Nic / 10MB Virgin Cable
Monitor(s):
17" WXGA+ HD BrightView Widescreen
Operating System(s):
Windows 7 Ultimate 32Bit
  #13  
Old 1st Dec 2008, 16:10
Donor Group
 
Default Malicious html/javascript on my site.cant delete

tried already to disable java and i just tried them add ons in firefox still no look and no email back too maybe a page delete is in order...dam
serves me write really..o well you live and learn
__________________
www.myPCbuild.piczo.com
My Build logs & step by step mods

__________________

My System: P*L*A*Z*M*A

Processor(s):
2.3GhZ AmD
Motherboard:
Asus
RAM Memory:
1 gig ddr
Graphics Card(s):
256mb G-force
Sound Card:
sound Blaster 5.1
Hard Drive(s):
1-80gb 1-120gb western digital's
Optical Drive(s):
pioneer's DVD-RW
Case / PSU:
custom case & 650w psu
Cooling:
diy watercooling
Network / Internet:
virgin 50mb
Monitor(s):
Acer 23" (X233HB)
Operating System(s):
Vista Ultimate
  #14  
Old 1st Dec 2008, 18:00
MJM
Donor Group
 
Default Malicious html/javascript on my site.cant delete

java =/= javascript
__________________

My System: Toshiba Satellite A200-28P

Processor(s):
Intel Core 2 Duo T8100
Motherboard:
Mobile Intel PM965 Express Chipset
RAM Memory:
1024 + 2048MB DDR2 667
Graphics Card(s):
ATI HD 2600 XT
Sound Card:
Toshiba Bass Enhanced Sound System
Hard Drive(s):
200GB 5400RPM
Optical Drive(s):
DVD Super Multi
Case / PSU:
Satellite A200 Series
Cooling:
Stock
Network / Internet:
Intel 4965AGN
Monitor(s):
15.4" 1,280x800 Toshiba TruBrite
Operating System(s):
Windows Vista SP1 / Fedora i386
  #15  
Old 2nd Dec 2008, 08:31
Moderator Group
 
Default Malicious html/javascript on my site.cant delete

What does =/= mean?

Javascript is just a type of Java that runs in browsers.
__________________
serverguy

  #16  
Old 2nd Dec 2008, 09:19
MJM
Donor Group
 
Default Malicious html/javascript on my site.cant delete

=/= means not equal.


JavaScript and Java are in no way whatsoever related.
They aren't even similar languages! JS is not a type of Java.
  #17  
Old 2nd Dec 2008, 11:13
Moderator Group
 
Default Malicious html/javascript on my site.cant delete

I agree maybe my first post was a bit confusing, but actually Java and JavaScript are very similar languages.

They both basically follow the C syntax, and lots of the names used in Java are used in JavaScript as well.

And Sun still had a lot to do with the creation of JavaScript, hence where its name came from (Sun basically said to Netscape that they could call it JavaScript if they would build the JRE into Netscape.)

I seem to remember reading somewhere that JS was actually written to make Java more appealing to non programming people.

But yes, JS is not a spin off of Java.
__________________
serverguy

  #18  
Old 2nd Dec 2008, 21:19
MJM
Donor Group
 
Default Malicious html/javascript on my site.cant delete

Quote:
Originally Posted by serverguy View Post
I agree maybe my first post was a bit confusing, but actually Java and JavaScript are very similar languages.

They both basically follow the C syntax, and lots of the names used in Java are used in JavaScript as well.

And Sun still had a lot to do with the creation of JavaScript, hence where its name came from (Sun basically said to Netscape that they could call it JavaScript if they would build the JRE into Netscape.)

I seem to remember reading somewhere that JS was actually written to make Java more appealing to non programming people.

But yes, JS is not a spin off of Java.
Key elements from the wiki article:

"Not to be confused with Java (programming language)."

"JavaScript, despite the name, is essentially unrelated to the Java programming language, although both have the common C syntax, and JavaScript copies many Java names and naming conventions."

"There is not a particularly close genealogical relationship between Java and JavaScript; their similarities are mostly in basic syntax because both are ultimately derived from C. Their semantics are quite different and their object models are unrelated and largely incompatible."

"The standardization effort for JavaScript also needed to avoid trademark issues"
  #19  
Old 4th Dec 2008, 03:03
Member Group
 
Default Malicious html/javascript on my site.cant delete

Sorry serverguy, you are just wrong.

The reason Netscape chose the name Javascript was to deliberately try to cash in on the interest in Java and to fool people. When it first came out Netscape called it LiveScript but very few people paid any attention to it, being proprietary code locked in to one browser. So to make it seem sexier, they changed the name and stirred up interest. And have successfully fooled / confused beginners every since.

Java is a stand-alone programming language which, like a huge number of other programming languages, has a syntax very similar to that of c. Java is objected orientated, meaning you can create classes and objects from these classes for the program to use. When Java is compiled, it is not complied into an executable file but into an intermediate form called bytecode. This has the advantage that it can then be used on any operating system that has a Java Runtime Machine. With c you would have to develope and compile the code separately for each OS, as c makes low level calls to the OS and file system and thus parts of each compiled program are OS specific. With Java they call it write once use many, with c it's write many times. The standalone Java program then runs like most other executables, can access the hard disk, and file system and any other hardware if necessary. It can access databases, drivers, whatever you want.

Javascript does not create classes, nor does it create objects, nor is it compiled, nor is it standalone, not can it access the hard drive or any other hardware, nor can it access databases or drivers or whatever else you'd want. Javascript can only run within the browser, and operates purely on the DOM. Each browser manufacturer has to include their own javascript engine in their browser (hence the reason some scripts go wrong in some browsers) But it has the letters J and A and V and A in its name, that's all.

Java was developed by Sun, LiveScript was developed by Netscape and renamed by Netscape. MS produced JScript - "the same but different", but as stated above attempts have been made to standardise Javascript and JScript via a thing called ECMAScript to which they are both related.

Anyone who has written Java programs and Javascripts will know that they are completely different things. It's a bit like saying to me "Ah you can teach people to fly gliders, so obviously you can teach me to fly a helicopter" - sorry, the only thing they have in common is the letters F and L and Y . Ditto drive a car and drive a train or drive a bargain.

Having a syntax similar to c does not make two languages related, it just means you have an easier time learning a new language.

Anyway, did you disable Javascript in your browser?

PS there is no way a non-programmer could write Java !
  #20  
Old 5th Dec 2008, 09:23
Donor Group
 
Default Malicious html/javascript on my site.cant delete

i did disable java and still same problem i have now delete the page and made a new one so all is good and i dident get any help from the free website makers ! thanks everyone for trying to help!
__________________
www.myPCbuild.piczo.com
My Build logs & step by step mods

Reply

Register

Bookmarks

Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash intro to HTML site gabbotts Web Design, Hosting & SEO 0 30th May 2009 02:02
Google Webmaster Central - Site Verification (Freewebs site) jsh4 Web Design, Hosting & SEO 8 24th Jan 2009 00:30
Stupid son downloaded a Malicious programe, can anyone please help? john101 Virus, Spyware & Security 28 29th Oct 2008 18:55
Javascript Problem, help? Xeon Web Browsers & FTP Clients 1 30th Jul 2008 12:46
Malicious windows pop-up advising spyware waynestep Virus, Spyware & Security 3 5th Apr 2008 11:44
Thread Tools




Arabic Bulgarian Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Finnish French German Greek Hebrew Hungarian Italian Japanese Korean Latvian Lithuanian Norwegian Polish Portuguese Romanian Russian Serbian Slovak Spanish Swedish Thai Turkish Ukrainian

Copyright ©2006 - 2009 Computer Juice.

Powered by vBulletin® Copyright ©2000 - 2009 Jelsoft Enterprises Ltd. SEO by vBSEO ©2009, Crawlability, Inc.