Example #1
0
$lookOwnerName = $li["lookOwnerName"];
$pltags = $li['pltags'];
$plstyle = $li['style'];
$Ttag = count($li['pltags']);
$lookName = $li["lookName"];
$lookAbout = $li["lookAbout"];
$pltvotes = $li["pltvotes"];
$trating = $li["trating"];
$style = $li["style"];
$pltratings = number_format($li["trating"]);
$webDesc = "Fashion Sponge is the easiest & fastest way to: Show your ootd, see the latest trends, discover fashionable people & blogs, get beauty & style tips & find fashion inspiration.";
$looks = $mc->retreive_specific_user_all_looks($lookOwnerMno, "order by plno desc ");
$next_prev = $mc->db_result_next_prev('postedlooks', $plno, $looks, 'all');
$total_looks = $mc->get_res_len($looks);
$total_show_looks = $mc->get_total_limit_show(intval($total_looks), 30);
$mem_info = $mc->get_user_info_by_id($mno1);
$tlooks = number_format($mem_info[0]['tlooks']);
$tratings = number_format($otrating);
/*number_format($mem_info[0]['tratings']); */
$tfollower = number_format($mem_info[0]['tfollower']);
$tfollowing = number_format($mem_info[0]['tfollowing']);
$tpercentage = number_format($mem_info[0]['tpercentage']);
$lookmodalsstyle = $mc->lookdetails_set_size_of_the_look($img, $ri);
// $mc->add_look_view( $plno );
$look_countingPos = $mc->get_modal_position_detail($plno, $looks, 'plno');
$article_link = $li['article_link'];
$more = $mc->look_with_more($plno, $article_link);
$tlc = $mc->get_total('plcno', 'posted_looks_comments', 'plno', $_SESSION['plno']);
$modal['table_name'] = 'postedlooks';
$modal['table_id'] = $plno;
$modal['mno'] = $mno1;
Example #2
0
<?php

require "../../../../fs_folders/php_functions/connect.php";
require "../../../../fs_folders/php_functions/function.php";
require "../../../../fs_folders/php_functions/myclass.php";
require "../../../../fs_folders/php_functions/library.php";
require "../../../../fs_folders/php_functions/source.php";
$mc = new myclass();
$_SESSION['mno'] = $mc->get_cookie('mno', 136);
$mno = $mc->get_cookie('mno', 136);
# initialize about info
$ui = $mc->get_user_info_by_id($mno);
$fname = $ui[0]['firstname'];
$nname = $ui[0]['nickname'];
$lname = $ui[0]['lastname'];
$uname = $ui[0]['identity_username'];
$byear = $ui[0]['bdate'];
$gender = $ui[0]['gender'];
$about = $ui[0]['aboutme'];
$country = $ui[0]['country'];
$province = $ui[0]['state_'];
$city = $ui[0]['city'];
$ziptcode = $ui[0]['zip'];
?>
 

 <style type="text/css">
	.title-text{ 
		font-size: 12px;
		color:blue;
		padding-bottom: 5px;