Monday 9 July 2012

How to convert Windows 7 into Windows 8

New Tile-based Windows 8 is getting around the corner. But for those who like Tiles, Here are the few tools that can make their Windows 7 to the tiles. Special thanks toIntoWindows and One of my Online freind for finding and sharing some of these tools on their website.

Omnimo 4

Omnimo 4 is a Windows Phone 7 inspired multifunctional interactive desktopinformation center based on Rainmeter, a popular desktop customization platform. It turns your desktop into a productive and attractive workarea where delivers the information you need. Every interactive tile on the desktop gives you information at glance, and can be easily customized to your needs.
Omnimo 4 requires Rainmeter 2.0 or higher installed on your Windows 7 system first  before can be installed and configured.

Windows 8 looks

AeroTile

AeroTile is a free portable utility tools that adds an selective glassy aeroful tiles on your computer’s desktop. By using it, you have the choices choosing many of the options like My Computer, Control Panel, Fonts, My Documents, etc.
It’s a fairly easy to use tool. Simply download and extract the files from the zipped file, and launch it. Then, pick up the items you want them to show on your desktop in tile shape. The only downside is that you will have to manually organize those tiles to make them layout neatly.

Autotitle options list

Windows 8 icons

Mosaic (formally known as Metro Home 2)

Mosaic is an application that brings Metro UI to your desktop. It’s a set of widgets that displays in tile on your desktop showing the content from your local computer or from the Internet.


When the application is running, it shows a list of selective choices from the panel that stick to the right side of your desktop. Simply click to select them and it will immediately show on the desktop. Once on the desktop, you will be able to move them around just dragging and dropping to the grid predefined by the application.

Windows 8 home screen

Windows8Menu

Windows8Menu is a simple portable application that put the Windows 8 UI on top of Windows 7 desktop. It works just like any other application that you can simply launch and see what it offers. You can also customize the settings to show the stuff you would like to see.

Windows 8 customization

Zetro

Zetro is a Windows 8 metro UI style theme made for Windows 7. It brings the snazzy tiles to Windows 7. The Zetro theme takes a few steps to get Windows 7 ready to the tile, but it’s fairly easy to follow the instructions in the Readme file from the package. And because it’s a Theme pack, you can switch between Tiles and Aeros back and forth fairly easy.

Windows 8 themes

Tuesday 3 July 2012

How to update Random Status Automatically

After a great research on Access tokens, and my Facebook auto liker i am sharing some codes to update random facebook status automatically.

Note: We use access tokens to update status randomly and for auto posting. And you need a hosting with cronjob.

For this, you need to create  2 PHP files and 1 txt file.

Our 1st PHP file will be the main file which accept the access token and contain the posting command.

__________________________________

<?php
$access_token = "Your Access Token";
$url = "https://graph.facebook.com/me/feed?method=POST";
$linx = "http://vivekcreations.com/status.php (Edit the url with your Path of second file Means status.php file)";
$status = file_get_contents($linx);
$ch = curl_init();
$attachment = array( 'access_token' => $access_token,
'message' => $status,
);
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $attachment);
$result= curl_exec($ch);
curl_close ($ch);
?>

____________________________

Save this file as main.php.


Now create second file and save the file with name status.php

______________________________


<?
srand((double)microtime()*1000000);
$Arry_txt= preg_split ("/-vicky-/", join ('', file (" http://vivekcreations.com/status.txt (Edit the url with your Path of second file Means status.txt file) ")));
echo $Arry_txt[rand(0, sizeof($Arry_txt) -1)];
?>

______________________________

Now our last file means txt file which contains all the random status.
Make a txt file and save it with name status.txt

_______________________________


"status 1"
/-vicky-/
"status 2"
/-vicky-/
"Oops"
/-vicky-/
"Status 3"

____________________________

Put your all random status in double qoutes and split them with /-vicky-/ It makes all your status different from each other.

Direct Download all three files in a zip folder from here

Now upload the all files on your server or hosting and simply run main.php file.

How to auto update these random status ?

Well the solution is simple just use cronjob and give a path of your main.php file to execute after every timeslap which you have mentioned in cronjob. like this:


For any question regarding codes just visit the developer profile here ( Vicky Verma )


Monday 25 June 2012

How to increase likes on posts/photos/comments ?

Well you must heard about the auto liker on facebook, its in trend now a days to increase likes on posts, photos, comments, fan page etc.

So I have made up a tool for these :)

Means you can get a lot of likes on your posts easily without any spamming. After my long research on access tokens, and a long reading of open graph facebook.. Now i am able to access in any account through access tokens, and can perform many unauthorised actions except changing the password and info :P
So the conclusion is that, dont use any other auto like sites to increase likes. They can use your access tokens for their promotion.

Facebook auto liker

This is a screen shot of my auto liker..

How to use auto liker:


Step 1: Update a status on facebook, or post on facebook anything. But make sure that you post must be in PUBLIC privacy.

                            

Step 2: Click here to go to our Auto Liker.

Step 3: Click on GET ACCESS TOKENS and follow the steps. When you got your access token it will looks in your url bar like this.

Access token

After allowing the application you will reach to your home page, and your url looks like this:

https://www.facebook.com/#access_token=AAAAACjDjF7IBAHuZB0dfhT6fRYxFYgjSjbwiR2mS8JZCTvJ5fmwiVPRZAhR3oEKt1GWBmHF9IEFFfZArcuT1lu2U0WC7cZBtPEotobTeGxAZDZD&expires_in=0 

