Wednesday 29 June 2016

WOMAN ARE MYSTERIUS

Since i develope my self as wise man, i learn a lot of think but now i have issue about woman, why you are ladies so mysterius, really !

already interview my friend most of them of course are woman, so i have got the conclusion what is the most woman want

  1. Woman love with guy full of Humor sense 
  2. Woman love with guy smart
  3. Woman love with guy nerd 
  4. Woman love with guy geeky
  5. Woman love with guy rich man
  6. Woman love with guy who hard working
What the fuck list came from !

well every man has their bad luck of love, get rejection from their target, ignore for long time even love what he given cannot get back, get betrayed, get cheating, etc !

i live in country who population more higher each year means and technology easy to get i have resources ask, discussion any where, any time.

after long time reasearch why woman decide to marry with man is that a communicate, leadership !

well i started with my mom in my phone

Me         : Mom, why you choose built your family with father !
Mom      : Did you really want to hear !
Me         :Yes, please (Keep smile)
Mom      : when we were in relationship, your father said that his spend money for his daily coffe, meal,cigararete, etc can built family with you (my mom)

so after long conversation i get the point woman need trust that live with man will be happy, so my mom accept and married my father then here i am.


i just wonder why woman married with ugly man (physical) but very positive caracther, eagerness, hard working and full of love about his wife, guess what who i ask interview ! 

i choose one family, let say wife name Maria, husband name Robert and yes Maria is great woman young, energic, beautifull but he choose Robert as husband

after long conversation with Maria, i got the point woman love with man hard working and hate guy with hopeless cause multiple time Robert say he love maria always get rejection but dream came true, Maria's heart melt see how true robert's feeling after long rejection

and i see Maria and Robert had happy family, ah never bored to read and hear someone's story, hope my love story become more fantastic and get beatifull woman 

Thanks for your time lah read my blog




Monday 27 June 2016

PREPARE TO BE WISE MAN IN THE FUTURE

well since i learn how to develope my self as  wise man (read shit man) i have been join with older guys who are already married in my local area.

i talked to much wait not talk useless thing, i talked every thing what i need to learn in the future as man will married beautifull girl and also become father of my son of course hope who is the lucky girls (trying to convince my partners)

well all i ask is about !
  1. How can you convince your wife that you are the best man to married !
  2. How you can get married with your current partners, is it hard to gather and save money a lot or it's become easy, HOW YOU CAN DO THAT !
  3. What feel it's look like became husband and also father is it Fun or boring sometime !
well as long as i met old guy who already married trying open conversation with those issue from A-Z spend more time with coffe and anything can eat lah.

since i talked that issue for long time i don't know why my self more prefer for to have daughter than son cause there is quote

Yes I am a princess my father is the king of kings


my heart become melt when see beautifull girl playing around oh ya i don't have sister all brother i had, so it make fell warm. This foto taken by me with multi time to get get best view then i got this, TARA !



Her name is Irene Boru Nainggolan, she is cute as child and you know who is that guy ? of course me (Fuck LOL) ah seems legit if my future have beautifull daughter like irene but the first thing to do what i do is LOOKING FOR MOTHER  TO MY DAUGHTER IN FUTURE (nyari mamaknya anak perempuan ku)


note: my native langunge is not english so you better keep if there is something wrong






LOGIC SHOW ORIGINAL PASSWORD


"every master were newbie"


to be honest i'm not master at all cause still need learn new thingslah, the reason why i give a quote above that becuase someone asking what i had asked when i was new bie in programming, screen shot in bellow here 



if you know what is md5 you are good but for spesific answer your better googling, but if you are  as developer need to show the original password why you don't create 2 variable post
  1. Frist post with md5
  2. Second post dont use md5 

This bellow about see what password users input, by the way i use codeigniter framework

<?php
defined('BASEPATH') OR exit('No direct script access allowed');

class Welcome extends CI_Controller {

  
 public function index()
 {
  $this->load->view('welcome_message');
 }
 
 public function action()
 {
  echo md5($this->input->post('password')); //this is encrypt
  echo "<br>";
  echo $this->input->post('password'); //not encrypt
 }
}

This is the form

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
?><!DOCTYPE html>
<html lang="en">
<head>
 <meta charset="utf-8">
 <title>Welcome to CodeIgniter</title>

 <style type="text/css">

 ::selection { background-color: #E13300; color: white; }
 ::-moz-selection { background-color: #E13300; color: white; }

 body {
  background-color: #fff;
  margin: 40px;
  font: 13px/20px normal Helvetica, Arial, sans-serif;
  color: #4F5155;
 }

 a {
  color: #003399;
  background-color: transparent;
  font-weight: normal;
 }

 h1 {
  color: #444;
  background-color: transparent;
  border-bottom: 1px solid #D0D0D0;
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 14px 0;
  padding: 14px 15px 10px 15px;
 }

 code {
  font-family: Consolas, Monaco, Courier New, Courier, monospace;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #D0D0D0;
  color: #002166;
  display: block;
  margin: 14px 0 14px 0;
  padding: 12px 10px 12px 10px;
 }

 #body {
  margin: 0 15px 0 15px;
 }

 p.footer {
  text-align: right;
  font-size: 11px;
  border-top: 1px solid #D0D0D0;
  line-height: 32px;
  padding: 0 10px 0 10px;
  margin: 20px 0 0 0;
 }

 #container {
  margin: 10px;
  border: 1px solid #D0D0D0;
  box-shadow: 0 0 8px #D0D0D0;
 }
 </style>
</head>
<body>

<div id="container">
 <h1>SEE PASSWORD</h1>

  <form action="<?php echo site_url('welcome/action')?>" method="post">
  Password: <input type="password" name="password"><br>
 
  <input type="submit">
  </form>


 
 </div>

</body>
</html>

You can see what the script tell in this image bellow















Thanks for your time,