Archive

Posts Tagged ‘scheduled’

Writing A Csv With Scheduled Twitter Posts

January 24th, 2012 Comments off

I’m using tweeting machine with my 5 twitter accounts. I need someone to write for me 500 scheduled tweets on 5 different subjects.

The subjects are:

Christians in Business
SEO Information
Marketing Information
Starting a consulting company
Starting an Online Business

Now, they can only be 140 characters and the person must go through and complete the CSV file with the correct specs (I have the sample csv)

Basically, it is the time of release:
2012-1-25 12:00

Twitter User – …

Paypal Scheduled Api Call

June 6th, 2011 Comments off

I’m looking for a programmer to program a Paypal API call on a schedule for an Adaptive Chained payment. The chained payment is already approved, but I’d like to make it a monthly subscription payment for subscribers. Please send estimate.

Repost Joomla Extension Change

March 21st, 2010 Comments off

I need to do following…

1. update the messenging component such that it can store email id and scheduled date/time and frequency while composing and sending message.
2. create one ore more as suitable php file(s) which i can set as cron job so that scheduled message is sent on time and as scheduled frequency if any.
3. add edit functionality of scheduled messages and log sent messages’s time

partial things are set at assistantrx.com/index.php i need someone to finish this right away, job is not much big its just modification of messenging component so please keep your bids low.

for a joomla component developer it should be maximum of two to four hour’s task, so plz need it by monday morning.

thank you,
SaSo

Joomla Extension Change

March 19th, 2010 Comments off

I need to do following…

1. update the messenging component such that it can store email id and scheduled date/time and frequency while composing and sending message.
2. create one ore more as suitable php file(s) which i can set as cron job so that scheduled message is sent on time and as scheduled frequency if any.
3. add edit functionality of scheduled messages and log sent messages’s time

partial things are set at assistantrx.com/index.php i need someone to finish this right away, job is not much big its just modification of messenging component so please keep your bids low.

for a joomla component developer it should be maximum of two to four hour’s task, so plz need it by monday morning.

thank you,
SaSo

Content Delivery System

August 29th, 2009 Comments off

I’m looking for some software which can be installed on systems (Windows 2000 / 2003 / XP / Vista / 7) by subscribers and will automatically deliver requested content by launching their default web browser… in essence, a more intelligent, remotely configurable version of the DeskTopPop product.

Content delivery can occur:

1) after a pre-determined period of time (hours), or

2) at a pre-set UTC time

…provided that a period of recent and continued user activity has been detected.

For example, I might decide to have the user’s browser display a URL every 8 or 12 hours, provided that their computer is currently being used and has been continuously used for a short period of time i.e. 5 minutes.

I do not want to have browser windows open simply based on a timer so some monitoring of the keyboard and/or mouse will be required.

The actual current “waiting period” between browser launches and the required period of user activity (both in minutes) before triggering will be specified within the string returned by my server script which also specifies the target URL.

Please also note that the “waiting period” for “time delayed” URLs is the minimum time to wait since the previous URL was launched and is not cumulative i.e. if the waiting time is set to 8 hours but the user does not use their computer for 20 hours then only one URL should be launched (after the required “continuous use” period) and the next URL should not trigger for at least another 8 hours.

The utility should be unobtrusive to the user i.e. must install as an application but be invisible (nothing on the task bar, in the system tray or in the Alt-Tab window / Task Manager) during normal operation.

It is very important that the utility is able to work with all the major browsers and should not trigger false-positives for anti-virus / spyware / adware / malware systems – it should also be firewall-friendly.

A unique, system generated ID should be created during the 1st run process and passed to my server (when appropriate) during communications so that duplicate content can be avoided for each user.

The overall process should be something along the following lines:

a) at 1st run, generate and store a unique “user” ID in the registry, along with the current UTC time (indicating the “last launch” time)

b) immediately contact my server via an http post, passing the user ID

c) server will return the appropriate “waiting” and “continuous use” periods (both as minutes) followed by the “time delayed” URL in the following format: 10|3|yahoo.com

