Esempio n. 1
0
    if (!$this->collection_m->isMyCollectionPhoto($id_photo)) {
        ?>
			<div class="obj-item">
				You have <?php 
        echo currencyDisplay($userdataobj->cash);
        ?>
J$ in cash.
			</div>
			
			<div class="user-profile-button">
				<a href="javascript:void(0);" onclick="callFuncSubmitBuyBackstagePhoto(<?php 
        echo $id_photo;
        ?>
)">
					Buy For <?php 
        echo currencyDisplay($gallerydata->price);
        ?>
J$
				</a>
			</div>
			
			<div class="user-profile-button">
				<a href="javascript:void(0);" onclick="siteLoadingDialogOff();$('#hiddenElement').dialog('close');">
					Cancel
				</a>
			</div>
			
			<div class="obj-item">
				<?php 
        echo loader_image_s("id='buyBackstageContextLoader' class='hidden'");
        ?>
			<div class="user-profile-owner">
				You have <?php 
    echo currencyDisplay($cash);
    ?>
J$ in cash.
			</div>
			<div class="user-profile-button">
				<a href="javascript:void(0);" onclick="callFuncSubmitBuyPeepedAccess(<?php 
    echo $days;
    ?>
,<?php 
    echo $id_user;
    ?>
);" >
					Who Peep Me <?php 
    echo currencyDisplay($amountfee);
    ?>
J$ for 24h
				</a>	
			</div>
			<div class="user-profile-button">
				<a href="javascript:void(0);" onclick="javascript:$('#hiddenElement').dialog('close');" >
					Cancel
				</a>	
			</div>
			<?php 
    echo loader_image_s("id=\"buyPeepedAccessContextLoader\" class='hidden'");
    ?>
		</div>
		
	</div>
Esempio n. 3
0
<?php

defined('BASEPATH') or exit('No direct script access allowed');
$balanceArray = $this->wallet_m->getBalance();
?>

<div class="clear"></div>

<table>
	<thead>
		<td width="30%">Total Earning(J$)</td>
		<td width="30%">Total Expense(J$)</td>
		<td width="40%">Total Balance(J$)</td>
	</thead>
	<tbody>
		<tr>
			<td><?php 
echo $balanceArray['total_earn'];
?>
</td>
			<td><?php 
echo $balanceArray['total_expense'];
?>
</td>
			<td><?php 
echo currencyDisplay($balanceArray['total_earn'] - $balanceArray['total_expense']);
?>
</td>
		</tr>
	</tbody>
</table>	
Esempio n. 4
0
">
					<img src="<?php 
        echo $path . $item->image;
        ?>
" />
				</a>
			</div>
			<div class="obj-item">
				<?php 
        echo maintainHtmlBreakLine($item->comment);
        ?>
			</div>
			
			<div class="obj-item">
				<?php 
        echo currencyDisplay($item->price) . JC;
        ?>
 
			</div>
			
			<div class="obj-item">
				<b><?php 
        echo language_translate('show_backstage_views');
        ?>
 </b>
                
                <?php 
        if ($item->v_count) {
            ?>
					<a href="javascript:void(0);" onclick="callFuncShowAllUsersViewedBackstagePhoto(<?php 
            echo $item->id_image;
Esempio n. 5
0
    ?>
                    <?php 
    $video_url = $this->hentai_m->getFacebookVideoSource($videodata->id_video);
    ?>
							<div class="filter-split">
								<?php 
    if ($video_url) {
        ?>
									<div style="float:right;">
										<div class="user-profile-button">
											<a href="javascript:void(0);" onclick="callFuncDownloadVideo(<?php 
        echo $id_video;
        ?>
);">
												Download Video For <?php 
        echo currencyDisplay($GLOBALS['global']['ADMIN_DEFAULT']['download']);
        ?>
J$
											</a>
										</div>
									</div>
								<?php 
    }
    ?>
							</div>
				<?php 
}
?>
				
				<div style="clear:both"></div>
				
Esempio n. 6
0
J$ for your map location. When someone buys your map location, <br /> 
                        you will earn <a href="<?php 
echo site_url('user/map_flirts');
?>
"><?php 
echo $GLOBALS['global']['MAP_PRICE']['user'];
?>
% revenue of J$ cash</a>
                        e.g you set your map location at 7J$. <br />
                        When other user buys it, you earn <?php 
