Ar Script Install

Ar Script Install
Install this autoresponder on cPanel hosting. Very EASY if you can follow these instructions.

Installing this app is pretty straight forward. As with any php program that needs database access you first need to set up your database. You can use a previously existing DB if you want, but only 1 copy of Infinite Responder can run per database. Otherwise simply create a new DB, setup a user (user and password) and assign the user to the newly created database. The user needs permission to create, insert, delete, alter and create tables.

After the database is created unpack the Infinite Responder zip file into a directory on your hard drive. Edit config.php and put in the database and user information there. Save the file and upload all of the files to your server, retaining directory structure (there needs to be a templates, images and jscripts folder w/ all of the same subfolders and all of the files in the right subfolders).

Once the files are on the server go to:
http://yourdomain.com/respdir/admin.php

And it’ll automatically create the tables you need and populate them with starting data. It should immediately direct you to the config screen where you can set your admin login/pass and change various settings.

At the top of the config screen you’ll see the system location of the install. This will come in handy later when you create your crontab.

Now that the app is installed you need to setup a scheduler to run sendmails.php on a regular basis. If you don’t have access to crontab you can use an 3rd party scheduler service or attach sendmails.php to another page with an include(). Either way, you will need to have this run on a regular basis.

Setting up the crontab:
Crontab is an program that runs the background of most unix servers. All it does it wait for timing instructions and runs things according to the schedule. You can change your scheduled crontabs by running.

crontab -e

From a *nix command line. Also, a lot of hosts offer a crontab utility that gives you access to the crontab from a control panel. Setting up a crontab isn’t simple if you have no unix experience. It’s doubly difficult as the standard editor is VI, a very complex editor that is difficult for beginners to learn.

If you have MySQL and PHP on your server I offer custom installations for only $30.

Once you get into the crontab edit you need to figure out 4 things:
How often do you want it ran?
How do you want to run it?
And where is the file you want to run?
Where do you want output to go?

1)
The first is the most complex. There are 5 time entries to crontab. The last 3 are day settings, and as they’re not often enough for this script we’re going to leave them as just *’s.

This leaves you with:
minutes hours * * *

Minutes is the minutes that you want to run the script on. Hours is the hours.

Lets say you want to run the script at 3:30 every morning:
30 3 * * *

30 minutes at 3 o’clock, every day.

If you only want to run it every hour, do this:
0 1-24 * * *

That’s at the zero minute marker of every hour.

Some people suggest that you run it constantly with:
* * * * *

But in my experience this risks putting a high load on your server if you have a lot users, messages, responders or mails to sort thru. There are 1440 minutes in a day, there is no reason to run it this script 1440 times per day.

Most of the time 10 minute intrevals are enough:
00,10,20,30,40,50 * * * *

That only runs it 144 times per day, which should be enough and not put too much stress on the machine.

If you’ve got a small list or need to check things more often try this:
0,5,10,15,20,25,30,35,40,45,50,55 * * * *

While that’s a big long, it runs the script every 5 minutes. That’s 12 times an hour or 288 times per day.

2)
The second thing you need to know is how you’re going to call the script. You can set up a seperate shell script or CGI wrapper if you need to, but again… if you don’t have a lot of unix experience then doing this would be very time consuming.

You can call the PHP file directly by calling PHP. Depending on how crontab is ran, you may be able to do this by just using:
PHP sendmails.php

But that’s not likely. You can also use lynx if you have it available with:
lynx -dump http://www.yourdomain.com/responder/sendmails.php

That works very well, but it does take some time to load lynx. This isn’t enough to stop you on a small list, but on a big list… or on a server without lynx, you’ll need to do it another way.

The easiest and quickest way is to call PHP by it’s complete path name with:
/usr/local/bin/php sendmails.php

Again, that will depend on where your php is. You can find either lynx or php with the whereis command.

Just type:
whereis php
or
whereis lynx

From the command line. If you don’t have whereis then ask your admin or tech support.

3)
Where the file you’re running is. This is important because cron won’t run things from the directory you want it to. It needs the full path of the filename in almost every setup. This isn’t a problem. You can get the name of full system path of the install from the first line in the config menu.

It’ll look like:
/home/user/www/responder

Then just tack on the name of the script at the end like this:
/home/user/www/responder/sendmails.php

Simple enough.

4)
Now, where do you want output to go? By default, most systems will send it to your email address. You don’t want this. Why? Because you’ll get an email each and every time it runs. Do you want 300 emails per day telling you that it actually ran your crontab? Yea. I wouldn’t either.

At the end of the filename this:
> /home/user/www/responder/cron.log

And all information will be sent to cron.log Or, if you don’t want to use a file (I wouldn’t, it takes up space) just send it to a special “black hole” file.
> /dev/null

Putting it all together:
Now just add all of it together.

0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/local/bin/php /home/user/www/responder/sendmails.php > /dev/null

That runs your script thru PHP every 5 minutes and drops the the output into the great void.

A convenient resouce for this can be found at:
http://htmlbasix.com/crontab.shtml

Backend Programming Partner

Backend Programming Partner
Hello,
We’re a US based design and marketing firm looking for a skilled programming partner to create niche, web driven products in areas we’re working print and marketing . Our goal is to offer additional web products, specifically member driven, secured areas to existing and prospective clients of our traditional services.

What we’re looking for in a partner…

• Individuals or small groups of talented programmers with experience building, maintaining and securing forums, carts, classified ad systems, social networking, job boards, etc. in a stand alone or modular capacity, including all of the above working seamlessly together, in a user password protected environment.
• A love for programming & programming language flexibility.
• Strong backend coding/programming for the web will be what describes what you do best.
• Strong English skills and a willingness to work closely with designers on interfaces and function of the product is a must.
• Ongoing support and upgrades for the products and/or modules created.
• A value of repeating business over the quick score.

We bring 20 years of experience selling and servicing traditional media and other services in these areas. We have the contacts, we know their jargon and we like to sell. We will be the contact point for clients and handle sales, billing and collection. You will handle back end coding, security, support and server side implementation of the ordered products.

We are being intentionally vague about the markets we want to sell these products here to avoid planting ideas in others, but the things you should additionally know are:

• There are software companies providing partial solutions in these arenas, but no dominant players and no complete solutions (as defined by customers we already serve).
• These products can and will be sold in two payment variations, up front (with upgrade costs later) or monthly service contracts, (the preferred method).
• The price point will aim at $ 950-$1250 US starter packages OR with monthly service fees in the $75-$90 range for similar package setups. Additional modules as extras.
• The intention will be to blend the look of existing client sites (CSS) into our product, giving a level of customization and personalization to each client.
• The number of potential clients, just in the US, just in these niches, numbers in the tens of thousands.

We could simply hire a programmer or ten and get these products out the door, but we’re looking at the long term, not only in fees but in the opportunity to make a great product that just keeps getting better while we sell and sell and sell it. That’s only going to happen with a partner interested in staying up to date on the latest backend gadgetry, techniques and languages and implementing them into these products, continually making them better and stronger.

Programming is not our strength, selling and client relations are and we’ll prefer to continue playing to our strengths. We’ll take a partner whose strengths compliment ours.

So, if this sounds like the perfect fit for you and you’d like to discuss it more, have additional comments or questions, please respond. Thank you for your time and interest.

Web Site

Web Site
First of all let me start with this, I am looking for a joomla based web site for my advertising magazine. I will need these pages

1) About
2) Rates & Sizes
3) Purchase
4) Contact
5) Archives
6) Advertisers
1 or 2 morepages …

We are in need of a web site for our advertising magazine business. We want our customers to purchase ads through the site and well as browse our magazine and see information about our company.

We have authorize.net for payment gateway and for the archive page we want this feature

http://www.yellowpagesdocuments.ca/MEDIchair-Vancouver/catalog/c2c701a96e/

I will provide text for all.

Thanks

WordPress Customization

WordPress Customization
We have WP running on our server We need upgrade with these functions.

1. Event Registration
We are using “WP Events Calendar” plug-in. however, this plug-in meet only 50% of what we want to do.

a.Integrate with calender w/different color by event type.

b.Integrate with Paypal for event registration fee. We need to manage number of seats available by complete payment. OR use Paypal shopping cart to manage inventory.

c. We want add event report with photo gallery (NextGEN Gallery or better one). display 5 – 10 new event report for home page.

d. 3 up coming event under calendar area n text format w/link.
—————————–
2. Install SPAM filter like a Akismet or better one for comment area.
—————————–
3. display “Monthly Special” for home page. this is short description of articles on home link to article page.
—————————–
4. adjust title position for center ability for two line with BR tag
—————————–
5. pool/Survey Function for home.

there are other small job like a change event image size to 300×300 pixel etc…. We wont you to polish entire site template. We do not ask any design for this project.

I’ll provide current WP site and I’ll prepare development account for you.

Regard,

Jo

Link Building For Website

Link Building For Website
I am looking for 1000 PR2 – 5 links to generate traffic for my Commerce site. I am also open to other ideas white hat ideas for generating daily traffic. Current Page Ranks is 0.

For this project – 1,000 quality links built over the course of up to 3 months. The links must be unique, on PR2+ pages, and be obtained via white hat methods. Target is (Lcd Monitor Mounts). Goal is to be on first page of Google.

1. Must be guaranteed live for 90 days, or you replace for free
2. Must be as relevant as Possible to key words
3. Must Be “Do Follow”
4. Must have unique description content (can be Comment links, Page Rank Must be the page link is placed on. No simple, Anchor Text links allowed
5. Must not be on a re-direct, frame or bad neighborhood
6. No more than 20 out-bound links on page
7. Must not be a classified ad page or job posting page
8. No footer links, not anchor text links without description content

After winning, we will provide you with anchor text for the links that you should use (they will vary across a handful of anchor text/urls mostly deeplink).

I will need an excel spreadsheet with the link text, the url the link appears on, and the PR of that page.

The links must conform to the following:
1. One way DOFOLLOW non-reciprocal, static links only, English language-based, no link exchanges.
2. All links must be permanent from individual related website.
3. No sites banned by google or sites under Construction).
4. link page must have a recent Google & Yahoo cache.
5. Must be manually submitted, No more than 25 outbound links per page.
6. No link farms, link-exchange programs,
forums, Google banned site, black hat website, porn, political or religious sites.
7. No Submitting by Automated software.
8. All links must be from a different domain and IP address (different class-c IP address block).
9. links must be submitted on a staggered basis over (at least a) one month period to avoid any penalties.
10. No blacklisted or spam sites.
11. links must contain target anchor text and link to a given page.
12. All links must be indexable by Google.
13. links must be on a PAGE with a Google PR of the desired PR2+ value, not just the sites main page.

Upon receiving the excel file that contains information for all the links, we will verify the majority of the links, checking that they conform with our specifications. If they check out, payment will be made to your scriptlance account.

If you do good work, there will definitely be more opportunities for repeat projects and work on other sites.

Thanks and we look forward to seeing your bids!

The PM for Site details.