Changeset 491959
- Timestamp:
- 01/19/2012 07:38:38 AM (14 years ago)
- File:
-
- 1 edited
-
myeasybackup/trunk/inc/myEASYcom.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
myeasybackup/trunk/inc/myEASYcom.php
r414438 r491959 133 133 * display the advertisment stuff 134 134 */ 135 $html = measycom_get_adcontents('/service/myads-1.1.php?p='.$ref_code.'&u='.$_SERVER['SERVER_NAME']); 135 // $html = measycom_get_adcontents('/service/myads-1.1.php?p='.$ref_code.'&u='.$_SERVER['SERVER_NAME']); 136 $html = measycom_get_adcontents('/service/ad-'.$ref_code.'.html'); 136 137 137 138 echo '<div style="width:auto;height:auto;background:transparent;padding:0;margin:8px 0 0 0;">' … … 152 153 * log usage statistic 153 154 */ 154 measycom_get_adcontents('/service/myads-1.1.php?p='.$ref_code.'&u='.$_SERVER['SERVER_NAME'], true); 155 // measycom_get_adcontents('/service/myads-1.1.php?p='.$ref_code.'&u='.$_SERVER['SERVER_NAME'], true); 156 measycom_get_adcontents('/service/ad-'.$ref_code.'.html', true); 155 157 //echo measycom_get_adcontents('/service/myads-1.1.php?p='.$ref_code.'&u='.$_SERVER['SERVER_NAME']); 156 158 } … … 815 817 if($this->ref_family==false) { 816 818 817 return $this->get_data('/service/myads-1.1.php?p='.$this->ref_code.'&u='.$_SERVER['SERVER_NAME']); 819 // return $this->get_data('/service/myads-1.1.php?p='.$this->ref_code.'&u='.$_SERVER['SERVER_NAME']); 820 return $this->get_data('/service/ad-'.$this->ref_code.'.html'); 818 821 } 819 822 else { 820 823 821 return $this->get_data('/service/myads-1.1.php?p='.$this->ref_code.'&u='.$_SERVER['SERVER_NAME'], true); 824 // return $this->get_data('/service/myads-1.1.php?p='.$this->ref_code.'&u='.$_SERVER['SERVER_NAME'], true); 825 return $this->get_data('/service/ad-'.$this->ref_code.'.html', true); 822 826 } 823 827 } … … 854 858 * HTTP ERROR 855 859 */ 856 $html = 'Connection error m easycom_get_adcontents(' . $domain_path . ')';860 $html = 'Connection error myeasycom_get_adcontents(' . $domain_path . ')'; 857 861 } 858 862 else {
Note: See TracChangeset
for help on using the changeset viewer.