echo currencyDisplay(7 * ($GLOBALS['global']['MAP_PRICE']['user'] / 100));
?>
J$ of each sale. <br />
                        More users buy it, more J$ cash for you <br />
                        note : admin take <?php 
echo currencyDisplay(7 * ($GLOBALS['global']['MAP_PRICE']['site'] / 100));
?>
J$ as tax    
                        <br /><br />
                   
                        5) <a href="<?php 
echo site_url("user/pets");
?>
">Pet Sales</a> <br />
                        a) You invest by buying a pet. When someone buys the pet from you, you will earn a profit. Buy more valuable pets, earn more J$ cash <br />
                        b) As someone buys you as pet, you will also earn J$. More people buy you, more J$ for you <br />
                        note : admin take <?php 
echo $GLOBALS['global']['PET_VALUE']['tax_trans'];
?>
% as tax
                        <br /><br />
Esempio n. 7
0
" />
			</div>
		</div>

		<div class="wrap-right">
			<div class="user-profile-owner">
				Lock pet: <b><?php 
    echo $petdataobj->username;
    ?>
</b><br/>
				Total price to lock: <?php 
    echo currencyDisplay($totalprice);
    ?>
J$ <br/>
				You have <?php 
    echo currencyDisplay($mycash);
    ?>
J$ in cash.
			</div>
			<div class="user-profile-button">
				<a href="javascript:void(0);" onclick="callFuncSubmitLockPet(<?php 
    echo $pet_id;
    ?>
,<?php 
    echo $lock_id;
    ?>
,<?php 
    echo $day;
    ?>
);" >
					Lock
Esempio n. 8
0
			<div id="content">
				<?php 
$this->load->view("user/partial/top");
?>
				<div class="clear"></div>
				
				<?php 
if (!$check) {
    ?>
					<div class="filter-split"> 
						View who added you as favorite 
						
						<div class="user-profile-button" style="width:130px;">
							<a href="javascript:void(0);" onclick="callFuncBuyFavouriteAccessPackage();">
								Buy For <?php 
    echo currencyDisplay($GLOBALS['global']['ADMIN_DEFAULT']['favourite']);
    ?>
J$
							</a>
						</div>
					</div>
				<?php 
} else {
    ?>
					<?php 
    $listFavourite = $this->favourite_m->getWhoAddedMe();
    ?>
					<div class="filter-split"> 					
						<table>
							<thead>
								<td>Username</td>
Esempio n. 9
0
			<div class="clear"></div>
			
		<?php 
}
?>
		
		<?php 
if (!$this->peepbought_history_m->wasIBoughtPeepedUser($userdataobj->id_user)) {
    ?>
			<div class="user-profile-button" id="buyPeepAccessBtnDiv">
				<a onclick="callFuncBuyPeepAccess(<?php 
    echo $userdataobj->id_user;
    ?>
)" href="javascript:void(0);"> 
					Who Peep Me <?php 
    echo currencyDisplay($userdataobj->peep_access);
    ?>
J$ for 24h
				</a>
			</div>
			<div class="clear"></div>
		<?php 
}
?>
	</div>
	
	<div class="right" style="margin-left:10px;">
		<div style="width: 270px;">
			<div style="float:left;">
				<!--<fb:like href="<?php 
//echo site_url();
Esempio n. 10
0
		<div class="user-profile-username">
			<?php 
    echo $item->name;
    ?>
		</div>
		
		<div class="user-profile-username">
			<strong>Price:</strong> <?php 
    echo currencyDisplay($item->price);
    ?>
J$
		</div>
		
		<div class="user-profile-username">
			Duration Charge per day: <?php 
    echo currencyDisplay($item->chargeperday);
    ?>
J$
		</div>
		
		<div class="user-profile-username">
			Lock type:
			<div class="clear"></div>
			<?php 
    echo form_dropdown("lock_type_{$item->id_petlock}", lockTypeOptionData_ioc($item->price), array(), "id='lock_type_ID_{$item->id_petlock}' onchange='callFuncCalTotalPrice({$item->price},{$item->chargeperday},this.value,{$item->id_petlock});' ");
    ?>
		</div>
		
		<div class="user-profile-username">
			<input type="radio" name="locktype" value="<?php 
    echo $item->id_petlock;
Esempio n. 11
0
<?php

defined('BASEPATH') or exit('No direct script access allowed');
?>

