6.samato
ZixTrick :: Awesome Free Tips and Tricks
adgoi
Sunday, 10 December 2017
Top Paying Ad Networks Sites for Indin Devlopers
6.samato
Thursday, 6 August 2015
Meaning of ROLF TY LOL PS PPS etc In Facebook Chat
About : Lots of people chatting daily with people. Sometimes peoples have sort time to chat and much to talk, so some people made so sort forms of words which became very popular in chat nowadays.
JKS = jokes
TY = thank you
WTF = what the f*ck
WTW = For the win
ROLF = rolling on the floor laughing
LMAO = laughing my @ss off
LOL = laugh out loud
OMG = Oh my god
BTW = by the way
CBF = can't be fcuked
NP = no problem
GG = good game
BRB = be right back
GTG = got to go
TTYL = talk to you later
PS = Post Script
PPS = Post Post Script
Sunday, 19 July 2015
[Tutorial] How to make php visitor couter
This tutriol is very easy to understand and Its very easy to make a php visitor counter with using few funtions
First all create 3 files
hitx.zix
today.zix
lastday.zix
Note : here we are using .zix for no resone.
Ok, create count.php and put this code into this file
____________________________________
<?php
$ref = $_SERVER['HTTP_REFERER'];
$date = date('d');
$time = time();
if (!empty($_SERVER['HTTP_CLIENT_IP'])) {
$ip = $_SERVER['HTTP_CLIENT_IP'];
} elseif (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) {
$ip = $_SERVER['HTTP_X_FORWARDED_FOR'];
} else {
$ip = $_SERVER['REMOTE_ADDR'];
}
//setting date
$today = file_get_contents("today.zix");
if(!$date==$today)
{ file_put_contents("today.zix",$date);
$old = file_get_contents("hitx.zix");
file_put_contents("lastday.zix",$old);
}
// time to mix all above var s and put into a file
$file = "hitx.zix";
$exp ="-zix-";
$expl ="|";
$data = $ref.$exp.$ip.$expl;
$oldx = file_get_contents("hitx.zix");
$mixed = $oldx.$data;
file_put_contents($file,$mixed); ?>
____________________________________
Now the data what we want, will be saved into that 3 files
Now we need to get that data in simple formet.
So create file display.php and put this code into this (today's data)
____________________________________
<?php
//making parts of the data we saved
$counted = file_get_contents("hitx.zix");
$go = explode("|",$counted);
//counting total hits
$total = count($go);
echo "Total $total hits you got";
//displaying reffer,time and user's ip
for ($x = 0; $x <= 10000; $x++) {
if(!empty($go[$x]))
{
$gox = explode("-zix-",$go[$x]);
$total = count($gox);
echo $gox[0];
echo "<br/>";
echo $gox[1];
echo "<br/>";
echo $gox[2];
echo "<br/>";
echo $gox[3];
echo "<br/>";
echo "<hr/>";
}
} ?>
____________________________________
So this is last step, create a file display_lastday.php and put this code into this file
____________________________________
<?php
//making parts of the data we saved
$counted = file_get_contents("lastday.zix");
$go = explode("|",$counted);
//counting total hits
$total = count($go);
echo "Total $total hits you got";
//displaying reffer,time and user's ip
for ($x = 0; $x <= 10000; $x++) {
if(!empty($go[$x]))
{
$gox = explode("-zix-",$go[$x]);
$total = count($gox);
echo $gox[0];
echo "<br/>";
echo $gox[1];
echo "<br/>";
echo $gox[2];
echo "<br/>";
echo $gox[3];
echo "<br/>";
echo "<hr/>";
}
} ?>
____________________________________
Done. You made a good hit counter. Please note that lots of hits counters are avialeble and this is one good counter which is coded by me
Saturday, 18 July 2015
Best Attitude Status for Whatsapp and Facebook
Also, makes attitude showing lines as their whatsapp status.
1.If someone hates you for no resone, go to front of him/her and give a resone.
Which I Dont Know
So I Wrote Answers Which
They Dont Know"
15. I am not single I am not committed,
Tuesday, 30 June 2015
Secure your account from photo verification
Sometimes in facebook, real accounts too gets photo verification. Its very hard to select right person becouse of having high unknown friends.
There are few resones behind being blocked
Sanding a spam massages.
Nowadays facebook spam detactors became more advance. We the systam finds a spam, systam shows a CAPTCHA code to verify. If you do spam again and again then you will get blocked.
Sanding high friend requests.
A comon boy or girl will not sand high requests in small time. Ex : If you sand 100 friend requests in a hour then systam will surly take any action. There are two actions can be taken on then invalid activity
1. They will block sanding friend request permission.
2. They will block your account and show you photo verifications.
Making High stories.
It mean if you make high stories like updating you status hourly, sharing any on page's posts, liking every thing. This things show that the account is not a real account becouse, a real boy or girl is not act like a bot. Everyone cares about own image.
So here is the steps to secure you account from photo verification.
1. you have to login to your Facebook account .
2. go to settings and scroll down and just go to account setting now 3. join a network and just add your college full name/school name .
4.fill all the mandatory details on the form.
Now , after completing all the steps above carefully , Facebook will mark you as a trusted user and will never ask you for photo Verification.
And you will not get ban by Facebook anytime in future.
Monday, 29 June 2015
More than 5000 hacked facebook accounts' login details
Here, more than 5000 accounts details got out in public.
Just careless autoliker admin. Becouse all details of user saved in .txt .doc or .pfd files. A kid can find that on google with google dorks if admin have not made it hidden.
How to verify facebook page Officially
Here, I will explain you how to verify a page on facebook in simple steps
Why I Should verify ?
Becouse, a veryfied page a "✔" mark which shows that the page you viewing is official or not. An official page always most liked by fans.
Here is Ms Dhoni official verified fan page.
Ok, how to verify ?
1. Your page must have decent likes. (4000+)
2.Your page must have active posts.
3. Put the facebook page like box in your website.
4. Run a advertisment of your page on facebook.
After you complate this steps, Click here to submit your page for review.