A log file is a recording of everything that goes in and out of a particular server. It is a concept much like the black box of an airplane that records everything going on with the plane in the event of a problem. The information is frequently recorded chronologically, and is located in the root directory, or occasionally in a secondary folder, depending on how it is set up with the server. The only person who has regular access to the log files of a server is the server administrator, and a log file is generally password protected, so that the server administrator has a record of everyone and everything that wants to look at the log files for a specific server.
Thursday, 12 July 2012
Tuesday, 3 July 2012
How to send request via multi friend selector in facebook for your Apps ?
Overview
The Request Dialog sends a Request from one user (the sender) to one or more users (the recipients). The Request Dialog can be used to send a Request directly from one user to another or display a Multi Friend Selector Dialog, allowing the sending user to select multiple recipient users.
How to implement with in 3 steps ?
- STEP-1
- Go to https://developers.facebook.com/ and click on Apps (You must have facebook account)
- Click on create New app and create a new app.
- STEP-2
- https://www.facebook.com/
dialog/apprequests?app_id= YOUR_APP_ID&message= Facebook%20Dialogs%20are%20so% 20easy!&redirect_uri=http:// azuremt.com/test/facebook.php - Copy this url and paste in your address bar with following changes
- YOUR_APP_ID = Application Id which you got it from the STEP-1
- redirect_uri = Response URL (It should be under the domain name you have registered in the STEP-1 )
- STEP-3
- Now you will get screen for send request and finally you will get the result on response page (Write print_r($_REQUEST); in the response page)
Enjoyyy :) Let me know any comments ???
Monday, 2 July 2012
Which is the best free php editor available in the market?
I can strongly recommend you to try NetBeans.Its very light weight as well as very fast and also its supports frameworks like codeigniter ..etc.It will support SVN.If you want to read more the features please gothough this link mentioend below.
Download : http://netbeans.org/features/ide/editor.html
Subscribe to:
Posts (Atom)