Welcome and Thank You for grabbing a copy of GoMobile Appointment Reminder 
Copyright of GomObileMarketingUSA.com, a division of ASU Service, Inc.

This system is free to use and distribute as is.

You MAY NOT ...
Sell it
Reverse Engineer it
Modify it
Null it - If you don't know what that means you have nothing to be concerned about.

SYSTEM REQUIREMENTS:
    Webhosting Account (cPanel is highly recommended but not required) with following
        PHP5.2 (Not tested with any PHP4 or PHP5.3)
        CURL (Most hosting has this)
        IonCube (Most hosting has this)
    FTP such as Filezilla - Free download at: http://filezilla-project.org/download.php
    Text Editor such as Notepad++ - Free download at: http://notepad-plus-plus.org/download/v5.9.5.html
    Twilio Account
    Javascript enabled in your browser
	
FOREWARD:
Do Not Install this in the web root of your hosting. Install only on a subdomain or within a folder/directory
Wordpress users see this video:
	- http://guides.gomobilemarketingusa.com/WPAlert/

INSTALLATION:
	Intallation is very easy but if you prefer we'll be happy to install it for $35.
	For that service please submit a helpdesk ticket at http://support.gomobilemarketingusa.com
	
1: Unzip the files - Duh ... you already did that or you wouldn't be reading this file. :-}

2: Edit data/variables.php with your text only editor. All enteries must be between the quotes. I.E. "INFO_HERE" ... DO NOT replace or delete the quotes.
	
	 $AccountSid =""; // Twilio Account SID 
		- See video at: http://guides.gomobilemarketingusa.com/GetTwilio/
		
	 $AuthToken =""; // Twilio Auth Token
		- See video at: http://guides.gomobilemarketingusa.com/GetTwilio/
		
	 $CallerID =""; // Twilio number used for customer and manager messages in fomat of xxx-xxx-xxxx
		- See video at: http://guides.gomobilemarketingusa.com/GetTwilio/
		
	 $AdminMail =""; // Email Address to recieve reminders notification 
		- This can be any email address you like. When the system send reminders this email address will get a message stating what was sent
	 
	DO NOT CHANGE ANY OTHER SETTINGS ... if you do your system may not work.
	
	Save the changes

3: FTP all files to your hosting

4: Log into your webstie control panel.
	A. Password protect your installation directory - VERY IMPORTANT! If you don't you leave the system open to anyone who stumbles onto it.
	B: Create the following cron task:
		wget -q -O /dev/null http://USERNAME:PASSWORD@subdomain.yourdomain.com/process/cronSend.php
		or
		wget -q -O /dev/null http://USERNAME:PASSWORD@yourdomain.com/directory_name/process/cronSend.php
				
			Of course you'll need to edit the following items with your specific info:
				subdomain - If installing on a subdomain edit this to be the name of that subdomain
				yourdomain.com - Self explanatory ... this would be your domain name
				directory_name - If installing to a directory instead of a subdomain change this to the name of that directory
				USERNAME - The username you created when you password protected the system
				PASSWORD - The password you created when you password protected the system
				
			Run this using a CRON only once per day, or you'll be sending an reminder more than one time. 
			Sending date is based on your server time/date, so adjust CRON for your specific timezone.
				
5: That's it .... you done! Log into the system and have a look around. Usage is pretty straight forward but feel free to submit any questions to:
http://support.gomobilemarketingusa.com

FINAL NOTE:
This trial is limited to 5 reminders at any time. Purchase the full version to recieve unlimited reminders and Karma Points!
http://GoMobileMarketingUSA.com

You are free to give this system away. Use it to build a list or add as a bonus. Just distribute the original zip file you downloaded.