Waplocus
Lordeagle Watz de penalty 4 disabling xt ad from a site?.
Unlimitedapps
Waplocus You account will be banned without warning!
Waplocus
Please u guyz shld fixed out this code 4 me... it nt working... i want to redirect all users that are coming from www.davewap.xtgem.com to davewap.cf...
<script type="text/javascript">
if (window.location == "davewap.xtgem.com") {
window.location.href = 'http://www.davewap.cf/';
}
</script>
Copy code
Graham
Waplocus should work in the _headtags
any page on your xtgem domain will redirect to the same page on your parked domain
<script type="text/javascript">
if ("<xt:url type="domain" />" == "davewap.xtgem.com") {
window.location.href = 'http://www.davewap.cf<xt:url type="path"/>';
}
</script>
Copy code Or this
<!--parser:xtscript-->
var $domain=<xt:url type="domain" />
if $domain == davewap.xtgem.com
var $path=<xt:url type="path" />
print <script type="text/javascript">window.location.href = 'http://www.davewap.cf$path'; </script>
endif
<!--/parser:xtscript-->
Copy code most of it is done on the server (except the actual redirect) and no code shows on the parked domain
Waplocus
Graham I don't reali knw, google crawls my site with sitename.xtgem.com which i nver added to google search console rather than crawling my parked sitename.cf which i added to google search console and did the necessary verifications... wat shld i du?..
Waplocus
Waplocus i'm using direct linking for file download, that is
http://sitename.cf/Java/Bbible.jar?__xt_download=1 wen user click the url above it takes them to the default xtgem download page...how can i style or customize that page?...
Unlimitedapps
Waplocus The xtgem interrestial download page can not be customized!
Waplocus
Waplocus Please no other alternative?.