Archive

Posts Tagged ‘after the’

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.

Forum Posting Script Php/mysql

June 22nd, 2009 Comments off

Hi,

I need php/mysql automatic forum posting script.

After uploading, installing(setting up) the script on his server, user will enter one or more keywords for each category of the forum, based on entered keyword/s script will get content from answers.yahoo.com (questions and answers), and will create threads and posts in forum categories.
Threads in that forum will be titles of questions, also first post will be the question and replies/other posts in that thread will be the answers…

Script must have these features:
————————————-
- User-friendly GUI interface
- Support various forum types (PHPBB, VBulletin, PHP-Nuke, SMF, Invision Board (IPB))
- Support Unlimited Posts (Topics/Replies)
- Support Unlimited Forums/categories
- Unique Content! (User can specify if the system can post duplicate content/questions and answers)
- User can specify which forums to populate
- User can specify which usernames to post with or to automatically creates user accounts and use them
- User can specify the number of topics to create
- User can specify the keywords to use for certain forums/categories
- User can specify random time intervals for posting threads/posts or choose to generate all at once
- Summary of posts after generation and every time users check the generation statistic page
- Easy upload install and run of the script
- Secure Access
- No alteration of existing forum database.
- Script must be able to support licensing, one url per script.
- Script must be able to create realistic number of members based on the number of posts and threads, also needs to manage
online guests and member users automaticaly too.

You must create demo forums on various systems (PHPBB, VBulletin, PHP-Nuke, SMF, Invision Board (IPB)) and test script on
that forums also, after the test is done I will check all aspects of the script on all forum types.

After the work is done you will give me all the source code and I only I will have master resell rights!

Must be able to provide technical tweaking support of the code after the work is done which will be paid separately.

I will discuss other details with the winning bidder.

Happy Bidding!

Automatic Forum Posting Script

June 17th, 2009 Comments off

Hi,

I need php/mysql automatic forum posting script.

After uploading, installing(setting up) the script on his server, user will enter one or more keywords for each category of the forum, based on entered keyword/s script will get content from answers.yahoo.com (questions and answers), and will create threads and posts in forum categories.
Threads in that forum will be titles of questions, also first post will be the question and replies/other posts in that thread will be the answers…

Script must have these features:
————————————-
- User-friendly GUI interface
- Support various forum types (PHPBB, VBulletin, PHP-Nuke, SMF, Invision Board (IPB))
- Support Unlimited Posts (Topics/Replies)
- Support Unlimited Forums/categories
- Unique Content! (User can specify if the system can post duplicate content/questions and answers)
- User can specify which forums to populate
- User can specify which usernames to post with or to automatically creates user accounts and use them
- User can specify the number of topics to create
- User can specify the keywords to use for certain forums/categories
- User can specify random time intervals for posting threads/posts or choose to generate all at once
- Summary of posts after generation and every time users check the generation statistic page
- Easy upload install and run of the script
- Secure Access
- No alteration of existing forum database.
- Script must be able to support licensing, one url per script.
- Script must be able to create realistic number of members based on the number of posts and threads, also needs to manage
online guests and member users automaticaly too.

You must create demo forums on various systems (PHPBB, VBulletin, PHP-Nuke, SMF, Invision Board (IPB)) and test script on
that forums also, after the test is done I will check all aspects of the script on all forum types.

After the work is done you will give me all the source code and I only I will have master resell rights!

Must be able to provide technical tweaking support of the code after the work is done which will be paid separately.

I will discuss other details with the winning bidder.

Nemanja

Collection Classes

June 14th, 2009 Comments off

I am looking for help with an Assignment I am working on. Let me know if you can help.

Problem Description:

Create a DOS console application that keeps track of a list of names. Your program should be able to add a name, remove a name at the current position, to concatenate two name lists, to retrieve a name from the list, and to print out the whole list of names in the list.

Implementation requirement:

You are going to use two classes to implement this assignment: TestStringArraySeq, StringArraySeq. The TestStringArraySeq is the application driver class and contains the main() method. The StringArraySeq is the worker class. You have to use sequence collection data structure to implement this worker class. The storage data structure for the collection class should be array. In this class, you need to implement the following methods:

StringArraySeq
public StringArraySeq ()
This constructor takes no argument. It initializes the instance variable manyItems to 0; initializes the instance variable currentIndex to 0, and allocates 10 cells for the arrary data.

StringArraySeq
public StringArraySeq (int initialCapacity)
This constructor takes one argument. It first checks to see whether the parameter is positive. If it is negative, the an exception is thrown. It then initializes the instance variable manyItems to 0; initializes the instance variable currentIndex to 0, and allocates initialCapacity number of cells for arrary data.

