"" && !stristr($_SERVER["HTTP_REFERER"],"duno.com")){ }else{ } if($_REQUEST["update"] == 1){ $stmt2 = $pdodb->prepare("UPDATE LOW_PRIORITY girls SET aboutme=:aboutme,country=:country WHERE ID=:mid"); $stmt2->bindParam(':aboutme',$_REQUEST["aboutme"]); $stmt2->bindParam(':country',$_REQUEST["country2"]); $stmt2->bindParam(':mid',$_SESSION["uid"]); $stmt2->execute(); } $urlpara = explode("/",$_REQUEST["pl"]); $username = $urlpara[0]; $blogentry = $urlpara[1]; $stmt = $pdodb->prepare("SELECT ID,fname,aboutme,approved,mainpic,emailis, datingact, password,username,country,views,lastact, tviews,points,bday,bmonth,byear,rstatus, city,paying,lastvisitor,tfollowers,tfollowing,nphotos,nposts,mailoften,ipaddr,twitter,onlyfans,nostrnpub, instagram,laststatusid,banned,verified,payuntil,girls.paypal, girls.venmo,girls.cashapp,bitcoin,girls.npages,favrelay,tags,dblat,dblon,telegram,company,position,twitterverify FROM girls WHERE username=:sessid LIMIT 1"); $stmt->bindParam(':sessid',$_REQUEST["pl"]); $stmt->execute(); while($i3=$stmt->fetch()) { $dfname = $i3["fname"]; $pid = $i3["ID"]; $aboutme = $i3["aboutme"]; $dapproved = $i3["approved"]; $mainpic = $i3["mainpic"]; $emailis = $i3["emailis"]; $username = $i3["username"]; $password = $i3["password"]; $country = $i3["country"]; $views = $i3["views"]; $lastact = $i3["lastact"]; $tviews = $i3["tviews"]; $dpoints = $i3["points"]; $bday = $i3["bday"]; $bmonth = $i3["bmonth"]; $byear = $i3["byear"]; $rstatus = $i3["rstatus"]; $city = $i3["city"]; $paying = $i3["paying"]; $lastvisitor = $i3["lastvisitor"]; $tfollowers = $i3["tfollowers"]; $tfollowing = $i3["tfollowing"]; $nphotos = $i3["nphotos"]; $nposts = $i3["nposts"]; $mailoften = $i3["mailoften"]; $jobdesc = $i3["jobdesc"]; $edu = $i3["edu"]; $credits = $i3["credits"]; $karma = $i3["karma"]; $socmedia = $i3["socmedia"]; $publickey = $i3["publickey"]; $tppics = $i3["tppics"]; $ipaddr = $i3["ipaddr"]; $laststatus = $i3["laststatus"]; $laststatusid = $i3["laststatusid"]; $banned = $i3["banned"]; $verified = $i3["verified"]; $payuntil = $i3["payuntil"]; $telegram = $i3["telegram"]; $paypal = $i3["paypal"]; $venmo = $i3["venmo"]; $cashapp = $i3["cashapp"]; $bitcoin = $i3["bitcoin"]; $twitter = $i3["twitter"]; $instagram = $i3["instagram"]; $onlyfans = $i3["onlyfans"]; $bitclout = $i3["bitclout"]; $dating = $i3["datingact"]; $npages = $i3["npages"]; $nostrnpub = $i3["nostrnpub"]; $favrelay = $i3["favrelay"]; $tags = $i3["tags"]; $dblat = $i3["dblat"]; $dblon = $i3["dblon"]; $company = $i3["company"]; $position = $i3["position"]; $twitterverify = $i3["twitterverify"]; } if($banned == 1){ #echo 'this user is banned. to reactivate please contact palmies@protonmail.ch go back'; #die(); } if($payuntil <> "0000-00-00 00:00:00"){ $d1 = new DateTime($payuntil); $d2 = new DateTime(date("Y-m-d H:i:s")); if($d2 < $d1){ $paid = true; }else{ $paid = false; } }else{ $paid = false; } if($pid == null){ include('metas.php'); include('header2.php'); echo '
this user does not exist
'; die(); } if($_SESSION["uid"] <> $pid){ $stmt2 = $pdodb->prepare("UPDATE LOW_PRIORITY girls SET tviews=tviews+1,views=views+1 WHERE ID=:mid"); $stmt2->bindParam(':mid',$pid); $stmt2->execute(); } if($dblat == 0 && $country <> ""){ #echo "dblat update ".$dblat; $geocode = getGeoCode($city." ".$c_codes[$country]); #print_r($getcode); #echo 'lat:'.$geocode["lat"]; $d_lat2 = $geocode["lat"]; $d_lon2 = $geocode["lon"]; $stmt = $pdodb->prepare("UPDATE LOW_PRIORITY girls SET dblat=:dblat, dblon=:dblon,citylon=:dblon,citylat=:dblat WHERE ID=:mid LIMIT 1"); $stmt->bindParam(':dblat',$d_lat2); $stmt->bindParam(':dblon',$d_lon2); $stmt->bindParam(':mid',$pid); $stmt->execute(); } $dt = "".str_replace(", "," ",$tags)." ".$aboutme." ".$city." ".$c_codes[$country].""; $dtfb = strip_tags($dt); include('metas.php'); include('header2.php'); ?>
Edit Profile

'; } echo ''; if($_SESSION["uid"] == $pid){ echo ''; }else{ echo ''; } if($dmainpic <> ""){ #echo ''; }else{ #echo ''; } echo ' '; if($mainpic <> ""){ echo '
'; }else{ echo '
'; } ?>
Twitter Verified @ Twitter not verified
'.$dfname.' @'.$username.'
'.$position.' @'.$company.'

'; echo '
'.$tfollowers.' followers · '.$tfollowing.' Following · '.$tviews.' Total Views '.$views.' Daily Views
'; echo ' Location: '.$city.' '.$c_codes[$country].'

'; echo 'Follow '.$username.''; echo '

'; /* if($_SESSION["uid"] <> $pid){ if($_SESSION["uid"] == ""){ echo 'Send Message
'; }else{ echo 'Send Message
'; } } */ echo '
About
'.nl2br($aboutme).'
'; if($tags <> ""){ $atags = explode(",", $tags); foreach($atags as $tagi){ $tagi = trim($tagi); echo ''.$tagi.' '; } echo '

Relationship Status: '.$rstatusarray[$rstatus].'

'; if($telegram <> ""){ echo 'Telegram: @'.$telegram.'
'; } if($twitter <> ""){ if($_SESSION["uid"] > 0){ echo 'Twitter: @'.$twitter.'
'; }else{ echo 'Twitter: @'.$twitter.'
'; } } if($instagram <> ""){ if($_SESSION["uid"] > 0){ echo 'Instagram: @'.$instagram.'
'; }else{ echo 'Instagram: @'.$instagram.'
'; } } echo '
Profile ID: '.$pid.'
'; if($nostrnpub <> ""){ echo '
NOSTR
'; } if($favrelay <> ""){ echo '
Relay: '.$favrelay.'
'; } echo '
'; } echo '
'; $stmt = $pdodb->prepare("SELECT picis FROM pix WHERE mid=:pid"); $stmt->bindParam(':pid',$pid); $stmt->execute(); while($i3=$stmt->fetch()) { echo ''; } echo '
'; ?>

Guestbook

0) { ?>
">

You are not allowed to submit a guestbook entry.

prepare("SELECT guestbook, timeposted,girls.username FROM guestbook LEFT JOIN girls ON guestbook.mid=girls.ID WHERE guestbook.pid=:pid ORDER BY guestbook.ID DESC"); $stmt->bindParam(':pid',$pid); $stmt->execute(); $guestbookEntries = $stmt->fetchAll(PDO::FETCH_ASSOC); // Display the guestbook entries if (count($guestbookEntries) > 0) { foreach ($guestbookEntries as $entry) { echo '
'; echo '
'; echo '

' . htmlspecialchars($entry['guestbook']) . ' '.$entry['username'].'

'; echo '' . date('F j, Y, g:i a', strtotime($entry['timeposted'])) . ''; echo '
'; echo '
'; } } else { echo '

No guestbook entries yet.

'; } ?>
Share Twitter link to https://www.budu.com/ from your bios and websites to win this contest


prepare("SELECT linkis FROM links WHERE mid=:sessid"); $stmt->bindParam(':sessid',$pid,PDO::PARAM_INT); $stmt->execute(); while($i3=$stmt->fetch()) { if($_SESSION["uid"] > 0){ echo ''. $i3["linkis"].''; }else{ echo 'Twitter @'.$twitter.''; } } if($_SESSION["uid"] == 195){ echo 'banned'; echo 'd'; } ?> ""){ echo '
by city
'; foreach($atags as $tag){ $tag = trim($tag); echo ''.$tag.' '.$city.'
'; } } if($country <> ""){ echo '
by country
'; foreach($atags as $tag){ $tag = trim($tag); echo ''.$tag.' '.$c_codes[$country].'
'; } } echo 'Profile ID: '.$pid; ?> prepare("SELECT linkis,linktitle,mid FROM links WHERE mid=:pid"); $stmt->bindParam(':pid',$pid ,PDO::PARAM_INT); $stmt->execute(); echo '
Links
'; while($i3=$stmt->fetch()) { echo ''; if(stristr($i3["linkis"],"youtube")){ echo ''; } if(stristr($i3["linkis"],"gettr")){ echo ''; } if(stristr($i3["linkis"],"instagram")){ echo ''; } if(stristr($i3["linkis"],"tiktok")){ echo ''; } echo ''.$i3["linktitle"].'
'; } if($_SESSION["uid"] == $pid){ echo '+ add links'; } echo '
'; */ ?>