– the returned URL, waiting and continuous use periods should be stored in the registry

d) immediately contact my server via an http post, passing NO user ID

e) server will either return the UTC “activation time” and “continuous use” period (as minutes) followed by the “time specific” URL in the following format: 200911281457|2|google.com OR a “nothing scheduled” instruction in the following format: ||

– if a time-specific instruction was returned, the URL, UTC activation time and continuous use period should be stored (or replaced) in the registry (separately to the “time delayed” information)

f) monitor the time passed since 1st run / last URL launch and most recent period of continuous user activity until:
i) 60 minutes have passed, in which case go to step d)
ii) the pending “time delayed” URL should be launched, in which case go to step g)
iii) the pending “time specific” URL should be launched, in which case go to step h)

g) launch the “time delayed” URL in the default browser, update the “last launch” time in the registry, then go to step b)

h) launch the “time specific” URL in the default browser, update the “last launch” time in the registry, then go to step d)

Notes:

1) the initial “time delayed” URL should not be launched until “waiting” period minutes after the UTC time stored during the 1st run

2) “time specific” URLs should be ignored (i.e. not stored in the registry) unless the launch time is in the future

3) “time specific” URLs take precidence over “time delayed” URLs so if a “time specific” URL is scheduled to launch within the next 24 hours (note that it may have been scheduled for several days already) then any pending “time delayed” URL launch should be postponed until “waiting” period after the “time specific” launch takes place

4) the registry location should be configurable to allow multiple copies of the system to run concurrently and deliver different scheduled content

The following PHP script can be used for testing purposes:

<?PHP
if (isset($_REQUEST['id']))
{
echo “10|3|yahoo.com”;
}
else
{
if (rand(0, 1) == 0)
echo gmdate(“YmdHi”, time() + 480) . “|2|google.com”;
else
echo “||”;
}
exit;
?>

Delphi is the preferred development language but not a necessity.

All, fully commented, source code should be provided.

Any 3rd party code included in the project must be public domain / GNU or similar i.e. no cost for commercial use.

Size and speed / simplicity of installation is important so any potential 3rd party downloads / code extensions i.e. dotNET, are not acceptable.

Confirmation of successful testing on Windows 2000, 2003, XP, Vista & 7 is a requirement.

Web App

August 18th, 2009 Comments off

Overview:

Commercial web event-planning application generates and displays a graphical timeline and checklist of delivery dates and creatives needed.

Description:

We provide solutions that require pre-event activities.

When an event date is chosen, approximately 30 activities, or more, must be scheduled in advance of the event. Each activity may be as simple as sending an email, but we need to know the email is not only due, but that it’s been written and is ready.

We want to track these pre-event activity dates and their requisite creatives by generating a graphical timeline showing scheduled dates and thumbnails of the creative(s).

Each thumbnail represents not only the creative itself, but also its completion status, and is color-coded in green, yellow or red, to show its degree of completion.

Once completed and marked as such, the thumbnail turns green and the tracking checklist is updated to reflect it’s status. The checklist will be in a sidebar and display all the creatives, sorted by completion status.

At any time we need to know that 12 creatives are completed, 7 have been started, and 10 have had no activity, or whatever those numbers might be.

Clicking any thumbnail opens a webpage displaying the creative (again, say an email) and clicking an edit button allows us to update that email.

Once the creatives are completed and the pre-event stage arrives, a reminder is emailed whenever a scheduled activity is due, and the website gives the user notification so that logging in displays all tasks scheduled for that day.

At its core, this is a unique project management application that takes place within a member-site framework, much like BaseCampHQ. If there is ever a question like “how do we implement this feature,” we look how the folks at BaseCampHQ did it an model their efforts (like subscribing, for example).

Please do not bid if you cannot create a commercial quality web-app.

You must be able to deliver on-time as we have possible events scheduled where this type of system will be required and we must plan accordingly. You must be able to work independently and be available and willing to communicate as I will require regular updates to confirm your progress.