getManyItems
public int getManyItems ()
This simple method returns the value of instance variable manyItems. Setters and getters are used to enforce information hiding.

setManyItems
public void setManyItems (int m)
This simple method sets the instance variable manyItems to the value passed in.

getCurrentIndex
public int getCurrentIndex ()
This simple method returns the value of instance variable currentIndex.

setCurrentIndex
public void setCurrentIndex (int c)
This simple method sets the instance variable currentIndex to the value passed in.

addAfter
public void addAfter(String element)
addAfter places a new element after the current element. If there is no current element, then the addAfter method places the new element at the end of the sequence. In all cases, when the method finishes, the new element will be the current element.

start
public void start()
this sequence help method sets the current element at the front of the sequence.

isCurrent
public boolean isCurrent()
this is an accessor method used to determine whether this sequence has a current element. It should be called before calling the method getCurrent.

ensureCapacity
public void ensureCapacity(int minimumCapacity)
this help method changes the capacity of the sequence to the minimumCapacity. This method is only needed if the sequence is implemented using array.

toString
public String toString()
This method returns all a String with the names in the sequence class. Each name appears on a separate line.

getCurrent
public String getCurrent()
this is an accessor method used to retrieve the value of current element.

advance
public void advance()
this sequence help method moves forward so that the current element is now the next element in the sequence. Before calling this method, you should call isCurrent() method to make sure that there is a current element. If the current element is the last element, then after calling this method there will be no current element. Otherwise, the new element is the element immediately after the original current element.

removeCurrent
public void removeCurrent()
removeCurrent removes the current element from a sequence. Before invoking this method, you should call isCurrent() to make sure that there is a current element. When this method is called, if the current element is the final element, then after the removal there is no longer a current element; otherwise, the new current element is the one that used to be after the removed element.

concatenation
public static StringArraySeq concatenation(StringArraySeq s1, StringArraySeq s2)
concatenation method creates a new sequence that contains all the elements from the first sequence followed by another. The resulting sequence has no current element. The concatenation is somewhat similar to the union of two bags. This method is implemented with static method. As a general rule, the methods that operate on two collections are usually implemented as static methods. This is because of the reason that static methods are able to handle parameters that are null.

clone
public Object clone()
the clone method returns a copy of this sequence. The return object should have separate memory space. Subsequent changes to the copy will not affect the original, nor vice versa. The return value should be typecast to a StringArraySeq before it is used. Since the current element is not specified, you can set currentIndex of the returned object to any value.

getString
public static String getString(StringArraySeq s, String target)
This method returns the first occurrence of the target string in the sequence class. If there is not such a string, the method returns null. To implement this method, you must use the following methods: start(), isCurrent(), advance(), and getCurrent(). If the target is fund, you should set the currentIndex to the position where the target is; do nothing to the currentIndex otherwise.
Note: you can learn how regular methods use static methods from this.

removeString
public boolean removeString(String target)
This method removes the target string from the sequence class if it exists (first occurrence). The method returns true when the operation is successful and returns false if the operation fails. If the removal is successful, the following element is set to be the current element. If there was no following element, then there is now no current element.
Note: suggest to use getString(), removeCurrent() methods.

You can reference all the methods in the bag collection class and the supplement note 3. Most of the methods of the bag class and of the sequence class are almost identical, but you need to be careful for those that are different.
I suggest you to use the following class instance variables for the sequence class:
data

Categories: Java Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Automatic Forum Posting Script

June 8th, 2009 Comments off

Hi,

I need php/mysql automatic forum posting script.

For each category of the forum (where the script is installed) user will enter one or more keywords, based on entered keyword/s
script will get content from answers.yahoo.com (questions and answers), and will create threads and posts in forum categories.
Threads in that forum will be titles of questions, also first post will be the question and replies/other posts in that thread
will be the answers…

Script must have these features:
————————————-
- User-friendly GUI interface
- Support various forum types (PHPBB, VBulletin, PHP-Nuke, SMF, Invision Board (IPB))
- Support Unlimited Posts (Topics/Replies)
- Support Unlimited Forums
- Unique Content! (User can specify if the system can post duplicate content/questions and answers)
- User can specify which forums to populate
- User can specify which usernames to post with or to automatically creates user accounts and use them
- User can specify the number of topics to create
- User can specify the keywords to use for certain forums
- User can specify random time intervals for posting threads/posts or choose to generate all at once
- Summary of posts after generation and every time users check the generation statistic page
- Easy upload install and run of the script
- Secure Access
- No alteration of existing forum database.
- Script must be able to support licensing, one url per script.
- Script must be able to create realistic number of members based on the number of posts and threads, also needs to manage
online guests and member users automaticaly too.

