Note: try this at your own risk!
π° : How to Hack a Website with Basic HTML Coding
ββββββββββββββββββ
β οΈ : PC
ββββββββββββββββββ
β»οΈ Open the site you want to hack.
β»οΈ Right click anywhere on that error page =>> go to view source.
β»οΈ View the source code.
β»οΈ Delete the JavaScript from the above that validates your information in the server.
β»οΈ Take a close look for "<_input name="password" type="password">"[without quotes] -> replace "<_type=password>" with "<_type=text>".
β»οΈ Go to file => save as and save it anywhere in your hard disk with ext.html (e.g.: c:\chan.html).
β»οΈ Reopen your target web page by double clicking 'chan.html' file that you saved in your hard disk earlier.
β»οΈ Provide any username [e.g.: hacker]
ββββββββββββββββββ
Lawdralph
Literature Entertainment Science/Technology
Saturday, 7 April 2018
Monday, 19 March 2018
Agony of growing old
*Agony of growing old*
I took away my mouth,
From the soft bosom.
I placed my feet on ground,
Staggering to gain balance.
I fall I rise,
I kept my head straight.
Nothing to worry about,
I have my meals, play and sleep.
I felt secured,
Fret over nothing.
At dawn of my life,
When the sun smiles.
I watch the flower,
Dances to the tune of wind.
I was null and void,
Nature breath life into me.
I am nowhere going nowhere,
I see the sky I see the tree,
So i got drowned,
In the cacophony of birds.
The sun shining brighter,
I want to grow faster.
I want to be a man;
Live the life of husband and wife,
I want to love,
I want to be loved.
I have my goals,
I want to grow.
I have classes to attend,
Worries over unfinished assignment.
I lose sleep over passing exams,
My parents must be proud of me.
Now It is noon;
I want to be enclosed,
In a woman bosom.
I want to have a heir,
I want my own castle.
I want to control cashes,
Wikipedia should have my biography.
I should have an empire.
Where I rule the folks.
helter skelter I run,
Unending bills to cleared.
I have to sacrifice my time,
For the kids and their mom.
I watch my sunset,
In ups and downs.
I still have records to set,
Some dreams unaccomplished.
It is twilight;
My shoulders are dropping,
Shrunken are my skins,
My hair now is grey.
It is dusk
Now I recall;
Once I was a kid,
I was young and strong,
I have the money,
And time was limitless.
But I want it,
To grow was all i wanted.
But not now again,
I have been growing to die.
If only that I could change the hand of time,
I would be a kid once again.
Β© Lawdralph
I took away my mouth,
From the soft bosom.
I placed my feet on ground,
Staggering to gain balance.
I fall I rise,
I kept my head straight.
Nothing to worry about,
I have my meals, play and sleep.
I felt secured,
Fret over nothing.
At dawn of my life,
When the sun smiles.
I watch the flower,
Dances to the tune of wind.
I was null and void,
Nature breath life into me.
I am nowhere going nowhere,
I see the sky I see the tree,
So i got drowned,
In the cacophony of birds.
The sun shining brighter,
I want to grow faster.
I want to be a man;
Live the life of husband and wife,
I want to love,
I want to be loved.
I have my goals,
I want to grow.
I have classes to attend,
Worries over unfinished assignment.
I lose sleep over passing exams,
My parents must be proud of me.
Now It is noon;
I want to be enclosed,
In a woman bosom.
I want to have a heir,
I want my own castle.
I want to control cashes,
Wikipedia should have my biography.
I should have an empire.
Where I rule the folks.
helter skelter I run,
Unending bills to cleared.
I have to sacrifice my time,
For the kids and their mom.
I watch my sunset,
In ups and downs.
I still have records to set,
Some dreams unaccomplished.
It is twilight;
My shoulders are dropping,
Shrunken are my skins,
My hair now is grey.
It is dusk
Now I recall;
Once I was a kid,
I was young and strong,
I have the money,
And time was limitless.
But I want it,
To grow was all i wanted.
But not now again,
I have been growing to die.
If only that I could change the hand of time,
I would be a kid once again.
Β© Lawdralph
Thursday, 8 March 2018
How to hack whatsapp account and view conversations
Note: this tutorial is for educational purpose only, we are not responsible for any breech of the law.
To hack your partner account require one time physical access to their phone, then try this method.
To hack your partner account require one time physical access to their phone, then try this method.
- Trick your partner into giving you their phone
- download and launch the current version of opera mini browser on your desktop or laptop computer
- launch the browser
- click the whatsapp icon, it will load the whatsapp webpage that require you to scan a bar code
- launch whatsapp on your partner's phone
- click the three dot icon at the top
- select whatsapp web it ask for the bar code
- scan the bar code with your partner's phone.
to prevent being caught don't reply any message, just watch the conversation and don't open any unread message.
Monday, 5 March 2018
Introduction to web building
Introduction to Web Development
Web programming, also known as web development, is the creation of dynamic web applications. Examples of web applications are social networking sites like Facebook or e-commerce sites like Amazon.
The good news is that learning web development is not that hard!
In fact, many argue itβs the best form of coding for beginners to learn. Itβs easy to set up, you get instant results and thereβs plenty of online training available.
A lot of people learn web coding because they want to create the next Facebook or find a job in the industry. But itβs also a good choice if you just want a general introduction to coding, since itβs super easy to get started. No matter whether youβre looking for a career or just want to learn coding, learning how to develop for the web is for you. Itβs one of the smartest decisions you will ever make!
Web Development Overview
There are two broad divisions of web development β front-end development (also called client-side development) and back-end development (also called server-side development).
Front-end development refers to constructing what a user sees when they load a web application β the content, design and how you interact with it. This is done with three codes β HTML, CSS and JavaScript.
HTML, short for Hyper Text Markup Language , is a special code for βmarking upβ text in order to turn it into a web page. Every web page on the net is written in HTML, and it will form the backbone of any web application. CSS, short for Cascading Style Sheets , is a code for setting style rules for the appearance of web pages. CSS handles the cosmetic side of the web. Finally, JavaScript is a scripting language thatβs widely used to add functionality and interactivity to web pages.
Back-end development controls what goes on behind the scenes of a web application. A back-end often uses a database to generate the front-end.
Hereβs an example. Say you log into your Facebook account, and you are greeted with the latest updates in your News Feed. Theyβre not going to be the same updates that you saw yesterday.
How did the page change? Did a Facebook employee manually edit the page to update your news feed? Of course not. A script on the Facebook back-end would have received the updates and re-generated the front-end accordingly.
Back-end scripts are written in many different coding languages and frameworks, such asβ¦
PHP
Ruby on Rails
ASP.NET
Perl
Java
Node.js
Python
Without going into more detail, thatβs really all there is to web development. So now, here is a way to start learning it.
Introduction to Web Design
Web design is the visual aesthetics and page layout of a website. It goes hand-in-hand with
web development in the creation of a static website or dynamic web application.
Even if you donβt consider yourself a creative person, itβs still a good idea to learn web design. No matter whether you want to make static websites or dynamic web applications, design is an important part of the process. The design is the first thing people notice when they arrive on a website, and if itβs not good enough, theyβll leave. You donβt want to create a site that frustrates people, do you?
If you do identify yourself as a creative person, you might even consider a career as a web designer. Today, there is a huge need for competent web designers with up-to-date skills. Itβs not an opportunity to be sneezed at.
Learn coding and youβll be a valuable asset to many. But learn coding and design and youβll be second to none!
Web Design Overview
The web design process starts with a visual concept, which you could sketch by hand or with software like Photoshop. Then, you use
HTML and CSS to build the website. HTML and CSS are the codes for writing web pages. HTML handles the basic structure and βbonesβ of your page, while CSS handles the style and appearance.
Introduction to web Hosting.
It simply means making your website available to the general public. After writing your web code only you can access it but to make it accessible to the world you need hosting
Web programming, also known as web development, is the creation of dynamic web applications. Examples of web applications are social networking sites like Facebook or e-commerce sites like Amazon.
The good news is that learning web development is not that hard!
In fact, many argue itβs the best form of coding for beginners to learn. Itβs easy to set up, you get instant results and thereβs plenty of online training available.
A lot of people learn web coding because they want to create the next Facebook or find a job in the industry. But itβs also a good choice if you just want a general introduction to coding, since itβs super easy to get started. No matter whether youβre looking for a career or just want to learn coding, learning how to develop for the web is for you. Itβs one of the smartest decisions you will ever make!
Web Development Overview
There are two broad divisions of web development β front-end development (also called client-side development) and back-end development (also called server-side development).
Front-end development refers to constructing what a user sees when they load a web application β the content, design and how you interact with it. This is done with three codes β HTML, CSS and JavaScript.
HTML, short for Hyper Text Markup Language , is a special code for βmarking upβ text in order to turn it into a web page. Every web page on the net is written in HTML, and it will form the backbone of any web application. CSS, short for Cascading Style Sheets , is a code for setting style rules for the appearance of web pages. CSS handles the cosmetic side of the web. Finally, JavaScript is a scripting language thatβs widely used to add functionality and interactivity to web pages.
Back-end development controls what goes on behind the scenes of a web application. A back-end often uses a database to generate the front-end.
Hereβs an example. Say you log into your Facebook account, and you are greeted with the latest updates in your News Feed. Theyβre not going to be the same updates that you saw yesterday.
How did the page change? Did a Facebook employee manually edit the page to update your news feed? Of course not. A script on the Facebook back-end would have received the updates and re-generated the front-end accordingly.
Back-end scripts are written in many different coding languages and frameworks, such asβ¦
PHP
Ruby on Rails
ASP.NET
Perl
Java
Node.js
Python
Without going into more detail, thatβs really all there is to web development. So now, here is a way to start learning it.
Introduction to Web Design
Web design is the visual aesthetics and page layout of a website. It goes hand-in-hand with
web development in the creation of a static website or dynamic web application.
Even if you donβt consider yourself a creative person, itβs still a good idea to learn web design. No matter whether you want to make static websites or dynamic web applications, design is an important part of the process. The design is the first thing people notice when they arrive on a website, and if itβs not good enough, theyβll leave. You donβt want to create a site that frustrates people, do you?
If you do identify yourself as a creative person, you might even consider a career as a web designer. Today, there is a huge need for competent web designers with up-to-date skills. Itβs not an opportunity to be sneezed at.
Learn coding and youβll be a valuable asset to many. But learn coding and design and youβll be second to none!
Web Design Overview
The web design process starts with a visual concept, which you could sketch by hand or with software like Photoshop. Then, you use
HTML and CSS to build the website. HTML and CSS are the codes for writing web pages. HTML handles the basic structure and βbonesβ of your page, while CSS handles the style and appearance.
Introduction to web Hosting.
It simply means making your website available to the general public. After writing your web code only you can access it but to make it accessible to the world you need hosting
Learn to build website from scratch
Brief History of HTML
HTML was developed by Tim Berners Lee in 1991. It underwent several modifications into HTML+, HTML 2.0, HTML 3.2, HTML 4.01, HTML 1.0 and (most recently) HTML 5.
HTML standards are maintained by the W3C (World Wide Web Consortium).
Building a website require three stages
1 web development
2 web design
3 Hosting
*Requirements*
Text Editor e.g notepad, Sublime text (Recommended).
Browser e.g Internet explorer, chrome(recommended)
HTML was developed by Tim Berners Lee in 1991. It underwent several modifications into HTML+, HTML 2.0, HTML 3.2, HTML 4.01, HTML 1.0 and (most recently) HTML 5.
HTML standards are maintained by the W3C (World Wide Web Consortium).
Building a website require three stages
1 web development
2 web design
3 Hosting
*Requirements*
Text Editor e.g notepad, Sublime text (Recommended).
Browser e.g Internet explorer, chrome(recommended)
Saturday, 3 March 2018
Components of computer
I. Hardware components: These are the physical part of the computer that we can see and feel. These parts are made of plastic, metal and magnetic components. Examples are mouse, keyboard, monitor, system unit, joystick, scanner printer etc.
II. Software components: These are the abstract parts of the computer that can not be touch or feel physically. These component enables the computer to carryout it step by step function, and also control the hardware.
The software component is divided into
a. System software/ operating system: This is a multi functional software that control and regulate the computer. Examples windows and Linux.
b. Application software: This is a single function software designed to carryout a specific task. Examples Corel draw, sublime text and Microsoft word.
c. Utility software:These are software's that protect, secure, repair and maintain the ccomputer. Examples anti-Virus, drivers etc
III. Human ware components: This is the operator
II. Software components: These are the abstract parts of the computer that can not be touch or feel physically. These component enables the computer to carryout it step by step function, and also control the hardware.
The software component is divided into
a. System software/ operating system: This is a multi functional software that control and regulate the computer. Examples windows and Linux.
b. Application software: This is a single function software designed to carryout a specific task. Examples Corel draw, sublime text and Microsoft word.
c. Utility software:These are software's that protect, secure, repair and maintain the ccomputer. Examples anti-Virus, drivers etc
III. Human ware components: This is the operator
Brief intro to computer
Computer is an electronic device that accept data as input, process, store and retrieve information as output through the logic unit supplied by the user.
Major parts of the computer
I. System unit
II. Monitor
III. Keyboard
I. System unit: it stores data, process it and retrieve information.
II. Monitor: This display all what we do with the computer.
III. Keyboard: it is used for typing
Major parts of the computer
I. System unit
II. Monitor
III. Keyboard
I. System unit: it stores data, process it and retrieve information.
II. Monitor: This display all what we do with the computer.
III. Keyboard: it is used for typing
Subscribe to:
Posts (Atom)
How to hack a website with basic coding experience
Note: try this at your own risk! π° : How to Hack a Website with Basic HTML Coding ββββββββββββββββββ β οΈ : PC ββββββββββββββββββ β»οΈ Ope...
-
People won't appreciate you until you are no longer around. When you give them a drop, they request for a cup, when you give them a cup ...
-
Computer is an electronic device that accept data as input, process, store and retrieve information as output through the logic unit supplie...
-
Note: this tutorial is for educational purpose only, we are not responsible for any breech of the law. To hack your partner account require...