Budget ($800) and time-frame (21 days) are firm.

Scheduled Video Playback

July 1st, 2009 Comments off

I need some type of flash player created that can be set to play a video on a scheduled time.

I need an admin panel where I can add a video URL and a time to play. Then the system will give me player code for that specific video.

When I copy and paste that player code onto my website, the video wont play untill the time I set has started.

And if the time has past already, the video will start to play from how many minutes have past.

For example: If the video is set to play at 5:00pm and the time is 5:30 when you get to the video player webpage, the video will begin starting at 30 minutes into the video.

However if you begin watching at 5:00 the video will start from the beginning.

Need Bulk Sms Website

June 23rd, 2009 Comments off

We want to build a sms portal to meet the following requirements.
1. Programming Requirement

1.1. Language – PHP

1.2. Database

Categories: MySQL, PHP Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Soc. Network Schedule App.

May 20th, 2009 Comments off

I need an application developed to schedule updates to multiple social networks.

In general, I need to be able to update the status section on multiple networks just like Ping.Fm (Clone of all functions), and have the additional ability to pre-schedule a sequence of updates, and have delivered to the various networks on a pre-scheduled basis.

This “campaign” could then be re-scheduled to re-occur on a scheduled basis as well.

This application will be a web based service, and needs to be able to support lots of users (accounts etc….)

General:
The problem that this application needs to solve, is to help business owners whom use social networks compose, deliver, and track “campaigns” or series’ of messages that update their social network status’, blogs, social bookmarks etc. on a scheduled basis. And such campaign can be set to “re-occur” on a scheduled basis.

It’s very similar to CRM functions for Social Networks.

This “scheduling” (similar to “TweetLater.com”) and “Campaign” building (similar to Aweber.com etc) will combine to create an automated marketing solution for business owner looking for prospects.

I don’t think that there are any commercially available applications that solve this problem yet, but it’s (in general) a hybrid of the functions of:
Tweetlater.com, and PING.fm, and Futuretweets.com, tweetburner.com, with the additional functions of building “campaigns” for the updates, and adding a robust “reporting” module that will track the resulting clicks of embedded links in the “tweet” or status update, and a user management module that can bill users for their subscription monthly etc.

Essential Functions:
-User interface and

Content Management Area

May 20th, 2009 Comments off

I’m going to be redesigning his website from scratch using CSS, so everything will be styled correctly when your work is completed.

This is what I need:

1) He wants the entire website (every page) to be setup through a Content Management System, so he can easily login and add/edit/delete pages to his website. If needs to have some formatting options on there for when he is editing the pages. This needs to work really well.

2) His business is a restaurant equipment auction company, so he doesn’t auction at restaurants that have closed down, etc to auction off their equipment. So he has a page that will be called “scheduled auctons” – On this page, he’ll have a list of the auctions thats coming up with links for each to see a photo gallery of the equipment there, and a link where they can view the list of equipment thats at the location. When he posts a new auction to the “scheduled auctions” page, a little bit of that information (a logo that he wants to be able to upload for that restaurant), the date of the auction and the city, state of the auction will post automatically on the homepage.

3) When people go into the “scheduled auctions” page, and they click on an upcoming auction, they’ll be able to see the full list of equipment (that he’ll need to be able to upload when adding a new auction) and the pictures from that location (which need to open in the lightbox style)

Soc. Network Campaign App.

May 16th, 2009 Comments off

I need an application developed to schedule updates to multiple social networks.

In general, I need to be able to update the status section on multiple networks just like Ping.Fm (Clone of all functions), and have the additional ability to pre-schedule a sequence of updates, and have delivered to the various networks on a pre-scheduled basis.

This “campaign” could then be re-scheduled to re-occur on a scheduled basis as well.

This application will be a web based service, and needs to be able to support lots of users (accounts etc….)

Online Radio Project

March 18th, 2009 No comments

I have some custom coding that I would like completed.

Below is a summary of what I am trying to achieve.

I’m currently using

Bear