• Page 1 of 1
  • 1
uCoZ $CODES$ in Javascript ?
DEEPKG
Posts: 316
Reputation: 8

Message # 1 | 2:09 PM
i m using this code $FILE_URL$ How to actually put it in java script so that its work ? happy

Code
<script type="text/javascript">
ap_section_id = '670988538';
ap_link_url = '$FILE_URL$';

function ap_start_unlocker() {
var head= document.getElementsByTagName('head')[0];
var script= document.createElement('script');
script.type= 'text/javascript';
script.src= 'http://ad.leadbolt.net/show_cu.js?section_id='+ap_section_id;
script.onreadystatechange= function () { if (this.readyState == 'complete') ap_link(); }
script.onload= ap_link;
head.appendChild(script);
}

function ap_link() {
if(typeof(ap_unlocked) !== 'undefined') window.location = ap_link_url;
}
</script>

I Try to help. U can Try to give Rep ++ For my try :P
Natashko
Posts: 3366
Reputation: 171

Message # 2 | 2:53 PM
DEEPKG,
Quote (DEEPKG)
i m using this code $FILE_URL$ How to actually put it in java script so that its work

The code is fine. It works. But it will work only at the pages, where code $FILE_URL$ is used.
DEEPKG
Posts: 316
Reputation: 8

Message # 3 | 3:05 PM
Ya i have outed on header part of the site with java script it doesnt show the file link wink

See the page source of this http://www.softwarelint.com/load....1-0-207

code i use is

Code
<script type="text/javascript">
ap_section_id = '670988538';
ap_link_url = 'http://adf.ly/247141/$FILE_URL$';

function ap_start_unlocker() {
var head= document.getElementsByTagName('head')[0];
var script= document.createElement('script');
script.type= 'text/javascript';
script.src= 'http://ad.leadbolt.net/show_cu.js?section_id='+ap_section_id;
script.onreadystatechange= function () { if (this.readyState == 'complete') ap_link(); }
script.onload= ap_link;
head.appendChild(script);
}

function ap_link() {
if(typeof(ap_unlocked) !== 'undefined') window.location = ap_link_url;
}
</script>
<html xmlns="http://www.w3.org/1999/xhtml"><head><script type="text/javascript">
var admob_vars = {
  pubid: 'a14eb42c68b7955', // publisher id
  bgcolor: '000000', // background color (hex)
  text: 'FFFFFF', // font-color (hex)
  test: true // test mode, set to false to receive live ads
};
</script>
<script type="text/javascript" src="http://mmv.admob.com/static/iphone/iadmob.js"></script>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   
<title>$ENTRY_TITLE$-$SITE_NAME$</title>
<link type="text/css" rel="StyleSheet" href="/_st/my.css" />
</head><body>
<div id="page">
<div id="wrapper">
$GLOBAL_AHEADER$<div id="cse" style="width: 100%;">Loading</div>
<script src="//www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">  
  google.load('search', '1', {language : 'en'});
  google.setOnLoadCallback(function() {
  var customSearchControl = new google.search.CustomSearchControl('011935165822580597173:a1dcjf8s6v0');
  customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
  customSearchControl.draw('cse');
  }, true);