You must create demo forums on various systems (PHPBB, VBulletin, PHP-Nuke, SMF, Invision Board (IPB)) and test script on
that forums also, after the test is done I will check all aspects of the script on all forum types.

After the work is done you will give me all the source code and I only I will have master resell rights!

Must be able to provide technical tweaking support of the code after the work is done which will be paid separately.

I will discuss other details with the winning bidder.

Nemanja

Capture Page Sales Letter

May 31st, 2009 Comments off

Hi
Let me give you a little of my background ,I am in the credit repair business for a couple of years ,but as we all know the credit repair industry has a bad name and the reason for that is that there is a lot of scammers that take up front deposits and the don’t deliver any results ,

So I came up with an idea to charger only after the got result that means I will not take any money or credit card info up front, only after the get results the will pay me ,so like this the will feel very confidence in doing business with me .

So here is what I need

1) a sales letter that I will put on my web capture page ,so I would like it to be very strong to be bring out the bed stuff of the companies that charge up front ,and the reason the should be doing business with me .

2) Than I will need a good email to send them after the ask for more info

3) i will need 6 emails that I will send with a auto responder if the didn’t sign up at the first time

i need this ASAP

Wp Plugin To Display Rss Feed

May 11th, 2009 Comments off

We need a WordPress plugin that is able to retrieve a keyword-specific RSS feed, and then parse the first several entries into a DIV below the main WordPress post content. This will be used to find related links across other sites that can be shown below the WordPress post content.

Specific details of what is needed:

Processes during each page load:
1. Capture any referring keywords from HTTP_REFERER, store as variable (if available).
2. Check for custom field value in WordPress post. If one exists, set variable to content of the custom field.
3. If neither of these values exist, check category ID of the post and then randomly select from associated keywords. Set variable to this value.
4. Retrieve RSS feed, substituting previously set variable for {keyword} in feed URL.
5. Parse first X number of results (exact value set in admin panel), and display the feed information inside design template after the post content within the WordPress

E-learning/testing Script

May 3rd, 2009 Comments off

We require a script for for testing and certificate generation. Development in PHP/MySQL required. We will provide the server/hosting.

In addition to developing the script, you will also be required to integrate the script into a website frontend that we will provide.

Here is how we would like it to work:

End user (test-taker) will log on to the site using a pre-supplied access code (obtained with prior purchase of book) and begin taking the test.

After the end user (test-taker) logs on with their pre-supplied access code, they will complete a brief form with the following fields: First Name, Last Name, City, State, Country, and email address – email address. Email address will not appear on certifcate but will be used for communication with the end user (test-taker). The results of this form will be used on the certificate that will be offered to the end user (test-taker) after he successfully completes the test. The certificate will need to be generated as a PDF, available immediately for both printing and/or download.

After the end user (test-taker) completes the form, they will be redirected to the test page.

The test will be in 4 parts, and the end user (test-taker) will have 72 hours (3 days) to complete all 4 parts after this initial sign in. End user (test-taker) can save and come back only after the completion of an entire part. End user (test-taker) must pass 80% of each part in order to complete the course.

This is a pass/fail driven test:

If end user (test-taker) passes all 4 parts of the test with at least 80% correct in each part they will redirected to another form to complete a brief survey. This survey form results will be emailed to the end user (test-taker) after they have used up all of their pre-suplied access codes. After completing the survey, the end user (test-taker) will be shown their certificate page where he can download and/or print his certificate.

If end user (test-taker) fails the test he will receive an emailed report on his progress and he will then have 7 days (1 week) to retake the test.

If end user (test-taker) fails a sceond time, their access code becomes invalid.

A report will be sent to the end user (test-taker) with report of failure and a copy of the 2 test reports.

You must open a pmb and relate your complete understanding (or questions) of this project to be considered for it. pmb’s that give a laundry list of project experience without offering an understanding of our particular project will be ignored.

Web Application Update

March 30th, 2009 Comments off

Hi,

i have a full project based on Code Charge Studio 3.2 with all project files, i want to update them by adding some functionality and by removing some others.
I sell Mobile Phone contracts and i use the script for store all appointements with clients and assign them to all my agents.

In particulary the application offer 3 different access: Administrator, Call Center Operator and Agents.

1. The Call Center Operator calls by phone all possible interested customer and fix appointments.
2. For each appointment the Call Center Operator creates an entry on the system by inserting all customers datas and insert the appointment on the calendar.

3.The administrator can see all fixed appointment and assigns to each one an available Agent. After the assignment the system submit to the agent a notification by email.

4. Each agent can access to a private area where can see on his agenda all his appointemets.

5.After the appointment with the customer one Agent have to modify the status of the appointment [see figure 2 - scheda_1.jpg]: we have 3 possible STATUS: OK ( is the customer buy some contracts), KO (if not) and PENDING ( if the customer want some time for made his decision )