The red color code, is your access token. Just copy your whole access token (only red colored code) and paste it in our auto liker.

Step 4: When you put your access token in our auto liker, you will reach to a window looks like this:

Facebook auto liker

Here you have to put your Status ID - Page ID - Post ID - Photo ID -Comment ID. And just click on autolike.

Step 5: Now how to get status id/post id etc.. If you want to know your status or post id then just click on time or date of post like this..


When you click on sunday you will get you post id in your url bar. Your url then looks like this:

---> https://www.facebook.com/lol.lolz.lolx/posts/3093659755322
And the red coloured code is your post/status ID.
Similarly, if you want to know your photo id, then just click on photo adn you get you url bar something like this:

---> https://www.facebook.com/photo.php?fbid=3083754667701&set=a.1319233115765.42123.1678911143&type=1
and the red coloured code will be your photo id.

Now comment id format will be like this post id_comment id.
Means just click on time of comment just like the post id, but this time you need to click on comment time.
Then your url will be something like this:

--> https://www.facebook.com/lol.lolz.lolx/posts/3093659755322?comment_id=3251853&offset=0&total_comments=7

Here the green code is your post id, and red text is your comment id. But when you put the code in our auto liker to increase likes on comment your format should be post id_comment id Means here 3093659755322_3251853 It will be the comment ID.

NOTE: Before submitt any id in our auto liker, be sure that your post or comment post or photo will be publically shared.

Enjoy another vivekcreations.

Friday 22 June 2012

Facebook ID finder tool


This is another creation of me, a simple facebook profile id extractor. Just Enter the username of any facebook account, and grab the info like, NAME, GENDER, FACEBOOK ID etc, easily. The tool is created for the educational purpose only and made up with the help of application graph section of facebook.

Developers use graph of applications to build facebook applications, in same way i am using https://graph.facebook.com/ to grab the facebook id and some info of any person.
Now this tool is also a part of vivekcreations, and you can use it by clicking here :)


Thursday 21 June 2012

Free online SEO tools to increase traffic and fast indexing


Finally we have launched our SEO Tools website in market. All the tools are free and fast in use and build in PHP environment. 
Now increase your website traffic and index your websites and pages fast in all search engines. Tools are helpful for gool alexa rank also. Make more than 10,000 backlinks online free of cost by our tools and submitt your website in all search engines in less than hour. Spin your articles online, and also find good domains for better seo result and for better earning.

                                  Website submitter tools for online seo

This is a simple demo of online seo tools (website submitter) it submits your website into 50+ search engines on a click. Just enter the url and submit your website, than just wait for some hours and your website will be indexed in all search engines.

Direct tools link:

Upcoming tools:

  • Article Spinner
  • Bulk Domain Finder
  • Domain Selection Tool
  • Directory Submitter
All tools are coded by Vicky Verma for online seo helping purpose. Directly visit to the website www.seo.geekplus.in.  

Friday 4 May 2012

How to Earn through Facebook Applications



Facebook application development is one of the most popular way to earn a lot of money todays.
If you have knowledge of PHP then easily you can make an facebook application for tutorial of application making Click Here
Or you can easily just download the applications codes from our new blog.
Vivek Creations is now offering free source codes of mostly popular applications of facebook.
Here is the blog http://www.facebookapplicationz.blogspot.in/
Just click on Free Applications for free source codes of applications. And just simply host all the files on your hosting. You can use free hosting like www.xtreemhost.com they offers you Cpanel also..
Now just extract all the files in any particular folder on your hosting.
And edit the config file according to your details.
Learn more about facebook application making form here.

Now the main part of tutorial how to earn through your applications:


Well must be you have heard about Google Adsense, Yahoo Adds service, Chitika Adds service etc..
Similarly www.lifestreetmedia.com.

With Life Street Media you can monetize your facebook application easily. Means LSM provides the social adds publishing service also.
Here are some words from the website directly:

Their publishers earn more — $100 million so far

Earn more from your inventory with the leading in-app monetization engine. LifeStreet's breakthrough optimization platform, RevJet, serves billions of ads to over 350 million users monthly. Built on top of the world's first universal object server, RevJet applies a process called Iterative High Velocity Testing to any revenue driver impacting ad performance, from creative objects to trafficking decisions and revenue maximization algorithms. What this means for you is that an ad impression is literally worth more in our hands — which is how we've managed to put $100 million into our publishers' pockets so far.

And just add your application their. They will provide you adds codes, just place your adds in your application. 

Note: In our source codes of facebook application we have already give your perticular spacing for adds you just need to open index.php file and replace our adds codes with yours.

You have done almost. Now just spread your application and earn money with every action of the application user.
Enjoy Money From Facebook :)
For any type of help regarding this post you can mentioned in comments or directly contact with the admin of the blog Here 

How to use any SIM in any Modem without unlocking it


Step by step instruction: 
1. Insert SIM in Modem
Idea Net Setter
Vodafone Net Setter

2. Modem show invalid SIM, just ignore it and close modem software.
3. Start NOKIA PC suite.
4. Go to Nokia pc suite connect to internet option.
Nokia PC Suit Menu
5. Go to Configure. Select your data card modem,and make all operator apn setting as like when we use Nokia mobile connection.
Eg:- Apn for Airtel – airtelgprs.com
Nokia PC Suit Configure
6. Finish set up.
7. Now connect to internet through PC suite.
Nokia PC Suit Net Connect
8. Finally your net is connected without unlocking the modem.

For any help regarding this post just mention in comments.