</script>
<link rel="stylesheet" href="//www.google.com/cse/style/look/default.css" type="text/css" />
<style type="text/css">
  .gsc-control-cse {
  font-family: Arial, sans-serif;
  border-color: #FFFFFF;
  background-color: #F3F3F3;
  }
  input.gsc-input {
  border-color: #BCCDF0;
  }
  input.gsc-search-button {
  border-color: #666666;
  background-color: #CECECE;
  }
  .gsc-tabHeader.gsc-tabhInactive {
  border-color: #E9E9E9;
  background-color: #E9E9E9;
  }
  .gsc-tabHeader.gsc-tabhActive {
  border-top-color: #FF9900;
  border-left-color: #E9E9E9;
  border-right-color: #E9E9E9;
  background-color: #FFFFFF;
  }
  .gsc-tabsArea {
  border-color: #E9E9E9;
  }
  .gsc-webResult.gsc-result,
  .gsc-results .gsc-imageResult {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover,
  .gsc-imageResult:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b,
  .gs-imageResult a.gs-title:link,
  .gs-imageResult a.gs-title:link b {
  color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b,
  .gs-imageResult a.gs-title:visited,
  .gs-imageResult a.gs-title:visited b {
  color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b,
  .gs-imageResult a.gs-title:hover,
  .gs-imageResult a.gs-title:hover b {
  color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b,
  .gs-imageResult a.gs-title:active,
  .gs-imageResult a.gs-title:active b {
  color: #0000CC;
  }
  .gsc-cursor-page {
  color: #0000CC;
  }
  a.gsc-trailing-more-results:link {
  color: #0000CC;
  }
  .gs-webResult .gs-snippet,
  .gs-imageResult .gs-snippet {
  color: #000000;
  }
  .gs-webResult div.gs-visibleUrl,
  .gs-imageResult div.gs-visibleUrl {
  color: #008000;
  }
  .gs-webResult div.gs-visibleUrl-short {
  color: #008000;
  }
  .gs-webResult div.gs-visibleUrl-short {
  display: none;
  }
  .gs-webResult div.gs-visibleUrl-long {
  display: block;
  }
  .gsc-cursor-box {
  border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #E9E9E9;
  background-color: #FFFFFF;
  color: #0000CC;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #FF9900;
  background-color: #FFFFFF;
  color: #0000CC;
  }
  .gs-promotion {
  border-color: #336699;
  background-color: #FFFFFF;
  }
  .gs-promotion a.gs-title:link,
  .gs-promotion a.gs-title:link *,
  .gs-promotion .gs-snippet a:link {
  color: #0000CC;
  }
  .gs-promotion a.gs-title:visited,
  .gs-promotion a.gs-title:visited *,
  .gs-promotion .gs-snippet a:visited {
  color: #0000CC;
  }
  .gs-promotion a.gs-title:hover,
  .gs-promotion a.gs-title:hover *,
  .gs-promotion .gs-snippet a:hover {
  color: #0000CC;
  }
  .gs-promotion a.gs-title:active,
  .gs-promotion a.gs-title:active *,
  .gs-promotion .gs-snippet a:active {
  color: #0000CC;
  }
  .gs-promotion .gs-snippet,
  .gs-promotion .gs-title .gs-promotion-title-right,
  .gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
  }
  .gs-promotion .gs-visibleUrl,
  .gs-promotion .gs-visibleUrl-short {
  color: #008000;
  }
</style>
<div class="clr"></div>  
<?if($MODULE_ID$='forum')?>
<div id="forum-casing">
<?else?>
<div id="casing">
<?endif?>
<!-- <middle> -->
<div id="content">
  <!-- <body> --><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td width="80%"><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Main<!--</s>--></a> » <a href="$MODULE_URL$"><!--<s5182>-->Files<!--</s>--></a> <?if($SECTION_NAME$)?>» <a href="$SECTION_URL$">$SECTION_NAME$</a><?endif?> » <a href="$CAT_URL$">$CAT_NAME$</a></td>
<td align="right" style="white-space: nowrap;"><?if($ADD_ENTRY_LINK$)?>[ <a href="$ADD_ENTRY_LINK$"><!--<s5186>-->Add new entry<!--</s>--></a> ]<?endif?></td>
</tr>
</tbody></table>
<hr>
<div class="eTitle" style="padding-bottom: 3px;"><?if($MODER_PANEL$)?><div style="float: right;">$MODER_PANEL$</div><?endif?><font color="#ffffff">
<h6 style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 10px; vertical-align: baseline; cursor: move; font-family: Arial, sans-serif; font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; line-height: 30px; background-image: url(http://software-lint.ucoz.com/); background-color: rgb(44, 44, 44); background-position: 50% 0%; background-repeat: repeat no-repeat; "><a href="$ENTRY_URL$" style="color: rgb(220, 220, 220);"></a></h6></font></div>
<table border="0" width="100%" cellspacing="0" cellpadding="2" class="eBlock">
<tbody><tr>
  <td width="85%"><table>
  <tbody><tr>
  <td colspan="2">

  </td>
  </tr>
  <tr>
  <td style="padding-left: 2px; padding-right: 2px;"> <!-- AddThis Button BEGIN --><center>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4e95c6b91a2b49fd"></script></center>
  <!-- AddThis Button END --><img src="http://softwarelint.com/sharing_is_sexy.png"></td>
   
   
  </td>
  <td class="detalii">
  <div align="center">
   
  <div class="dnld-btn">
  <?if($RFILE_URL$)?>
<a href="#" onclick="javascript:ap_start_unlocker();return false;" target="_blank"><img src="http://helper.ucoz.com/_ld/0/64296837.png"></a></div>
  <span class="small"><span style="color: rgb(255, 99, 71);">NOT! A Torrent file </span> you will Not need a BitTorrent client (like <a href="http://utorrent.com/" target="_blank">uTorrent</a>)</span>($RFILE_SIZE$)<br>
   
  <?else?>  
   
  <a href="#" onclick="javascript:ap_start_unlocker();return false;" target="_blank"><img src="http://helper.ucoz.com/_ld/0/64296837.png"></a></div>
  <span class="small">For Torrent you will need a BitTorrent client (like <a href="http://utorrent.com/" target="_blank">uTorrent</a>)</span>($RFILE_SIZE$)
  </div>
   
  <?endif?>

<center><input name="Button" type="button" class="complaint" onClick="location.href='http://softwarelint.com/forum/41'" value="Report this download On Our Forum"><br><?if($USER_LOGGED_IN$)?><script type="text/javascript">complaint=function(){$.post('/index', {s: 'deepthehacker', subject: 'complaint of a broken link — $ENTRY_TITLE$', message: 'You [b]$USER$[/b] said [url=$ENTRY_URL$]download[/url] with a broken link, please take action.', a: '18'}); _uWnd.alert('Sending Message…','',{w:200,h:80,tm:1000})}</script><style type="text/css">.complaint {border: 1px solid black; background-color: #FFFFFF;} .complaint:hover {background-color: #CCCCCC;}</style><input type="button" value="Report broken link" onclick="complaint()" class="complaint" /><?endif?><div style="display:none;" id="video">  
  <script src='http://www.softwarelint.com/media/?t=video;w=425;h=350;f=http%3A//www.youtube.com/watch%3Fv%3D7ZoCHKI2_I4' type='text/javascript'></script>  
</div><br><a href="javascript://" onclick="new _uWnd('myName','Window title',500,200,{autosize:1,maxh:300,minh:100},$('#video').html());">Dont Know how To Download CLICK HERE</a>  
</center>
  <hr><p><strong><em>Additional Imformation:-</em></strong>
  <p><?if($USER_LOGGED_IN$)?><?if($VERSION$)?><font size="4" style="font-size: 14pt; ">The <span style="color: rgb(255, 99, 71);">PassWord</span> Use to Open This File is :<font size="6" style="font-size: 12pt; color: rgb(255, 0, 0);">$VERSION$</font><?else?>No pAssword Requiered</font><?endif?><?else?><font size="6" style="font-size: 18pt; color: rgb(255, 0, 0);"><a href="$LOGIN_LINK$">Password Available For Users Only</a></font>
  <?endif?>  
  </center>
  </td>
   
   

   
   
  <td class="detalii"><p><span style="font-size: 7pt; white-space: nowrap;">$ADD_DATE$, $ADD_TIME$</span><br>
  Views : <strong>$READS$</strong><br>
  Downloads : <strong>$LOADS$</strong><br>
  Size : ($RFILE_SIZE$) <br>
  <!--<s3179>-->Category<!--</s>-->: <a href="http://softwarelint.com/$CAT_URL$">$CAT_NAME$</a><br>  
  <!--<s3178>-->
   
  <?if($RATING$)?><?$RSTARS$('30','http://www.softwarelint.com/30.png','1','float')?>
<?endif?>
<?if($RATING$)?>
<!--<s3119>-->Rating<!--</s>-->: <span id="entRating$ID$">$RATING$</span>/<span id="entRated$ID$">$RATED$</span><?endif?>

  <?if($USER$)?>  
  </p>
  <p>Uploaded by<!--</s>-->: <a href="$PROFILE_URL$">$USER$</a>
  <?endif?>
  <?if($TAGS$)?> | <!--<s5308>-->Tags<!--</s>-->: $TAGS$</p> <?endif?>
</td></tr>
<tr>
  </tr>
  </tbody></table> </td><td style="font-size: 7pt; white-space: nowrap;" align="right"></tr>
<tr>
  <td class="eText" colspan="2"><h2><strong>HOW TO DOWNLOAD???</strong></h2>
  <div>
  <div><strong><strong>1. Click on the Download Button</strong></strong></div>
  <strong><strong> 2. Wait for few seconds and then click on</strong></strong>
  <p align="center"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5670960917968073970" src="http://2.bp.blogspot.com/-gBDMXwbVauA/TrNM6KqcNPI/AAAAAAAAJEg/9C8TEsIkHTk/s400/45345b.png"></p>
  </div>
  <br><hr><CENTER>
  <h1><strong>$ENTRY_TITLE$</strong></h1>
</CENTER><BR><center><HR></center><br><br><center><div id="watermark_box"><?if($SCREEN_URL$)?><img src="$SCREEN_URL$" width="400" align="middle"><?else?><img src="$IMG_URL1$" width="400" align="middle"><?endif?>

<img src="http://softwarelint.com/png.png" class="watermark" width="150"alt="Watermark image" />
</div></center><br><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head><script type="text/javascript">
var admob_vars = {
  pubid: 'a14eb42c68b7955', // publisher id
  bgcolor: '000000', // background color (hex)
  text: 'FFFFFF', // font-color (hex)
  test: true // test mode, set to false to receive live ads
};
</script>
<script type="text/javascript" src="http://mmv.admob.com/static/iphone/iadmob.js"></script>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>jQuery UI Slider</title>
  <link rel="stylesheet" type="text/css" href="http://softwarelint.com/jqueryui/css/smoothness/jquery-ui-1.7.2.custom.css">
  <link rel="stylesheet" type="text/css" href="http://softwarelint.com/slider.css">
  </head>
<body>
  <div id="sliderContent" class="ui-corner-all">  
  <h2><img src="http://gigabytezone.ucoz.com/uploads/images.png"></h2>  
  <div class="viewer ui-corner-all">
  <div class="content-conveyor ui-helper-clearfix">

  <div class="infImage2"><div class="item">
  <?if($IMG_URL1$)?>
   
  </dd>
  </dl>
  <a href="$IMG_URL1$" target="_blank"><img src="$IMG_URL1$" width="275" height="275"></a>
  <?else?><?endif?>
  </div>

  <div class="item">
  <?if($IMG_URL2$)?>
   
  </dd>
  </dl>
  <a href="$IMG_URL2$" target="_blank"><img src="$IMG_URL2$" width="275" height="275"></a>
  <?else?><?endif?>
  </div>
  <div class="item">
  <?if($IMG_URL3$)?>
   
  </dd>
  </dl>
  <a href="$IMG_URL3$" target="_blank"><img src="$IMG_URL3$" width="275" height="275"></a>
  <?else?><?endif?>
  </div>
  <div class="item">
  <?if($IMG_URL4$)?>
   
  </dd>
  </dl>
  <a href="$IMG_URL4$" target="_blank"><img src="$IMG_URL4$" width="275" height="275"></a>
  <?else?><?endif?>
  </div>
  <div class="item">
  <?if($IMG_URL5$)?>
   
  </dd>
  </dl>
  <a href="$IMG_URL5$" target="_blank"><img src="$IMG_URL5$" width="275" height="275"></a>
  <?else?><?endif?>
  </div>
  <div class="item">
  <?if($IMG_URL5$)?>
  <h2><a href="$IMG_URL6$" target="_blank"><img src="$IMG_URL6$" width="275" height="275"></a></h2>
  </dd>
  </dl>
  <?else?>
  <?endif?>

  </div></div>
   
  </div>
  </div>
  <div id="slider"></div>
</div>

<script type="text/javascript" src="http://softwarelint.com/jqueryui/js/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript">
  $(function() {
   
  //vars
  var conveyor = $(".content-conveyor", $("#sliderContent")),
  item = $(".item", $("#sliderContent"));
   
  //set length of conveyor
  conveyor.css("width", item.length * parseInt(item.css("width")));
   
  //config
  var sliderOpts = {
  max: (item.length * parseInt(item.css("width"))) - parseInt($(".viewer", $("#sliderContent")).css("width")),
  slide: function(e, ui) {  
  conveyor.css("left", "-" + ui.value + "px");
  }
  };

  //create slider
  $("#slider").slider(sliderOpts);
  });
  </script>
</body>
</html><table width="340" border="0">
  <tr>
  <td width="361">$POLLC_7$</td>
  </tr>
</table>$MESSAGE$

  <div class="item">
  <?if($IMG_URL2$)?>
   
  </dd>
  </dl>
  <a href="$IMG_URL2$" target="_blank"><img src="$IMG_URL2$" width="600"></a>
  <?else?><?endif?>
  </div>
  <div class="item">
  <?if($IMG_URL3$)?>
   
  </dd>
  </dl>
  <a href="$IMG_URL3$" target="_blank"><img src="$IMG_URL3$" width="600"></a>
  <?else?><?endif?>
  </div>
  <div class="item">
  <?if($IMG_URL4$)?>
   
  </dd>
  </dl>
  <a href="$IMG_URL4$" target="_blank"><img src="$IMG_URL4$" width="600"></a>
  <?else?><?endif?>
  </div>
  <div class="item">
  <?if($IMG_URL5$)?>
   
  </dd>
  </dl>
  <a href="$IMG_URL5$" target="_blank"><img src="$IMG_URL5$" width="600"></a>
  <?else?><?endif?>
  </div>
  <div class="item">
  <?if($IMG_URL5$)?>
   
  </dd>
  </dl>
  <a href="$IMG_URL6$" target="_blank"><img src="$IMG_URL6$" width="600"></a>
  <?else?><?endif?>

  </td></tr>
<tr><td class="eDetails1" colspan="2"><?if($RATING$)?><div style="float: right;"></div>
<?endif?><!--<s3179>-->Category<!--</s>-->: <a href="$CAT_URL$">$CAT_NAME$</a><?if($USER$)?> | <!--<s3178>-->Added by<!--</s>-->: <a href="$PROFILE_URL$">$USER$</a><?endif?>
<?if($TAGS$)?> | <!--<s5308>-->Tags<!--</s>-->: $TAGS$<?endif?>
</td></tr>
<tr><td class="eDetails2" colspan="2"><!--<s3177>-->Views<!--</s>-->: <b>$READS$</b> | <!--<s3181>-->Downloads<!--</s>-->: <b>$LOADS$</b>
<?if($COMMENTS_NUM$)?>| <!--<s3039>-->Comments<!--</s>-->: <b>$COMMENTS_NUM$</b><?endif?>
<?if($RATING$)?>| <!--<s3119>-->Rating<!--</s>-->: <b><span id="entRating$ID$">$RATING$</span></b>/<b><span id="entRated$ID$">$RATED$</span></b><?endif?></td></tr>
</tbody></table>

<?if($COM_IS_ACTIVE$)?>
<?if($COM_CAN_READ$)?>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr><td width="60%" height="25"><!--<s5183>-->Total comments<!--</s>-->: <b>$COM_NUM_ENTRIES$</b></td><td align="right" height="25">$COM_PAGE_SELECTOR$</td></tr>
<tr><td colspan="2">$COM_BODY$</td></tr>
<tr><td colspan="2" align="center">$COM_PAGE_SELECTOR1$</td></tr>
<tr><td colspan="2" height="10"></td></tr>
</tbody></table>
<?endif?>
<?$RELATED_ENTRIES$(10)?>
<?if($COM_CAN_ADD$)?>
$COM_ADD_FORM$
<?else?>
<?if($USER_LOGGED_IN$)?><?else?><div align="center" class="commReg"><!--<s5237>-->Only registered users can add comments.<!--</s>--><br />[ <a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a> | <a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a> ]</div><?endif?>
<?endif?>
<?endif?><!-- </body> -->
</div>
<div class="right">
<center><a href="http://softwarelint.com/news/rss/" target="_blank"><img src="http://gigabytezone.com/images/icons/social/rss.png" title="Subscribe to our RSS!"></a> <a href="http://www.youtube.com/user/Software7lint" rel="nofollow" target="_blank"><img src="http://gigabytezone.com/images/icons/social/youtube.png" title="Visit our Youtube Channel!"></a> <a href="http://www.facebook.com/pages/Software-lint/176316682415245"><img src="http://gigabytezone.com/images/icons/social/facebook.png" title="Like our Facebook Page!"></a> <a href="http://twitter.com/Software7lint" rel="nofollow" target="_blank"><img src="http://gigabytezone.com/images/icons/social/twitter.png" title="Follow us on Twitter!"></a><!-- AddToAny BEGIN -->  
  <a class="a2a_dd" href="http://www.addtoany.com/share_save?linkurl=%24HOME_PAGE_LINK%24&linkname=%24SITE_NAME%24"><img src="http://static.addtoany.com/buttons/share_save_120_16.gif" width="120" height="16" border="0" alt="Share"/></a>  
  <script type="text/javascript">  
  var a2a_config = a2a_config || {};
  a2a_config.linkname = "Software-lint";
  a2a_config.linkurl = "http://softwarelint.com/";
  a2a_config.onclick = 1;
  </script>  
  <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>  
  <!-- AddToAny END -->
  <hr>
   
   
  </center>  

<div class="bigbox">  
<h3 class="sidetitl"><!--<s5158>-->My Account<!--</s>--></h3>
   
  <!-- <authorization> -->

  <?if($USER_LOGGED_IN$)?>
  <script language="JavaScript1.2">
  </script>
  <style type="text/css">
  ul.uz {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
  li.m {border:1px solid #ECECEC; margin: 2px; padding: 2px 2px 2px 13px; background: #ffffff;}
  li.m:hover {border:1px solid #9AC4EC; margin: 2px; padding: 2px 2px 2px 13px; background: #FFFFFF;}
  li.fr {border:1px solid #ECECEC; margin: 2px; padding: 2px 2px 2px 13px; background: #ffffff;}
  li.fr:hover {border:1px solid #C5C5C5; margin: 2px; padding: 2px 2px 2px 13px; background: #FFFFFF;}
  .m {font-family:Tahoma,Arial,Helvetica;}
  a.m:link {text-decoration:none; color:#01547F;}
  a.m:visited {text-decoration:none; color:#01547F;}
  a.m:hover {text-decoration:underline; color:#00283C;}
  a.m:active {text-decoration:underline; color:#00283C;}
  </style>
   
   
  <div align="center">
  <div class="infImage"><a href="http://www.softwarelint.com/index/8"><?if($USER_AVATAR_URL$)?>
   
   
<img class="userAvatar" title="$USERNAME$" src="$USER_AVATAR_URL$" border="0">
  <?else?><?if($USER_LOGGED_IN$)?><img class="userAvatar" title="$USERNAME$" src="http://beta.gigabytezone.com/images/st-avtr.png" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="http://beta.gigabytezone.com/images/st-avtr.png" border="0"><?endif?><?endif?></a></div>

  </div>
   
   
  <hr>
  <ul class="uz">
  <li class="m">Username : <b>$USER_FULL_NAME$</b></li>
  <li class="m">Group (ID) : <b>$USER_GROUP$ </b>($USER_ID$)</li>
  <li class="m">Inbox : <b>$UNREAD_PM$</b></li>

  <li class="m">IP Address : <b>$IP_ADDRESS$ </b>(private)</li><hr>
  <li class="m"><a class="m" href="$PERSONAL_PAGE_LINK$">Мy profile</a></li>
  <li class="m"><a class="m" href="http://softwarelint.com/load/0-0-0-0-1/">Upload</a></li>
  <li class="m"><a class="m" href="$PM_URL$">Send message</a></li>
  </ul>  
<?else?><center><table width="100%" border="1">
  <tr>
  <td>$LOG_FORM$</td>
  </tr>
  </table></center><?endif?>
   
   
  <!-- </authorization> -->
</div>
<?if($CHAT_BOX$)?>
<div class="bigbox">  
<h3 class="sidetitl">Mini-chat</h3>
<div class="indent">$CHAT_BOX$</div>
</div>
<?endif?>
<div class="sidebar">
$GLOBAL_CLEFTER$
</div>
<div class="sidebar2">
$GLOBAL_DRIGHTER$
</div>

</div>
<!-- </middle> -->
<div class="clr"></div>  
</div>
$GLOBAL_BFOOTER$
</div>
</div>
<script type="text/javascript" src="$HOME_PAGE_LINK$js/cufon.js"></script>
<script type="text/javascript" src="$HOME_PAGE_LINK$js/font.js"></script>
<script type="text/javascript">
  Cufon.replace('.blogname h1 a');
</script>
</body></html>


Mam help me

I Try to help. U can Try to give Rep ++ For my try :P
Natashko
Posts: 3366
Reputation: 171

Message # 4 | 3:22 PM
DEEPKG, the code $FILE_URL$ means - link to the file, uploaded to the server (counts number of clicks)
Make sure that this field is filled in. Otherwise, the code won't work.
DEEPKG
Posts: 316
Reputation: 8

Message # 5 | 4:02 PM
Yeah field is filled in for sure wink see this one http://www.softwarelint.com/load....1-0-193

Same problem sad

I Try to help. U can Try to give Rep ++ For my try :P
Natashko
Posts: 3366
Reputation: 171

Message # 6 | 4:18 PM
DEEPKG, what did you mean to prove with this link. Please be more specific.
DEEPKG
Posts: 316
Reputation: 8

Message # 7 | 4:22 PM
Natashko, Above link i have fully checked the field required For $FILE_URL$ is filled still the problem is same sad
I Try to help. U can Try to give Rep ++ For my try :P
redhead
Posts: 113
Reputation: 9

Message # 8 | 4:52 PM
DEEPKG, Provide a screenshot of the editing page of this very entry.
DEEPKG
Posts: 316
Reputation: 8

Message # 9 | 4:59 PM
redhead, see here wink
Attachments: 5933587.jpg (59.9 Kb)

I Try to help. U can Try to give Rep ++ For my try :P
rogi
Posts: 43
Reputation: 9

Message # 10 | 3:57 AM
DEEPKG, in your case,try to use:


  • $RFILE_URL$ or $RFILE_DIRECT_URL$ for Mirror link field
  • $FILE_URL$ or $FILE_DIRECT_URL$ for Torrent file field


Meaning of these codes ($FILE_URL$, $FILE_DIRECT_URL$, etc.) you can see here:
CP --> Customize design --> Page with full extry text and associated comments

I hope this will help.
Post edited by rogi - Friday, 2011-11-18, 3:58 AM
DEEPKG
Posts: 316
Reputation: 8

Message # 11 | 7:09 AM
rogi, i have tried every thing dry
I Try to help. U can Try to give Rep ++ For my try :P
Natashko
Posts: 3366
Reputation: 171

Message # 12 | 11:38 AM
DEEPKG, you use "Mirror link" field as far as I understood. But there isn't such a field by default. So tell us please which field did you use or re-named into "Mirror link". In this way we will be able to say which exact code to use.
DEEPKG
Posts: 316
Reputation: 8

Message # 13 | 1:58 PM
Natashko, rogi, Thank you so much it fullly fixed now thank youuuuuuuuuuuuuuuuuuuuuuuu so much ^_^
I Try to help. U can Try to give Rep ++ For my try :P
  • Page 1 of 1
  • 1
Search: