<?php /** * Contact Grabber * Version 0.4 * Released 8th January, 2008 * Author: Magnet Technologies, hide@address.com * Credits: Binish Philip, Jaldip Upadhyay, Jatin Dwivedi, Jignesh Patel, Kajal Goziya, Mayur Sharma, Nimesh Shah, Pravin Shukla, Syed Haider, Twinkle Panchal * Copyright (C) 2008 * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. **/ // Write full path to this istallation directory // example: '/home/user/public_html/contacts' (linux) $DIR_PATH = "/home/user/public_html/contactgrabber0.3"; // Write the path of curl installation // example: '/usr/local/bin/curl' (linux) $CURL_PATH = "/usr/local/bin/curl"; // NOTE: make sure that the 'tmp' folder have write permission. $ERROR_LOGIN = "<br />Login Error..."; ?>