CyberCodes
Deface HTML (Educational Purpose Only) Welcome

Reminders sa mga rehistradong myembro:

•ang lengwahe na gagamitin ay pawang english at tagalog lamang

•Bawal po dito ang pakikipag away

•Bawal ang mga shorcut na mga words
Example: txt, Pwd, at iba pa

•Bawal mababastos at masasakit na salita o anu mang makakasakit
ng damdamin ng isang myembro ng forum na ito

•use the "like" button if the post of the following user you think are usefull



Join the forum, it's quick and easy

CyberCodes
Deface HTML (Educational Purpose Only) Welcome

Reminders sa mga rehistradong myembro:

•ang lengwahe na gagamitin ay pawang english at tagalog lamang

•Bawal po dito ang pakikipag away

•Bawal ang mga shorcut na mga words
Example: txt, Pwd, at iba pa

•Bawal mababastos at masasakit na salita o anu mang makakasakit
ng damdamin ng isang myembro ng forum na ito

•use the "like" button if the post of the following user you think are usefull

CyberCodes
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Deface HTML (Educational Purpose Only)

Go down

Deface HTML (Educational Purpose Only) Empty Deface HTML (Educational Purpose Only)

Post by cybercodes Wed Jun 06, 2012 6:23 am

Hacking nauuso ba?
deface dito deface doon
sige gawa tayo ng deface page mo
remember this is for educational purpose only
simple lang to. all you need is a "N0tepad"
first create a new text document (notepad)
open it and lets start with this
copy nyo lang this html code sa notepad nyo

PHP Code
Code:
 <html>
    <head>
        <title></title>
    </head>
    <body>
    </body>
</html>

ngayon lagay tayo ng title ng gusto nyo. at dito natin sya ilalagay sa gitna ng <title></title>

Code:
<html>
    <head>
        <title>Dito ilalagay ang title nyo</title>
    </head>
    <body>
    </body>
</html> 

now lagyan natin sya ng background color
under the </head>

here is the sample

Code:
<html>
    <head>
        <title>YOUR TITLE</title>
    </head>
    <body bgcolor="#000000">
    </body>
</html>


"#000000" is an html color codes na color black
kung gusto nyo makita ang ibat-ibang color with their html codes
pasok dito: [You must be registered and logged in to see this link.]
now lagay tayo ng image
first hanap kayo ng gusto nyong image or upload it and copy nyo yung link nung image na yun
and we will put this image under the </head>

here is the codes for image
Code:
<center>
<DIV align="center"><IMG src="http://i242.photobucket.com/albums/ff257/pzyco017_episode2/subsiggy.png" width="" height=""><CENTER>

after ng <IMG src=" nyo ilalagay ang image
we put <center> para maging center sya

Code:
<html>
    <head>
        <title>YOUR TITLE</title>
    </head>
<center>
<DIV align="center"><IMG src="http://i242.photobucket.com/albums/ff257/pzyco017_episode2/subsiggy.png" width="" height=""><CENTER>
    <body bgcolor="#000000">
    </body>
</html>

Now to make it more intersting
lagyan natin ng MUSIC
mostly kumukuha ako ng music sa youtube
hanap lang kayo ng gusto nyong music
i choose freak on leash by korn


cybercodes
cybercodes
Administrator
Administrator

Posts : 102
Credits : 101423
Fame : 56
Join date : 2012-06-01
Age : 30

https://cybercodes.forumtl.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum