Yo también tengo licencia de windows vista y me gustaría saber si puedo poner legalmente el windows 10, también tengo un Windows 7 con otra licencia prestada XD me gustaría saber si actualizo a windows 10 lo detectara como pirata? o me la dará free
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúRewriteEngine On
RewriteRule ^client(|/)$ /client.php
RewriteRule ^clientutils(|/)$ /client.php
RewriteRule ^flash_client_error(|/)$ /client.php
RewriteRule ^me(|/)$ /me.php
RewriteRule ^Mantenimiento(|/)$ /maintenance.php
RewriteRule ^Ajustes(|/)$ /settings.php
RewriteRule ^Comunidad(|/)$ /community.php
RewriteRule ^Noticias(|/)$ /articles.php
RewriteRule ^Equipo(|/)$ /team.php
RewriteRule ^Alfas(|/)$ /alfas.php
RewriteRule ^Referidos(|/)$ /referidos.php
RewriteRule ^Registro(|/)$ /register.php
RewriteRule ^Perfil(|/)$ /perfil.php
RewriteRule ^Tienda(|/)$ /store.php
RewriteRule ^Tienda=ComprarVip(|/)$ /buyvip.php
RewriteRule ^Tienda=ComprarRares(|/)$ /buyrares.php
RewriteRule ^Tienda=ComprarRespetos(|/)$ /buyresp.php
RewriteRule ^cacheCheck(|/)$ /cacheCheck.php
RewriteRule ^account/disconnected(|/)$ /index.php?logout=true
RewriteRule ^logout/(|/)$ /index.php?logout=true
RewriteRule ^Badgedata/badge/([^/]+)(|/)$ ./habbo-imaging/badge.php?badge=$1
RewriteRule ^habbo-imaging/badge/([^/]+)(|/).gif$ ./habbo-imaging/badge.php?badge=$1
RewriteRule ^habbo-imaging/badge/([^/]+)(|/)$ ./habbo-imaging/badge.php?badge=$1
RewriteRule ^inc/(..*)$ ./index.php
RewriteRule ^tpl/(..*)$ ./index.php
RewriteRule ^tpl/Generic/(..*)$ ./index.php
RewriteRule ^habbo-imaging/avatarimage(|/)$ /habbo-imaging/avatar.php
# nginx configuration
location /client {
rewrite ^/client(|/)$ /client.php;
}
location /clientutils {
rewrite ^/clientutils(|/)$ /client.php;
}
location /flash_client_error {
rewrite ^/flash_client_error(|/)$ /client.php;
}
location /me {
rewrite ^/me(|/)$ /me.php;
}
location /Mantenimiento {
rewrite ^/Mantenimiento(|/)$ /maintenance.php;
}
location /Ajustes {
rewrite ^/Ajustes(|/)$ /settings.php;
}
location /Comunidad {
rewrite ^/Comunidad(|/)$ /community.php;
}
location /Noticias {
rewrite ^/Noticias(|/)$ /articles.php;
}
location /Equipo {
rewrite ^/Equipo(|/)$ /team.php;
}
location /Alfas {
rewrite ^/Alfas(|/)$ /alfas.php;
}
location /Referidos {
rewrite ^/Referidos(|/)$ /referidos.php;
}
location /Registro {
rewrite ^/Registro(|/)$ /register.php;
}
location /Perfil {
rewrite ^/Perfil(|/)$ /perfil.php;
}
location /Tienda {
rewrite ^/Tienda(|/)$ /store.php;
rewrite ^/Tienda=ComprarVip(|/)$ /buyvip.php;
rewrite ^/Tienda=ComprarRares(|/)$ /buyrares.php;
rewrite ^/Tienda=ComprarRespetos(|/)$ /buyresp.php;
}
location /cacheCheck {
rewrite ^/cacheCheck(|/)$ /cacheCheck.php;
}
location /account {
rewrite ^/account/disconnected(|/)$ /index.php?logout=true;
}
location /logout {
rewrite ^/logout/(|/)$ /index.php?logout=true;
}
location /Badgedata {
rewrite ^/Badgedata/badge/([^/]+)(|/)$ /habbo-imaging/badge.php?badge=$1;
}
location /habbo {
rewrite ^/habbo-imaging/badge/([^/]+)(|/).gif$ /habbo-imaging/badge.php?badge=$1;
rewrite ^/habbo-imaging/badge/([^/]+)(|/)$ /habbo-imaging/badge.php?badge=$1;
rewrite ^/habbo-imaging/avatarimage(|/)$ /habbo-imaging/avatar.php;
}
location /inc {
rewrite ^/inc/(..*)$ /index.php;
}
location /tpl {
rewrite ^/tpl/(..*)$ /index.php;
rewrite ^/tpl/Generic/(..*)$ /index.php;
}
<Files *.css>
SetOutputFilter DEFLATE
</Files>
<Files *.js>
SetOutputFilter DEFLATE
</Files>
ErrorDocument 400 /index.php
ErrorDocument 401 /index.php
ErrorDocument 403 /index.php
ErrorDocument 404 /index.php
ErrorDocument 500 /index.php
# BEGIN Compress text files - CMS by Jeihden
<ifModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
AddOutputFilterByType DEFLATE font/truetype font/opentype
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript
</ifModule>
Cita de: Eleкtro en 24 Julio 2015, 21:07 PM
¿Y que es "este mundo"?, ¿hacking/seguridad informática, programación, tecnología, informática en general, o qué?, hay que escoger algo en particular, o un poquito de todo, por que para aprenderlo TODO no existe tiempo ni capacidad mental suficiente en la vida de un ser humano.
Cita de: Ai0ria en 24 Julio 2015, 21:00 PM
hola gente, creen que a los 22 años es una edad tarde para aprender todo sobre este mundo, o a los 26 años? conozco gente que tiene 24, 25 años y dicen querer aprender sobre este mundo, creen que es muy tarde para aprender?
Cita de: Santaclown en 5 Julio 2015, 23:37 PM
Perdon, no viene a cuento pero simplemente por curiosidad ¿Que editor de codigo estas utilizando?
Cita de: Santaclown en 5 Julio 2015, 22:03 PM
El dominio esta bien y el "estatus" esta activo
Cita de: DarK_FirefoX en 5 Julio 2015, 03:52 AM
Exactamente, el término es Responsive Web Design (Diseño Web Responsivo), se trata de predefinir el comportamiento/apariencia de las cosas de las páginas para adaptarse a distintas resoluciones de pantalla/tamaño de pantallas/distintos dispositivos. Deberías ser capaz de encontrar información sobre esto.
No se cual es tu objetivo, si quieres trabajar directamente desde 0, pero podrías revisar bootstrap, es un framework que te facilita el desarrollo web, trae muchas cosas muy útiles, haciendo un excelente uso de CSS, además de jQuery, y sobre todo, viene incluido un excelente soporte para el diseño responsivo.
Salu2s
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="css/style.css">
<title>WINTXCODERS | Inicio</title>
</head>
<body>
<div id="perfil">
<img class="encabezado" src="./images/top.png"/>
<img class="perfil" src="./images/miguelmartin.png"/>
<div id="social">
</div>
</div>
<div id="add">
<img class="yt" src="./images/yt.png"/>
<iframe class="video" width="560" height="315" src="https://www.youtube.com/embed/4Z9SDv4JLNU" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div id="nav">
<ul>
<li><a href="#"><i class="fa fa-map-marker"></i>home</a></li>
<li><a href="#"><i class="fa fa-comment"></i>forum</a></li>
<li><a href="#"><i class="fa fa-globe"></i>computer news</a></li>
<li><a href="#"><i class="fa fa-users"></i>team</a></li>
<li><a href="#"><i class="fa fa-gamepad"></i>wargames</a></li>
</ul>
</div>
<div id="contenedor">
</div>
</body>
</html>
body{
background: url(../images/bg.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#perfil {
width: 18.8%;
height: 389px;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #dadada;;
float: right;
margin-right: 350px;
margin-top: 100px;
position: static;
}
#social {
width: 99.9%;
height: 35px;
background: #f3f2f0;
position: static;
margin-top: 38px;
}
#perfil .encabezado {
width: 99.9%;
height: 180px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
#perfil .perfil {
width: 100px;
border-radius: 100%;
border: 3px solid #E4E3E2;
margin-top: 30px;
margin-left: 10px;
position: static;
}
#contenedor {
width: 42%;
height: 600px;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #dadada;
float: right;
margin-right: 30px;
margin-top: 25px;
position: static;
}
#add .video {
width: 99.9%;
height: 200px;
}
#add {
width: 18.8%;
height: 600px;
float: right;
background: #FFFFFF;
border-radius: 4px;
position: static;
margin-right: -361px;
margin-top: 520px;
border: 1px solid #dadada;
}
#add .yt {
width: 99.9%;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
ul {
width: 42%;
background-color: #FFFFFF;
border-radius: 4px;
display: flex;
justify-content: space-between;
border: 1px solid #dadada;
float: right;
margin-right: 30px;
margin-top: 100px;
position: static;
outline-style: none;
}
ul li a {
color: #888;
display: block;
font-family: 'cuprum';
font-size: .85em;
padding: .9rem 0rem;
text-decoration: none;
text-transform: uppercase;
transition: all .2s ease-in-out;
}
ul li a:hover {
color: #444;
}
ul li a i {
margin-right: 15px;
}
*, *:before, *:after {
box-sizing: inherit;
margin: 0;
padding: 0;
}
#nav .fa fa-map-marker {
}