<?php 
$userdataobj = getAccountUserDataObject(true);
//$listUser = $this->user_m->getListUsername();
$listUser = $this->user_m->getListMyFriendsUsername();
?>

<div class="gift-container">
	<h3>Your balance: <?php 
echo currencyDisplay($userdataobj->cash);
?>
J$</h3>

	<div class="clear"></div>

	<div class="input">
		<label>Gift:</label> 
		<div class="inputcls" id="gift-selected">
		</div>
	</div>

	<div class="clear"></div>

	<div class="input">
		<label>To:</label> 
		<div class="inputcls">
			<textarea maxlength="200" cols="15" rows="5" style="width:300px;height:100px;" id="to_username" name="to_username"></textarea>
Esempio n. 12
0
?>
 
	<div id="body">
		<div class="body">
			<div id="content">
				<?php 
$this->load->view("user/partial/top");
?>
				<div class="clear"></div>
				 
				<div class="filter-split" id="emailInfoAsyncDiv">
					<?php 
if (isset($_SESSION['trialpay'])) {
    ?>
                        Your transaction was successfully. You added <?php 
    echo currencyDisplay($_SESSION['trialpay']['cash_added']) . JC;
    ?>
 into your balance.
                    <?php 
}
?>
				</div>

				<div class="clear"></div>
				
			</div>
		</div>
	   <?php 
$this->load->view("user/partial/right");
?>
	</div>
Esempio n. 13
0
 function juzonSendEmail_JUZ_SEND_GIFT($id_sender, $id_receiver, $id_gift, $message)
 {
     $senderuserdata = $this->CI->user_io_m->init('id_user', $id_sender);
     $receiveruserdata = $this->CI->user_io_m->init('id_user', $id_receiver);
     $giftdataobj = $this->CI->mod_io_m->init('id_gift', $id_gift, TBL_GIFT);
     $path = site_url() . "image/thumb/gift/";
     $gift = "<img src='" . $path . $giftdataobj->image . "' /><br/>";
     $gift .= currencyDisplay($giftdataobj->price) . JC;
     $slug = "JUZ_SEND_GIFT";
     $template = $this->CI->module_helper->getTemplateMail($slug);
     $arrayMaker = array('$username1', '$username2', '{$gift}', '{$message}', '{$link_view}', '{$username}');
     $arrayReplace = array($receiveruserdata->username, $senderuserdata->username, $gift, $message, $this->CI->user_io_m->buildDirectAccessLink($receiveruserdata->username, "user/my_profile/gift_list"), $this->CI->user_m->buildNativeLink($senderuserdata->username));
     $subject = str_replace($arrayMaker, $arrayReplace, $template['subject']);
     $body = str_replace($arrayMaker, $arrayReplace, $template['body']);
     $bodyTEMP = $this->CI->load->view("member/email_templates/common_temp", array('username' => $receiveruserdata->username), true);
     $body = str_replace('{###BODY###}', $body, $bodyTEMP);
     $this->setToEmail($receiveruserdata->email);
     $this->setSubject($subject);
     $this->setBody($body);
     $useremailsetting = $this->CI->email_setting_io_m->init($receiveruserdata->id_user);
     if ($useremailsetting->send_gift == 1 and SENDMAIL != 0) {
         $this->sendEmail();
     }
     if (ENVIRONMENT == 'development') {
         debug('JUZ_SEND_GIFT: subj:' . $subject . '|body:' . $body . '|to email:' . $receiveruserdata->email);
     }
 }
		</div>

		<div class="wrap-right">
			<div class="user-profile-owner">
				You have <?php 
    echo currencyDisplay($cash);
    ?>
J$ in cash.
			</div>
			<div class="user-profile-button">
				<a href="javascript:void(0);" onclick="callFuncSubmitDownloadVideo(<?php 
    echo $id_video;
    ?>
);" >
					Download Video For <?php 
    echo currencyDisplay($GLOBALS['global']['COST']['download_hentai']);
    ?>
J$
				</a>	
			</div>
			<div class="user-profile-button">
				<a href="javascript:void(0);" onclick="javascript:$('#hiddenElement').dialog('close');" >
					Cancel
				</a>	
			</div>
			<?php 
    echo loader_image_s("id=\"downloadVideoContextLoader\" class='hidden'");
    ?>
		</div>
		
	</div>