• Chào bạn, hãy đăng ký hoặc đăng nhập để tham gia cùng bọn mình và sử dụng được đầy đủ chức năng của diễn đàn :).
GGJohny

Bán [FREE] Code trang web đơn giản + Tích hợp WordPress + Nhạc nền :))

Muốn nhận thêm nữa không?

  • Bình chọn: 20 90.9%
  • Không

    Bình chọn: 2 9.1%

  • Số thành viên bình chọn
    22

GGJohny

THÀNH VIÊN
Tham gia
04/08/2017
Bài viết
806
Code trang web đơn giản, có thể chỉnh sửa được
Demo http://files.ggjohny.ga/web-dev/gif-bg.php
Nếu bạn nào muốn tích hợp với wordpress - Đăng ký, login chả hạn, đơn giản nhất chỉnh vài code sau:
.htaccess
Mã:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
DirectoryIndex index2.php index.php
Chèn DirectoryIndex index2.php vào, sau đó chỉnh sửa lại link dẫn của các nút bấm với link các trang wordpress của bạn (phần có target="_blank")


index2.php:
Mã:
<html>
<head>
<title>Tiêu đề</title>
<script src="https://use.fontawesome.com/8956225861.js"></script>
<style>
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('http://paycraft.ga/Blocks.gif') 50% 50% no-repeat rgb(249,249,249);
}
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript">
$(window).load(function() {
    $(".loader").fadeOut("slow");
})
</script>
[/B]
</head>

<body onload="onLoad()" oncontextmenu="return false;">
<embed name="Minecraft" src="http://www.gamethemesongs.com/uploads/audio/Minecraft%20-%20Calm%203.mp3" loop="true" hidden="true" autostart="true">
<style>
html {

  font-family: "Arial";
  font-size: 18px;
  height: 100%;
}
.page-bg {
  background:  url(https://68.media.tumblr.com/199452e1833e32477c3f33c100c4fed7/tumblr_njdnlnAIBE1rpm29co2_500.gif) no-repeat center center fixed;
  background-size: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(2px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.logo {
  text-align: center;
  padding-top: 70px;
}
body {
    height: 100%;
    text-shadow: 0 2px 2px #000000;
    position: relative;
    overflow: hidden;
}
.links {
    margin: auto;
    width: 1000px;
    height: 150px;
    padding-top: 230px;
    text-align: center;
}
a:link, a:visited {
    border: 3px solid #E6E6E6;
    color: white;
    padding: 18px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    background-color: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
}


a:hover, a:active {
    color: yellow;
    outline: none;
    border-color: white;
    box-shadow: 0 0 25px white;
}
p {
color: white;
}
</style>
<div class="content">
<div class="page-bg">
</div>
<div class="logo">
  <img src="http://files.paycraft.ga/paycraft.png"/>
  <div class="info">
  <p>GunFS - Tham gia với mình ngay!</p>
      <p>IP: sv.gunfs.net</p>
      <p>Người chơi online:<?php
      $ip = "sv.gunfs.net";
      $data = file_get_contents("https://mcapi.us/server/status?ip=$ip");
      $obj = json_decode($data);
      echo $obj->players->now;
      echo " / ";
      echo $obj->players->max;
      ?></p>
  </div>
</div>
<div class="links blurred-bg tinted">
<b><a href="#" target="_blank"><i class="fa fa-info-circle" aria-hidden="true"></i> Thông tin</a></b>
<b><a href="#" target="_blank"><i class="fa fa-user-o fa-10px" aria-hidden="true"></i> Đăng ký</a></b>
<b><a href="#" target="_blank"><i class="fa fa-question" aria-hidden="true"></i> Hướng dẫn</a></b>
<b><a href="#" target="_blank"><i class="fa fa-money" aria-hidden="true"></i> Nạp thẻ</a></b>
<b><a href="#" target="_blank"><i class="fa fa-facebook-square" aria-hidden="true"></i> Facebook</a></b>

<font size="3"><p><b>Web - Code designed by GGJohny &copy 2017</b></p></font>
</div>
</div>
</body>
</html>
Tên bản nhạc mặc định Minecraft Calm 3
 
Sửa lần cuối:
wow! bạn học làm web từ đâu vậy? đẹp thế! mà trang web đó dùng mã nguồn gì thế bạn
 
Lẫn PHP với HTML
PS: Bạn có thể dùng code html trong file php<(")
 
mình thử rồi, thành ra nhìn nó loạn xà cào lên :v

mình đang thử chỉnh vài thứ để redirect về trang wordpress...
 
còn login, register? cái này ms front-end thoi
 
dễ hơn thì xài wordpress, ai coi hộ mình
trang chính http://paycraft.ga :v

kiểm tra hộ :v
*****Nội dung được bổ sung thêm*****
Add thêm nhạc nền, tên Minecraft Clam3 original

*****Nội dung được bổ sung thêm*****
Ai muốn mình làm thêm những trang web như vậy bình chọn ở trên cho mình biết nha :nice:

Chưa gì đã có lắm view ghê, mới tạo acc chưa gì đã famós rồi :yao:
 
1. Fonts xấu quá, màu nền đã sáng mà chơi màu chữ sáng luôn thì sao mà đọc ? Nên để background rgba ba cái button
2. Web chả có tí responsive tí nào <(")
3. Chả hiểu tại sao mấy ông này cứ thích chặn F12 chuột phải các kiểu ??? :f1: ??? chặn nó cũng có làm đc cái loz gì đâu ??? :f1: ???
 
=))) hay lắm
nói 1 câu mình chả im lặng được nữa
1 website chả ra đâu =))
2 trước khi muốn share web kiếm fame thì làm ơn học rõ rành mọi thứ trước đi
3 người ta góp ý thì lại rep cái kiểu "cay vãi" =))
 
updated! :v
*****Nội dung được bổ sung thêm*****
Updated! Them loader
 
design đc cái web nạp thẻ vào ngân lượng khminh2 đag cần
 
đúng r bạn bạn làm đc kh
*****Nội dung được bổ sung thêm*****
giống như donate.shopacckow.vn này nó donate xong có alert lun
 
Similar content Most view Xem thêm
Back
Top Bottom