Click to See Complete Forum and Search --> : how many/what


Justin
07-24-2003, 10:33 AM
programming languages do you know?

html and Javascript (not very goo thogh.

Charles
07-24-2003, 10:38 AM
HTML isn't a programming language, it's a mark up language.

I used to know, but have forgotten: Basic, Fortran, 8080 Assembly and Z80 Assembly. I'm still good for Pascal, Modula II, Perl, JavaScript, XSLT and XSLT:FO.

Justin
07-24-2003, 10:43 AM
anything that tells the computer to do something like HTML

Charles
07-24-2003, 10:48 AM
Originally posted by Justin
anything that tells the computer to do something like HTML Then you'll have to add obscenity to my list, and XHTML and RecipeML and CalenderML and MathML and XML and SGML.

pyro
07-24-2003, 11:49 AM
Depends what you mean by "know".

I know HTML, CSS, JavaScript, and PHP fairly well.

I know SQL, Perl, ActionScript, a bit.

HKRS CLAN
07-27-2003, 03:35 PM
i know html, javascript, ms-dos commands,
.com ms-dos programs (written in plain text),
.bat ms-dos (written in plain text)
.exe programs (written in plain text!!!!!)
uh.........
windows script (ie: show desktop)
ZPnetscript (ie:"FTP".....query user ftp...(uses dos)..etc.)
Denial Of Service (HKRS PROGRAMS)
(my special prog.s only use my special script)
email server code
OL
OLE
adobe
virus (almost all: macro, .com, .exe, .js, .vbs,boot,)

MY SPECIAL "FOLDER" virus
(no-one knows anything about it ...yet! hehe...
you open a folder (system folder) (file folder)
(compressed folder) they all can be infected becuz windows uses code &/or script to open them all!!!)

hacks

PeOfEo
07-27-2003, 04:59 PM
markup languages:
HTML and I know a very modest amount of dhtml and css

scripting languages:
VB, WDL - I am learning java, and hopefully will learn c++ some time and I have some experience with java script but not enough to say I am even remotly close to 'knowing' it.

I do asp.net with vb and sql statements

I also have the experience in sql I gained through asp.net

There are so many programming languages I guess you would have to be in the books foorever if you wanted to even come close to actually being fluent in them all

webHeretic
07-27-2003, 11:05 PM
ActionScript, JavaScript, VB, HTML, SQL, ASP and even COBOL.

Nobody needs to "know" a language anymore. Thanks to Google, you can find the answer to any problem and example code.

PeOfEo
07-27-2003, 11:44 PM
But then you dont get the good feeling of having done something yourself and then you have those nasty copyrights to deal with.

webHeretic
07-28-2003, 02:16 AM
I wasn't suggesting that someone steal copyrighted information.

I simply mean that the answers to solutions can be found on sites similar to this through google. It is also still very satisfying to find the answer to something on Google - especially when I see so many people on sites like this say something can't be done. It is also satisfying to combine solutions to different problems to solve a completely different problem.

PeOfEo
07-28-2003, 08:46 PM
I see, But then you would be learning so you would soon 'know' a language... well never mind.

fla5hba5h
07-29-2003, 01:11 AM
Originally posted by HKRS CLAN
virus (almost all: macro, .com, .exe, .js, .vbs,boot,)

You can't put viruses in .js files.

Originally posted by HKRS CLAN
MY SPECIAL "FOLDER" virus
(no-one knows anything about it ...yet! hehe...
you open a folder (system folder) (file folder)
(compressed folder) they all can be infected becuz windows uses code &/or script to open them all!!!)

Umm....what?




Anyways, I know HTML, XHTML(I found out how a few weeks ago), DHTML, Javascript, DOS, how to make *.bat files, blocking free hosts' ads, CSS, uh I think that's it.

PeOfEo
07-29-2003, 01:15 AM
All you need to add back doors and viruses to just about any file type is open it in a hex editor and insert your stuff its no biggy.

AdamGundry
07-29-2003, 03:33 AM
You can't put viruses in .js files.Yes you can. Not in .js files embedded in webpages, but if it's an external JS (run through the Windows Scriping Host) you can use the WScript.Shell object and others to do things.

Back on topic (sort of), I consider I "know" HTML, CSS, Javascript, PHP and SQL. I've also experimented at bit with Delphi (Pascal), BASIC, batch files and BASH scripting.

Adam

PeOfEo
07-29-2003, 11:45 AM
You can put a virus or backdoor in any file I believe It just needs to get onto the persons machine though, You cannot have it work through the internet like hiding it in a online js file of css file.

fla5hba5h
07-30-2003, 09:43 PM
Oh yeah, I thought he meant online.

fla5hba5h
08-02-2003, 01:23 AM
Originally posted by PeOfEo
All you need to add back doors and viruses to just about any file type is open it in a hex editor and insert your stuff its no biggy.
Your stuff? Anyways, I've tried putting some DOS in an image file but it doesn't work.

PeOfEo
08-02-2003, 02:51 AM
Your stuff refering to what you want to incert and oh yea, they hex codes cannot be longer then they originally were, so you need to delete some data, make it data that isnt critical. My hex editor sucks so i end up getting out paper and windows calk half the time and pasting it to get it decoded (I have only tried hexing 2 times, I suck at it, but some ppl can do it and are good)

fla5hba5h
08-02-2003, 01:52 PM
Oh, it would be easiest to put it in an HTML file then....
I have no idea how to tell what will delete in an image file.

PeOfEo
08-02-2003, 03:52 PM
Yea you have to be good at hexing to do that. To do the html file thing, I dont think you can just put it in the source code, you actually need to put it in the hex codes, I have never tried it, Ill put an html file in my hex editor brb, Oh it would work fine and it would be easy to do no doubt but if the person looks at the source code in notepad before he runs it and sees a bunch incriped gibberish... I mean those little box things when a character cant be displayed, and a bunch of random ascii characters he might think something is up. It would look something like this

JFIF  H H C   !"$"$ C   "    
  } !1AQa"q2#BR$3br
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz   
we have gotten off the original topic lol.

gizmo
08-03-2003, 02:25 PM
Looks like this topic's been hi-jacked by a virus, so I won't contribute.:rolleyes:

Bootsman123
08-03-2003, 03:59 PM
Mark-up languages:
HTML and CSS

Programming languages:
PHP, Java, Javascript and now I'm working with a bit with C and Pascal.

Database languages:
MySQL

fla5hba5h
08-03-2003, 06:17 PM
Originally posted by gizmo
Looks like this topic's been hi-jacked by a virus, so I won't contribute.:rolleyes:
What?

:confused: