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

Psd Into A Php Coupon Temp + +

Psd Into A Php Coupon Temp + +
I need a good developer that can, edit or add functions to this kind of system. I have bought this from the developer himself. But after so many weeks with none connection at all, i must find a relliable person to work with.

The person i need this for must:
– Understand the system, that they know they can help me.

– Would be great if you are able to add feautures that i think could be great for this site.

– If possible, make me a better system from skratch, based on many of
the same features allready there, since im actually happy with the system.

– Intergrate my design to the site.

– If you take a good look around in the admin panel, i want more
information given to the costumers, we need it to work for two kind of costumers, the one that uses the coupons, and the stores we sell them to.
We wants more stats and graphs for the storeowners. I will provide this how i want it for you. This function is kind of poor now, to little information. We want to track our customers where and what the search for in the site.

So… to final point.
If i get can a price from any of you great developers out there. It would be much appreciated. If this job releations works well i can guarantee we will work together again.

First i want estimatet time and price

-for replacing the existing site with my PSD template.

and some info of what you can do for me based on what i wrote above.
Im not good at hard cold coding, so you if you think this should be buildt with another system, if you think so… I dont know, so thats why i ask you guys:)

Thank you, and hope to hear from you.

PS.
You can take a look at this site http://demo.owsdeals.com/admin/
usr: Admin Pass: admin. This is system we have now. That i want to improve and get my custome template in.

Install Sphinx

Install Sphinx
Im trying to install sphinx on my search engine and need some help. I have sphinx working and it works when searching in the command prompt etc. But I need someone to write code to make this work with my site. Im not exactly sure how to do this. I can provide exsisting search function i have right now, my sphinx.conf file and whatever else is needed. You have to do be able to do this without access to my server. All I need done is some code to make Sphinx work with my site. please do not bid if you are not familliar with sphinx. I am looking for someone that has knowledge of sphinx. Thanks. also this should be done in php.

News Aggregator Application

News Aggregator Application
Hi!

Our firm is implementing a custom news fetching and filtering feature that will be integrated with our website and intranet.

Need support in customizing Development Seed’s PHP Managing News application (a Drupal module) to meet our specific needs. Familiarity with this module or drupal would be very helpful to the project.

Required amendments:

1. Fix and customize search feature
2. Add unique content widgets and tagging feature (which will list similar news items, last items viewed, links to related company profiles, and relevant site/archive content in other portions of site or database)
3. Amend admin function to choose which news items to publish or delete, and easier method for applying a weighted score for overall ranking in published feed lists
4. Need to customize look of user version and news front-end to match our website design flow while maintaining separate admin version
5. Should revamp app file structure to allow for easier in-house editing of source files and discard irrelevant files
6. Need to add capability for admin to add/link commentary text and graphics to any news item which will be displayed with news feeds
7. Create additional functions for feed management and publishing
8. Modify cron.php file and any other necessary changes so feeds will be automatically updated
9. Make admin page independent of user page so content can be filtered internally and then published to website for users to see
10. Develop archiving system that can store old news/content and associated material

Please provide best estimate of turnaround time and cost.

Php Pro Needed 2

Php Pro Needed 2
Hi,

I need a pro programmer in php and mysql.

Must have msn or gtalk to discuss.

Need to complete within 3 hr from now.I will choose the provider right now.

I have 3 text files ,need to convert the files into 2 csv files for import into magento.

Attached the formats.At this time dont worry much abt the attributes in the reference.txt.

So u need to work lot on product.txt file.

I will be available online and i too have some knowledge on this so i can help u with few codings if u feel hard.

will pay after the work done promptly.So no escrow.

Attachments:https://www.scriptlance.com/f/?126442622633400615

Use the word “i read” in bid so i understand u have look into this.

Thanks,
weblords

Facebook Game Application

Facebook Game Application
Looking for experience,talented,enthusiastic contributors that can create a Facebook Game Application similar to the ones described in the following links. The expectation is to create a Facebook Game that have viral potential & the quality should be equal or better than the examples listed.

If you are not familiar with these Facebook Game, please do take some time to fully understand the interactive levels with Facebook users & their profiles.

http://apps.facebook.com/castle_age
http://apps.facebook.com/ageofcastles

This game will be played on Facebook by facebook users. Please do not bid if could not provide Facebook Applications in your portfolio. The person that have most convincing portfolio will most likely to be the chosen bidder.

The game will have similar features as seen in the example links.

Project bid is hidden, so please bid with confidence but please do not overbid.

Need A Penny Bid Site

Need A Penny Bid Site
hey,

alright, I’ve got a template and the inner pages designs, e.g.: http://img521.imageshack.us/img521/2383/cheehootemplate.png I need this coded and a penny auction added to it, which has an autobidder. The autobidding bot will autobid specific items upto a specific price after a member has placed a bid, within the last 1-5 seconds of the auction.

Please let me know the total price for this, I want everything to be working and it to have the $ signs.

I will NOT go over $150 so don’t post anything over that,

No timewasters, I’ve already lost $30 and wasted 5 months of my site from a cheap SL poster named deepank22.

thanks

Cs-cart And Vbulletin Forum

Cs-cart And Vbulletin Forum
I need someone who have strong understanding of cs-cart and Vbulletin to develop a module to sync users registration process
For example, when user registers at cs-cart, the script will automatically write users information into Vbulletin users table so that users need to register ONCE to access both site.
Don’t bid if you can’t do it.
THanks.

Google Anylytics Guru

Google Anylytics Guru
I am looking for a Google analytics guru. Google analytics should be installed on 3 similar online shops.

Here the information I would like to get:
– Revenue from different sources (Google adwords, other web advertisement)
– Revenue per Google keyword
– When we loose customer in sales process

Please bid only if you have large experience in Google analytics.