• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hỏi Cách tạo custom page download

cuongpro9x

Cường Nguyễn
Staff member
Moderator
Mình đang dùng theme taigame247 giờ mình muốn hiển thị link down thay vì redirect kiểu gì. Pro Wordpress giúp với. Đây là file template- page-download.php
PHP:
<?php
/**
* Template Name: Download Page
*
* Created By DinhQuocHan
*/
$IDThePost=intval($_GET['id']);
$link=get_post_meta($IDThePost,'bbit_link_download',true);
/*if (preg_match('//', $link)) {
echo '<title>Top ứng dụng hot nhất</title>';
echo '<center>Chúng tôi tạm ngưng phân phối game này</center>';
echo '<script type="text/javascript" src="http://api.adflex.vn/web.php?refcode=khuedaik&banner_type=adwall&text=1&adNumber=10"></script>'; exit;
} else*/
if($link){
wp_redirect($link); exit;
}
wp_redirect(home_url('404') ); exit;
 
Mình đang dùng theme taigame247 giờ mình muốn hiển thị link down thay vì redirect kiểu gì. Pro Wordpress giúp với. Đây là file template- page-download.php
PHP:
<?php
/**
* Template Name: Download Page
*
* Created By DinhQuocHan
*/
$IDThePost=intval($_GET['id']);
$link=get_post_meta($IDThePost,'bbit_link_download',true);
/*if (preg_match('//', $link)) {
echo '<title>Top ứng dụng hot nhất</title>';
echo '<center>Chúng tôi tạm ngưng phân phối game này</center>';
echo '<script type="text/javascript" src="http://api.adflex.vn/web.php?refcode=khuedaik&banner_type=adwall&text=1&adNumber=10"></script>'; exit;
} else*/
if($link){
wp_redirect($link); exit;
}
wp_redirect(home_url('404') ); exit;
Em cho cái demo hay ảnh cụ thể nhé, anh vẫn chưa hiểu ý của em
 
Demo em muốn làm
Code:
http://gamedienthoai.info/download?id=4261
còn site em
Code:
http://gameso1.mobi/download/?id=8
ý em muốn là nó hiện tải từng dòng máy giống của gamedienthoai ý còn thì nó redirect đến link mà đặt cho phần bbit_link_download khi post bài ạ.
 

Facebook Comments

New posts New threads New resources

Back
Top