URL related to Facebook Apps Development
By others:
- Your Apps Page
- http://www.facebook.com/developers/apps.php
- Developers Page
- http://developers.facebook.com/
- Graph API
- http://developers.facebook.com/docs/api
- Legacy API
- http://developers.facebook.com/docs/reference/rest/
By others:
- Thinkdiff.net - PHP SDK & Graph API base Facebook Connect Tutorial
- http://thinkdiff.net/facebook/php-sdk-graph-api-base-facebook-connect-tutorial/
- Thinkdiff.net - How to retrieve facebook user’s friendlist
- http://thinkdiff.net/facebook/how-to-retrieve-facebook-users-friendlist/
- Thinkdiff.net - User’s Demographic Data from Facebook
- http://thinkdiff.net/facebook/users-demographic-data-from-facebook/
In your hosting server when you send a mail using PHP mail function, you specify FROM email address. Sometimes, you might see that mails being sent are from server's email address i..e. when a mail arrives in your mail box then FROM address has server email address instead of the FROM address that you have specified.
To edit this, create an email address in your hosting account from which you want to send the mail (even if you are not using mail service of hosting provider or you are using different MX records) this may work.
To edit this, create an email address in your hosting account from which you want to send the mail (even if you are not using mail service of hosting provider or you are using different MX records) this may work.
Today, I am moving to a new Hosting. I found it too time taking and bit boring to copy everything. It is not just files. It includes Databases and many other settings.
Though I am shifting from Cpanel hosting account to Cpanel hosting on some other server (I like Cpanel, very easy to use and so many features). I am still moving my account and finding it a monotonous job to move everything. Earlier today, I tried searching for some tool which can transfer everything i.e. by simply giving some commands I can have same things i.e. files, structures, databases and all other settings same as it was in my old hosting (OLD). I am not able to find one such tool, but will like to share what you should remember to do and how you can do them.
Do remember there are not just Files and Databases that needs to be shifted or moved to New hosting (NEW), but there are other settings like Parked Domains, Addon Domains, Sub-Domains, MX Entry, CNAME records, FTP account, Email Accounts, Cron Jobs and some other settings like Password Protect Directory. We will discuss all these now.
Files
These are all the files which you need to transfer from OLD to NEW. Lets discuss how to transfer them. Well, if there are large number of files that are to be moved and if you have slow internet connection then it would take much longer time to download files from OLD and upload it to NEW. For this you can take a Remote FTP back up from OLD for NEW.
By using this option a .tar file will be shown in NEW after Remote FTP back up. Click on this file and then Extract it. After extracting you can move it to public_html folder. It can be moved using 2 options. Either from File Manager or Legacy File Manager.
Use can also use some FTP client like Filezilla, Core FTP or Cute FTP etc. By using this option, you need to connect to your OLD and then download all files in your system. After all files have downloaded to your system successfully, you need to connect to NEW and then upload all these files.
Database
Database backup can be taken from OLD in 2 ways. Either from Backup option or from PHPMyAdmin.
Under PHPMyAdmin, you can use import. Browse file from your system and upload it. If the file is very large in size then it will ask after sometime to upload same file and will start executing the file now from where it left earlier (this may go on for some time depending on file size).
If both the above options are taking much time then you can use some desktop software like SQLyog. Make sure that Remote Access is enabled for your database. It can be seen from Remote MySQL on Cpanel Homepage. After going to Remote MySQL page, add your IP address (IP address from which you will be using desktop software). If you don't know your IP address then go to http://ip-adress.com to know your IP Address.
Database Connection Change Username and Password
This one comes under both Files and Database. For all connection files to database, you need to make changes. Like Database Username, Database Password (it may be same), Database Name. For Database Username and Name prefix needs to be changed as in most cases you have different Usernames for your Cpanel account.
Parked Domains
Add parked domains from OLD to NEW. See which domains are parked in OLD and create them in NEW. If you perform this action then it might ask to change Nameservers first (so that nameservers point to NEW. Jump to Nameservers section below. (Some host give an option to verify that you own this domain by having other options like upload a file to OLD, set an A record etc.)
Addon Domains
Similarly like parked domains, copy from OLD to NEW. Create directories (as you have already moved your files, so these directories already exists). Please note that with some hosts you can create addon directory anywhere i.e. directly under public_html or inside a folder which is inside public_html i.e. inside a subfolder or sub-sub folder etc. But some hosts allow only to have a addon directory just under public_html i.e. immediate to public_html. So, if you have Structure 1 in your OLD and Structure 2 in your NEW, then you need to move files from sub-sub folders to under public_html.
Nameservers
For every domain name you were using in your OLD, you need to update the nameservers for them to point them to new. You can also use A records if you don't want to use Nameservers. Some domain name sites provide these features like Namecheap.com
MX Entry
Create MX records for mails. View them in OLD and create in NEW. It can be used when you are using some external Mail Exchanger. There are various options in this section. If you want to use Google apps for a domain name then you can change settings here.
Please note that if you have done settings for Google Apps and aren't receiving mails then check if a record with 0 priority and destination as Domain Name exist. If it exists then remove this record.
Sub-Domains
From OLD copy each record and create it on NEW. You have to do it manually. Please take note of the path of files if there is any change in file structure.
Redirects
View what redirects have been configured in OLD and create them in NEW.
Simple DNS Zone Editor
After sub-domains have been created you will see many records matching between NEW and OLD. Now you need to add other records which could be CNAME records etc.
Advanced DNS Zone Editor
If there are some specific settings done in this section then copy them to NEW.
CNAME records
These can be created in Simple DNS Zone Editor
FTP accounts
You can create these accounts again in NEW like they are in OLD. If there are multiple sites hosted or there are multiple FTP accounts in OLD then it could mean that different people access different accounts (it is possible that they are accessing them from different locations too and have configured/saved FTP settings in their FTP clients). So, try creating New FTP accounts with same password. Also, remember you need to tell some of these users (if they were using the main account username and it may change) that they need to update.
Email Accounts
Set up email accounts like they were in OLD. Please remember that it is possible you have to create new accounts so password will change. Inform users about their new passwords.
Email Forwarders
Copy these from OLD and implement them in NEW.
Cron Jobs
View what are various cron jobs listed in OLD and create them in NEW. Do remember to change path (in case username is changed). Also, some sites do not have home directory named home, but it could be home1, home2 or something else.
One more thing, remember the time factor. Earlier you might have set cron jobs time execution at a particular time according to your OLD server timings and now at NEW server timings might have been changed.
Password Protect Directory
Now this cannot be seen directly from OLD. You have to remember which directories were protected or you need to browse through file structure in this section under OLD. After you find a lock on a folder in OLD then you can protect them under NEW. One cool thing here is that, in NEW also (as you have earlier copied files from OLD) you will find Password Protect Directories, because some settings within files are copied in NEW now.
I have done these changes and there could be some more (other than mentioned above). Share them here if you come across some such sections.
Though I am shifting from Cpanel hosting account to Cpanel hosting on some other server (I like Cpanel, very easy to use and so many features). I am still moving my account and finding it a monotonous job to move everything. Earlier today, I tried searching for some tool which can transfer everything i.e. by simply giving some commands I can have same things i.e. files, structures, databases and all other settings same as it was in my old hosting (OLD). I am not able to find one such tool, but will like to share what you should remember to do and how you can do them.
Do remember there are not just Files and Databases that needs to be shifted or moved to New hosting (NEW), but there are other settings like Parked Domains, Addon Domains, Sub-Domains, MX Entry, CNAME records, FTP account, Email Accounts, Cron Jobs and some other settings like Password Protect Directory. We will discuss all these now.
Files
These are all the files which you need to transfer from OLD to NEW. Lets discuss how to transfer them. Well, if there are large number of files that are to be moved and if you have slow internet connection then it would take much longer time to download files from OLD and upload it to NEW. For this you can take a Remote FTP back up from OLD for NEW.
By using this option a .tar file will be shown in NEW after Remote FTP back up. Click on this file and then Extract it. After extracting you can move it to public_html folder. It can be moved using 2 options. Either from File Manager or Legacy File Manager.
Use can also use some FTP client like Filezilla, Core FTP or Cute FTP etc. By using this option, you need to connect to your OLD and then download all files in your system. After all files have downloaded to your system successfully, you need to connect to NEW and then upload all these files.
Database
Database backup can be taken from OLD in 2 ways. Either from Backup option or from PHPMyAdmin.
- From BackUps, you can click on database name and download will start for that database.
- From PHPMyAdmin you have to click on database in left panel, then choose Export and then Export button in the bottom right.
- On this page you can choose in which format to download database and if it is SQL then you can choose it to be zipped too.
- Either from backups or
- from PHPMyAdmin
Under PHPMyAdmin, you can use import. Browse file from your system and upload it. If the file is very large in size then it will ask after sometime to upload same file and will start executing the file now from where it left earlier (this may go on for some time depending on file size).
If both the above options are taking much time then you can use some desktop software like SQLyog. Make sure that Remote Access is enabled for your database. It can be seen from Remote MySQL on Cpanel Homepage. After going to Remote MySQL page, add your IP address (IP address from which you will be using desktop software). If you don't know your IP address then go to http://ip-adress.com to know your IP Address.
Database Connection Change Username and Password
This one comes under both Files and Database. For all connection files to database, you need to make changes. Like Database Username, Database Password (it may be same), Database Name. For Database Username and Name prefix needs to be changed as in most cases you have different Usernames for your Cpanel account.
Parked Domains
Add parked domains from OLD to NEW. See which domains are parked in OLD and create them in NEW. If you perform this action then it might ask to change Nameservers first (so that nameservers point to NEW. Jump to Nameservers section below. (Some host give an option to verify that you own this domain by having other options like upload a file to OLD, set an A record etc.)
Addon Domains
Similarly like parked domains, copy from OLD to NEW. Create directories (as you have already moved your files, so these directories already exists). Please note that with some hosts you can create addon directory anywhere i.e. directly under public_html or inside a folder which is inside public_html i.e. inside a subfolder or sub-sub folder etc. But some hosts allow only to have a addon directory just under public_html i.e. immediate to public_html. So, if you have Structure 1 in your OLD and Structure 2 in your NEW, then you need to move files from sub-sub folders to under public_html.
Nameservers
For every domain name you were using in your OLD, you need to update the nameservers for them to point them to new. You can also use A records if you don't want to use Nameservers. Some domain name sites provide these features like Namecheap.com
MX Entry
Create MX records for mails. View them in OLD and create in NEW. It can be used when you are using some external Mail Exchanger. There are various options in this section. If you want to use Google apps for a domain name then you can change settings here.
Please note that if you have done settings for Google Apps and aren't receiving mails then check if a record with 0 priority and destination as Domain Name exist. If it exists then remove this record.
Sub-Domains
From OLD copy each record and create it on NEW. You have to do it manually. Please take note of the path of files if there is any change in file structure.
Redirects
View what redirects have been configured in OLD and create them in NEW.
Simple DNS Zone Editor
After sub-domains have been created you will see many records matching between NEW and OLD. Now you need to add other records which could be CNAME records etc.
Advanced DNS Zone Editor
If there are some specific settings done in this section then copy them to NEW.
CNAME records
These can be created in Simple DNS Zone Editor
FTP accounts
You can create these accounts again in NEW like they are in OLD. If there are multiple sites hosted or there are multiple FTP accounts in OLD then it could mean that different people access different accounts (it is possible that they are accessing them from different locations too and have configured/saved FTP settings in their FTP clients). So, try creating New FTP accounts with same password. Also, remember you need to tell some of these users (if they were using the main account username and it may change) that they need to update.
Email Accounts
Set up email accounts like they were in OLD. Please remember that it is possible you have to create new accounts so password will change. Inform users about their new passwords.
Email Forwarders
Copy these from OLD and implement them in NEW.
Cron Jobs
View what are various cron jobs listed in OLD and create them in NEW. Do remember to change path (in case username is changed). Also, some sites do not have home directory named home, but it could be home1, home2 or something else.
One more thing, remember the time factor. Earlier you might have set cron jobs time execution at a particular time according to your OLD server timings and now at NEW server timings might have been changed.
Password Protect Directory
Now this cannot be seen directly from OLD. You have to remember which directories were protected or you need to browse through file structure in this section under OLD. After you find a lock on a folder in OLD then you can protect them under NEW. One cool thing here is that, in NEW also (as you have earlier copied files from OLD) you will find Password Protect Directories, because some settings within files are copied in NEW now.
I have done these changes and there could be some more (other than mentioned above). Share them here if you come across some such sections.
I was working in PHP and MySQL. My database interface is PHPMyAdmin. Everything was working fine and some issues came when I was trying to access my site from other computer in LAN. Later these issues were resolved, so I thought to share them.
Initially, when I tried to open The Site on another local computer, it didn't open. Then I turned off the Firewall.
Now, I was able to access The Site but other permissions were also required (I was using Wamp). So, I edited the Apache settings and removed a line which was denying the other local computer to access The Site.
Next, issue faced after The Site's home page open correctly was that the links which I was clicking were going to nowhere (actually they were showing http://localhost/path which means they were now going back to files on my local computer). Actually, in config file on the server computer $path was defined as localhost, so I changed it to local IP address of the server computer.
Next, I was trying to access database of server computer and files were on my local computer. When I tried something like http://localhost/foldername/index.php then in this file database connection was for the server computer in LAN and it was showing an error that can't connect to your IP Address. For this, you need to open http://ipaddress_of_server_lan/phpmyadmin/. Here, go to privileges and add a user with Username as root, Host as your IP Address of local computer and then password (if any). Then in config or connection file on your local machine add your IP address as hostname.
After adding this, I was able to access MySQL database located on other server.
Initially, when I tried to open The Site on another local computer, it didn't open. Then I turned off the Firewall.
Now, I was able to access The Site but other permissions were also required (I was using Wamp). So, I edited the Apache settings and removed a line which was denying the other local computer to access The Site.
Next, issue faced after The Site's home page open correctly was that the links which I was clicking were going to nowhere (actually they were showing http://localhost/path which means they were now going back to files on my local computer). Actually, in config file on the server computer $path was defined as localhost, so I changed it to local IP address of the server computer.
Next, I was trying to access database of server computer and files were on my local computer. When I tried something like http://localhost/foldername/index.php then in this file database connection was for the server computer in LAN and it was showing an error that can't connect to your IP Address. For this, you need to open http://ipaddress_of_server_lan/phpmyadmin/. Here, go to privileges and add a user with Username as root, Host as your IP Address of local computer and then password (if any). Then in config or connection file on your local machine add your IP address as hostname.
After adding this, I was able to access MySQL database located on other server.
Facebook is Friends..Facebook is Fun!
In my last post on Facebook's new service - Facebook Email with username@facebook.com (though I am still waiting for an invitation to create an email account), I think there would be certain issues.
The first one I can think of is Facebook Username issue. There are still some users who are not aware of Usernames at Facebook. So, they need to create usernames (that is easy enough), but the issue is that many usernames have been taken. I am not talking about username of Users but username of pages. Now, will pages have email ids too, now this doesn't seems to happen at this time. Therefore, all these Page Usernames can't be used by Users as their account usernames. With this large number of good or wanted usernames (being used for pages) their availability becomes less for FB users.
Next, I am not sure about it, but still would like to address is Facebook email spam issue. As, it is clear that username are being used for email address at Facebook, then spammers can collect genuine email ids from Facebook Profile URLs - http://facebook.com/xxxxxx where xxxxxx is username. Though this could be a User's username or Page's Username but with time a database can be build up while separating User's usernames and Page's Usernames. If such a list is created then you can expect to receive many unwanted emails. This could happen by using FB Apps, where if you use an app then your username and friends usernames can be grabbed.
Lets see how this issue pops up after some time..
In my last post on Facebook's new service - Facebook Email with username@facebook.com (though I am still waiting for an invitation to create an email account), I think there would be certain issues.
The first one I can think of is Facebook Username issue. There are still some users who are not aware of Usernames at Facebook. So, they need to create usernames (that is easy enough), but the issue is that many usernames have been taken. I am not talking about username of Users but username of pages. Now, will pages have email ids too, now this doesn't seems to happen at this time. Therefore, all these Page Usernames can't be used by Users as their account usernames. With this large number of good or wanted usernames (being used for pages) their availability becomes less for FB users.
Next, I am not sure about it, but still would like to address is Facebook email spam issue. As, it is clear that username are being used for email address at Facebook, then spammers can collect genuine email ids from Facebook Profile URLs - http://facebook.com/xxxxxx where xxxxxx is username. Though this could be a User's username or Page's Username but with time a database can be build up while separating User's usernames and Page's Usernames. If such a list is created then you can expect to receive many unwanted emails. This could happen by using FB Apps, where if you use an app then your username and friends usernames can be grabbed.
Lets see how this issue pops up after some time..
Facebook is coming up with yet another feature. This time it is Email, yes Email service by Facebook which will give you username@facebook.com. An announcement on it was made on Nov. 15th, 2010. It is named as Project Titan and there was a news earlier this year in February that Facebook is coming up with email service and now after 9 months it seems that FB's email service is just there at your Facebook account.
There are some issues to address:
I haven't heard of it. Where is this service?
How to access this service?
What are the features?
Should I go and use this service?
Well, I too have read about it yesterday that Email Service is launched and I was wondering that when the announcements were made 2 weeks back..then why I haven't heard it earlier (it seems that like how Google promotes its product is by Friends telling Friends and no ads for new services and features, similarly Facebook is doing). Yesterday, I was browsing and find some text that grabbed my attention. They were something like Facebook Email. As I had read it about earlier this year in February, I was able to connect that it is about Facebook's Email Service and then started to know more about it and have my own email account.
I found that only little information was available and couldn't find a link to access Facebook Email page (for some time). After browsing through web for sometime I was able to figure out the link on Facebook for Facebook Messages aka Email (will share it after sometime :) ).
Now when I accessed this page (yes, I will share the link soon) I found that at this moment email can be registered by having an invitation. From this page you can request for an invitation and invitation from Facebook will come up soon (I am still waiting for my Invitation to arrive). Other wise you can wait till the time everyone is invited gradually. Once you get an invitation you can create an email like username@facebook.com, that sounds interesting. After this, you get few invitations to send to your friends as well.
After I got to know about this, I was thinking that I need to grab my username which I generally use and wanted to grab it soon before anyone does and for this I have to wait till I get an invitation. But then I found some good news. My current username will be my email i.e. myusername@facebook.com and I already have my username. But wait, I just said My Current Username. Yes, I meant my current username. Well, most people or I would say Facebook users doesn't know that they can create username.
You can recall it by following, try to remember when you browse your friends, you must have seen their profile URLs they are of kind http://www.facebook.com/profile.php?id=xxxxxxx but some users have it like http://www.facebook.com/somename. Now, this somename is the username and you too can have it for free and that too easily (subject to availability). Also, if you doesn't have username at Facebook, you use Email Address to login but after having a Username you can simply login by using your Username.
How to create your username is explained below.
So, if you don't have an invitation yet and don't have a username either then you can create your username now and have an email like myusername@facebook.com
Creating Username
Username can be easily created on Facebook. Go to http://facebook.com/username and you will find an option to create a Username. (Check and choose your Username wisely as you might not be able to change it again or it is once at max.).
After creating username you can now easily remember your Faebook Profile URL, it will be http://facebook.com/yourusername now.
If you want to change your username if it is possible, just go to Account Settings under Account drop down on Top-Right of page. There you will see Username and a link to Change beside it. Click on Change to change your username.
I will write more and update this soon when I get more information on this.. :)
There are some issues to address:
I haven't heard of it. Where is this service?
How to access this service?
What are the features?
Should I go and use this service?
Well, I too have read about it yesterday that Email Service is launched and I was wondering that when the announcements were made 2 weeks back..then why I haven't heard it earlier (it seems that like how Google promotes its product is by Friends telling Friends and no ads for new services and features, similarly Facebook is doing). Yesterday, I was browsing and find some text that grabbed my attention. They were something like Facebook Email. As I had read it about earlier this year in February, I was able to connect that it is about Facebook's Email Service and then started to know more about it and have my own email account.
I found that only little information was available and couldn't find a link to access Facebook Email page (for some time). After browsing through web for sometime I was able to figure out the link on Facebook for Facebook Messages aka Email (will share it after sometime :) ).
Now when I accessed this page (yes, I will share the link soon) I found that at this moment email can be registered by having an invitation. From this page you can request for an invitation and invitation from Facebook will come up soon (I am still waiting for my Invitation to arrive). Other wise you can wait till the time everyone is invited gradually. Once you get an invitation you can create an email like username@facebook.com, that sounds interesting. After this, you get few invitations to send to your friends as well.
Access Link for Facebook Messages: http://www.facebook.com/about/messages/ On this page, at bottom right you can see a link for Invitation.
After I got to know about this, I was thinking that I need to grab my username which I generally use and wanted to grab it soon before anyone does and for this I have to wait till I get an invitation. But then I found some good news. My current username will be my email i.e. myusername@facebook.com and I already have my username. But wait, I just said My Current Username. Yes, I meant my current username. Well, most people or I would say Facebook users doesn't know that they can create username.
You can recall it by following, try to remember when you browse your friends, you must have seen their profile URLs they are of kind http://www.facebook.com/profile.php?id=xxxxxxx but some users have it like http://www.facebook.com/somename. Now, this somename is the username and you too can have it for free and that too easily (subject to availability). Also, if you doesn't have username at Facebook, you use Email Address to login but after having a Username you can simply login by using your Username.
How to create your username is explained below.
So, if you don't have an invitation yet and don't have a username either then you can create your username now and have an email like myusername@facebook.com
Creating Username
Username can be easily created on Facebook. Go to http://facebook.com/username and you will find an option to create a Username. (Check and choose your Username wisely as you might not be able to change it again or it is once at max.).
After creating username you can now easily remember your Faebook Profile URL, it will be http://facebook.com/yourusername now.
If you want to change your username if it is possible, just go to Account Settings under Account drop down on Top-Right of page. There you will see Username and a link to Change beside it. Click on Change to change your username.
I will write more and update this soon when I get more information on this.. :)
I was working on Wordpress Blog on website. I was trying out different plugins and checking what all can be done with Wordpress. I installed a plugin and worked on it and after sometime I saw that wordpress blog is returning a blank page everywhere. Whether it be Blog Url, admin URL or login URL.
I thought it is due to some of my hosting issues and will work fine in 10 mins. or few hours. But till few moments before I wrote this post it was coming blank and it had been around 20 hours that it had been coming up blank. So, I thought to check it out on web for some support on Wordpress Blank page issue. Most articles, support, posts, topics etc. were on blank pages for main blog only and Admin panel was working fine. But in my case everything - main blog, admin page etc. were showing blank pages. So, what should I do now..
Well, after some more search I was able to correct these issues.
The Problem
Blank pages were coming.
How it Occurred?
I guess when I was working with Plugins (I was working with CSV Importer), a plugin to upload many posts at once using CSV and schedule them (I nice and easy to use plugin to post many posts at a time). I was getting Time Out Error ( Maximum execution time).
I tried searching for this error and made a change in PHP file of Wordpress which Sets Maximum execution time to No Limit. After doing this step, I again uploaded CSV file and it was going on executing without any Time Out error this time. After sometime I tried opening some link in my Admin Panel and everything was gone to blank pages.
Solution
There was some issue with plugins. Try changing plugins folder name to something like plugins0 or plugins_temp for the time being. You can change it by using FTP software (I use Filezilla) or File Manager in your Control Panel. Now, you will see that your blog is working fine, but all the plugins installed are deactivated. So, you need to activate them again.
Further Issues
It might happen that blank pages are gone and you see an error for Maximum Memory Allocation exhausted. For this you have to make some changes in wp-config.php file. For more information, please visit: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
I thought it is due to some of my hosting issues and will work fine in 10 mins. or few hours. But till few moments before I wrote this post it was coming blank and it had been around 20 hours that it had been coming up blank. So, I thought to check it out on web for some support on Wordpress Blank page issue. Most articles, support, posts, topics etc. were on blank pages for main blog only and Admin panel was working fine. But in my case everything - main blog, admin page etc. were showing blank pages. So, what should I do now..
Well, after some more search I was able to correct these issues.
The Problem
Blank pages were coming.
How it Occurred?
I guess when I was working with Plugins (I was working with CSV Importer), a plugin to upload many posts at once using CSV and schedule them (I nice and easy to use plugin to post many posts at a time). I was getting Time Out Error ( Maximum execution time).
I tried searching for this error and made a change in PHP file of Wordpress which Sets Maximum execution time to No Limit. After doing this step, I again uploaded CSV file and it was going on executing without any Time Out error this time. After sometime I tried opening some link in my Admin Panel and everything was gone to blank pages.
Solution
There was some issue with plugins. Try changing plugins folder name to something like plugins0 or plugins_temp for the time being. You can change it by using FTP software (I use Filezilla) or File Manager in your Control Panel. Now, you will see that your blog is working fine, but all the plugins installed are deactivated. So, you need to activate them again.
Further Issues
It might happen that blank pages are gone and you see an error for Maximum Memory Allocation exhausted. For this you have to make some changes in wp-config.php file. For more information, please visit: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Warzone Tower Defense is a strategy game. One gets addicted to this small, fast and easy to play game. You need to create a strategy and prevent your Tower from enemies. You have various weapons and using these weapons you can destroy enemies. Here, I will describe you how to play this game, explain various options and details of the game, where you can play this game and What Strategy you should make!!
The game offers you various backgrounds and different levels. You can choose from different levels and default level is recommended for new gamers. Game starts with $1000 in your account and whenever you destroy an enemy you got money. This money can be used to install more weapons. With each wave power of enemies increase. You too can increase the power of your installed units by buying more power. Whenever an enemy unit reaches your Tower, your Tower looses energy. There are some enemy units which are more powerful and are shown with a blue border around them. Such units needs more power to destroy and affects Tower Energy much more than normal Enemy units.
Tower
Weapons
Upgrading Weapons
Enemies
Upcoming Enemies
Hurdles
Keys
Power
Wave
Money
Score
Where to Play?
There are many sites that offer this game for free to play online. You can play this game online at:
The Strategy
Do post your highest score, where you scored this score and what strategy you have used.
The game offers you various backgrounds and different levels. You can choose from different levels and default level is recommended for new gamers. Game starts with $1000 in your account and whenever you destroy an enemy you got money. This money can be used to install more weapons. With each wave power of enemies increase. You too can increase the power of your installed units by buying more power. Whenever an enemy unit reaches your Tower, your Tower looses energy. There are some enemy units which are more powerful and are shown with a blue border around them. Such units needs more power to destroy and affects Tower Energy much more than normal Enemy units.
Tower
Weapons
Upgrading Weapons
Enemies
Upcoming Enemies
Hurdles
Keys
Power
Wave
Money
Score
Where to Play?
There are many sites that offer this game for free to play online. You can play this game online at:
The Strategy
- So, what should be the strategy?
- Where should you place units?
- Which units should you use?
- Should you increase power of your units?
Do post your highest score, where you scored this score and what strategy you have used.
DNS is used to control and manage Domain Name settings. If you have DNS control or if your domain provider or hosting provider provides with DNS management then you can configure your domain easily depending on up to what level of control you have.
With DNS control, you can use URL Forwarding, URL Redirection, URL Masking, A records, CNAME records, MX records etc.
Now, many times it happens that we don't have DNS control with us. It is possible when your Domain provider doesn't give you the control (though many provide these days for free and some charge for it), your hosting provider doesn't let you have the control or hosting provider lets you have limited control. Some other issues come when you want to set up email service for your domain name like on Google Apps..what happens is that some hosting providers will let you have enter IP addresses only and in the case of Mail implementation on Google Apps you need to configure MX records.
Question that comes here is..How to do it? Is it possible?
and the answer that comes here is - Yes, it is possible.
If we take the case of domain provider, then either the domain provider charges you extra for activating DNS control (some or full control) or they do it on request. In cases when they charge you extra..you don't want to spend those extra bucks..right! (If you own just one or two domains you can pay..but if you own many domains and then it could be a large saving. But still Why Pay??).
How to Save these bucks??
Change your Domain Provider..Well, it would take time and you need to have some knowledge.
or
try out by having DNS control from some other site. This could be done by pointing your Nameservers to these Free and Cheap DNS control providers.
There are some such DNS control providers. If you search on web, you will find names like Zoneedit.com, DNSExit.com, EveryDNS.net, NameCheap.com, domainmanager.com, dyndns.com etc.
Create an account on these sites and it is easy to control your domain name.
In case of hosting provider, you need to point nameservers as above. Now, you can access your hosting by creating A record. In this field you need to put IP address which you can take from your hosting provider.
How to configure Mail for Google Apps while domain points to hosting?
Step 1: Create an account on these DNS control sites.
Step 2: Change Namerserver at your Domain Provider to the DNS control site's Nameserver that you are going to use
Step 3: Create an A record with yourdomainname.tld and www.yourdomainname.tld with IP Address (get IP Address from Hosting Provider)
Step 4: Add MX records for Google Apps (MX records can be found out in Email Settings in Google Apps admin panel)
Step 5: Wait for Nameserver propagation, it might take up to 72 hours.
With DNS control, you can use URL Forwarding, URL Redirection, URL Masking, A records, CNAME records, MX records etc.
Now, many times it happens that we don't have DNS control with us. It is possible when your Domain provider doesn't give you the control (though many provide these days for free and some charge for it), your hosting provider doesn't let you have the control or hosting provider lets you have limited control. Some other issues come when you want to set up email service for your domain name like on Google Apps..what happens is that some hosting providers will let you have enter IP addresses only and in the case of Mail implementation on Google Apps you need to configure MX records.
Question that comes here is..How to do it? Is it possible?
and the answer that comes here is - Yes, it is possible.
If we take the case of domain provider, then either the domain provider charges you extra for activating DNS control (some or full control) or they do it on request. In cases when they charge you extra..you don't want to spend those extra bucks..right! (If you own just one or two domains you can pay..but if you own many domains and then it could be a large saving. But still Why Pay??).
How to Save these bucks??
Change your Domain Provider..Well, it would take time and you need to have some knowledge.
or
try out by having DNS control from some other site. This could be done by pointing your Nameservers to these Free and Cheap DNS control providers.
There are some such DNS control providers. If you search on web, you will find names like Zoneedit.com, DNSExit.com, EveryDNS.net, NameCheap.com, domainmanager.com, dyndns.com etc.
Create an account on these sites and it is easy to control your domain name.
In case of hosting provider, you need to point nameservers as above. Now, you can access your hosting by creating A record. In this field you need to put IP address which you can take from your hosting provider.
How to configure Mail for Google Apps while domain points to hosting?
Step 1: Create an account on these DNS control sites.
Step 2: Change Namerserver at your Domain Provider to the DNS control site's Nameserver that you are going to use
Step 3: Create an A record with yourdomainname.tld and www.yourdomainname.tld with IP Address (get IP Address from Hosting Provider)
Step 4: Add MX records for Google Apps (MX records can be found out in Email Settings in Google Apps admin panel)
Step 5: Wait for Nameserver propagation, it might take up to 72 hours.
Few days back, I wrote about new Google Search feature wherein search results comes instantly. I didn't know that it would be known as Google Instant.
Google Instant is cool and quick. The search box has become bigger and as you start typing, the result page loads which is similar to normal search. The search is very quick.
Let me try it for few more times to see how useful it is..and how to use it at its best..
Google Instant is cool and quick. The search box has become bigger and as you start typing, the result page loads which is similar to normal search. The search is very quick.
Let me try it for few more times to see how useful it is..and how to use it at its best..




