Showing posts with label coding. Show all posts
Showing posts with label coding. Show all posts

Thursday, 2 October 2014

// // Leave a Comment

Top 2 best online tools for programmers

Hello readers, today i am back with a new article which will make you aware about Top 2 Best Online Tools For Programmers... Nowadays many people wants to become programmer or they are programmers... So i have come up with Top 2 Best Online Tools For Programmers... We know many times especially in C programming we get many compile errors if our written program is correct also...So here is the solution for it...Lets Start...

1.Onlinecompiler.net

The name itself tell about it, Onlinecompiler.net is compiler of programming languages like C,Java,etc...
In online compilers (.net) you can find and use online many compilers ( GCC, MINGW, GFORTRAN, JAVA, GPC, FREEBASIC) for the mainstream languages that exist, you can search THE LINUX MANUAL (DEV MAN) PAGES, the JAVA & WIN32 API'S. Also,you can ask programming related questions...
The main advantage of it is It directly convert program into executable file( .EXE file ) and give you a download link...


How to use Onlinecompiler.net????

1.Open onlinecompiler.net And write your program

2.Click on compile Button,then it will compile it and convert and give a download link to executable file( .EXE file )




2.Codepad.org



codepad is an online compiler/interpreter, and a simple collaboration tool.
It helps you to store and keep your programming codes and give you a short link to the code,so that you can get the code at any time and anywhere, also it will be easy to share your codes to your friends,etc...
The main advantage of codepad.org is that it allows many programming languages like c,c++,php,etc also it has a option of private by which your written code will not be visible to public...

How to use Codepad.org???

1.Open codepad.org and write your program



2.Click on Submit button and then you will get a link to your program




congratulations! Now you know Top 2 Best Online Tools For programmers
Read More

Saturday, 2 August 2014

// // Leave a Comment

Top 2 best online tools for programmers

Hello readers, today i am back with a new article which will make you aware about Top 2 Best Online Tools For Programmers... Nowadays many people wants to become programmer or they are programmers... So i have come up with Top 2 Best Online Tools For Programmers... We know many times especially in C programming we get many compile errors if our written program is correct also...So here is the solution for it...Lets Start...

1.Onlinecompiler.net

The name itself tell about it, Onlinecompiler.net is compiler of programming languages like C,Java,etc...
In online compilers (.net) you can find and use online many compilers ( GCC, MINGW, GFORTRAN, JAVA, GPC, FREEBASIC) for the mainstream languages that exist, you can search THE LINUX MANUAL (DEV MAN) PAGES, the JAVA & WIN32 API'S. Also,you can ask programming related questions...
The main advantage of it is It directly convert program into executable file( .EXE file ) and give you a download link...


How to use Onlinecompiler.net????

1.Open onlinecompiler.net And write your program

2.Click on compile Button,then it will compile it and convert and give a download link to executable file( .EXE file )




2.Codepad.org



codepad is an online compiler/interpreter, and a simple collaboration tool.
It helps you to store and keep your programming codes and give you a short link to the code,so that you can get the code at any time and anywhere, also it will be easy to share your codes to your friends,etc...
The main advantage of codepad.org is that it allows many programming languages like c,c++,php,etc also it has a option of private by which your written code will not be visible to public...

How to use Codepad.org???

1.Open codepad.org and write your program



2.Click on Submit button and then you will get a link to your program




congratulations! Now you know Top 2 Best Online Tools For programmers
Read More

Saturday, 10 May 2014

// // Leave a Comment

how to hack a website with basic html coding



hello reader i am back with a new trick which will teach you how to hack a website with basic html coding if you have basic html and javascript knowledge, you may be able to access password protected websites. this article will give you an easy method to hack simple, less-secured websites of your choice simply through html. use it responsibly.

note: this basic method works only for websites with extremely low security barriers. websites with robust security details will not be susceptible to this kind of simple attack.
step #1:- open the site you want to hack. provide wrong username/password combination in its log in form. (e.g. : username : rhutikgiradkar and password: 1234 an error will occur saying wrong username-password. now be prepared your experiment starts from here.

step #2:-right click anywhere on that error page è go to view source.

Step# 3:- there you can see the html coding with javascript.
• there you find somewhat like this….<_form action=”…login….”>
• before this login information copy the url of the site in which you are. (e.g. :”< _form……….action= http://www.targetwebsite. com /login…….>”)

step# 4:- then delete the javascript from the above that validates your information in the server.(do this very carefully, your success to hack the site depends upon this i.e. how efficiently you delete the java scripts that validate your account information)

step#5:- then take a close look for “<_input name=”password” type=”password”>”[without quotes] -> replace “<_type=password>” with “<_type=text>”. see there if maximum length of password is less than 11 then increase it to 11 (e.g. : if then write )

step#6:- just go to file => save as and save it anywhere in your hard disk with ext.html(e.g.: c:\chan.html)

step#7:- reopen your target web page by double clicking ‘chan.html’ file that you saved in your hard disk earlier.• you see that some changes in current page as compared to original one. don’t worry.
step8-provide any username [e.g.: hacker] and password [e.g.:' or 1=1 --] you have successfully cracked the above website and entered into the account of list user saved in the server’s database. warnings do the coding and changes very carefully, your success to hack the site depends upon this i.e. how efficiently you delete the java scripts that validate your account information
Read More