6. If the status is OK, the system ask the agent about numbers and type of customers subscriptions

FIRST NECESSARY UPDATE: actually the Administrator by using a “Manage Type of Subscription” [see figure 1 - scheda_1.jpg] can insert different type of plans….i want to remove this option because require too many time and the names of the plans vary every months.

So i want that the agents after setting status of the appointment to OK will be not prompted by the system about the name of each sold contract as now [see figure 3 - scheda_1.jpg] ( now the agent has to select the type of the plans from a drop down list and for each plan has to specify numbers of solded SIM ). I want a simple Text area where the agent can write the name of the offers and 3 dedicated fields where the agent can specify the number of solded SIMS CARD [see figure 4 - scheda_1.jpg]

SECOND NECESSARY UPDATE: i want an update to stats system that now isn’t working and that will be in any case necessary after the previous modifications. Actually the stats system display textual data, if you are able could be very good integrate a visual chart library in flash or ajax for display visually the stats.

I can supply full Code Charge Studio Project that can be loaded on Code Charge Studio with a freeze of my database.

For get more details please contact me.

Codechargestudio Script Update

March 21st, 2009 No comments

Hi,

i have a full project based on Code Charge Studio 3.2 with all project files, i want to update them by adding some functionality and by removing some others.
I sell Mobile Phone contracts and i use the script for store all appointements with clients and assign them to all my agents.

In particulary the application offer 3 different access: Administrator, Call Center Operator and Agents.

1. The Call Center Operator calls by phone all possible interested customer and fix appointments.
2. For each appointment the Call Center Operator creates an entry on the system by inserting all customers datas and insert the appointment on the calendar.

3.The administrator can see all fixed appointment and assigns to each one an available Agent. After the assignment the system submit to the agent a notification by email.

4. Each agent can access to a private area where can see on his agenda all his appointemets.

5.After the appointment with the customer one Agent have to modify the status of the appointment [see figure 2 - scheda_1.jpg]: we have 3 possible STATUS: OK ( is the customer buy some contracts), KO (if not) and PENDING ( if the customer want some time for made his decision )

6. If the status is OK, the system ask the agent about numbers and type of customers subscriptions

FIRST NECESSARY UPDATE: actually the Administrator by using a “Manage Type of Subscription” [see figure 1 - scheda_1.jpg] can insert different type of plans….i want to remove this option because require too many time and the names of the plans vary every months.

So i want that the agents after setting status of the appointment to OK will be not prompted by the system about the name of each sold contract as now [see figure 3 - scheda_1.jpg] ( now the agent has to select the type of the plans from a drop down list and for each plan has to specify numbers of solded SIM ). I want a simple Text area where the agent can write the name of the offers and 3 dedicated fields where the agent can specify the number of solded SIMS CARD [see figure 4 - scheda_1.jpg]

SECOND NECESSARY UPDATE: i want an update to stats system that now isn’t working and that will be in any case necessary after the previous modifications.

I can submit full Code Charge Studio Project that can be loaded on Code Charge Studio with a freeze of my database.

I hope to find people for a long term collaboration. If this update will be accomplished correctly i will have others update and modifications requests for the same system.

Small Xsl Project

March 16th, 2009 No comments

In this project you are free to choose if this solution should be written in PHP or .NET (ASPX).Please inform me of your preference in your bid.

The user will have an XML file locally on his computer that he needs to upload and be transformed by XSL into a presentation. You find an example XML file attached that is created based on this project (the content is describing this project). The XML file is created by a MindMap application (http://mind42.com).

Before the presentation is rendered we will need to apply some extra information that is not in the XML file, so this must be collected in a form first. The information to collect is: Company name, Full name, email address and the XML file. And also a check box (see below).

To get the XML file into the solution we need a browse and upload function. The XML file, the result or the PDF file (see below) shall not be stored where this solution is hosted. No need for any “save” button etc.

Pressing the Next &gt;&gt; button on this form should render the XML into a presentation which must work in IE, FF and Opera.

The result must be a single document.

The presentation should have a first page (cover page) which includes the gathered information from the form (Company, email etc.) and the name of the root node. This should look like a nice formatted cover of a manual.

After the first page it should be a table of content (TOC) with anchors to all the nodes so the TOC becomes clickable and auto-scrolls down to the correct content.

The main content will come after the TOC.

The solution must use CSS for all formatting. Tables must not be used to format the content.

It must also be a function to export PDF by using a free existing HMTL-2-PDF library like http://www.digitaljunkies.ca/dompdf/about.php. (or other if any better)

The way to trigger such export is during the input form described above. If the user checks the

Bear