Archive

Posts Tagged ‘return’

Flight Ticket Fares Display

January 27th, 2012 Comments off

Hello,

We need an script based in PHP/MySQL/AJAX or jQuery.

This will be a short of table, that will show flight tickets and fares. The information displayed will be:

SINGLE TICKETS
- Origin
- Destination
- Departure date
- Fare
- Link to fare

RETURN TICKETS
- Origin
- Destination
- Departure date
- Return date
- Fare
- Link to fare

Single and return tickets must be in different tabs, so the user can choose what information is shown.

On each tab, the information desc…

Scrape Multiple Websites And Return Data

January 24th, 2012 Comments off

Hi Bhupal, Read your reviews and gotta say they look great. Well done!
Bhupal i want to scrape several websites and return their data to a db format which i can use on an aggregate website: The fields i want to scrape for are, Type, Make, Model, Year, Location/Pricing (last two if possible).
These are seven sites i want to scrape. This is for new/used cars.

You can see an example of an aggregate website here: www.gaspedaal.nl

I am also interested if you can build a site that is almost a …

Script Return Links Amendment

January 13th, 2012 Comments off

I want a php script amended so that all references to the suppliers are removed, such as return links etc. They give permission for this in their FAQ section (http://www.idevspot.com/faq.php.

The script is installed at:
http://a2z-internet.com/affiliates/
http://a2z-internet.com/affiliates/admin/

I will supply you with the zip file.

The following removals are required:

(Affiliate Software :: idev-Affiliates 3.0)

Script To Return Results From Urls For Searched Domains

November 25th, 2011 Comments off

Hi

I created a job for this here:
http://www.scriptlance.com/projects/1292205637.shtml

The script has been great but recently the results from Google have stopped showning up. The original developer is not on Scriplance at the moment so I am looking for someone to fix it.

The ordinal file is attached so you can see how it works and how to fix it ;o)

Regards

Richard

Programing In Assembly Language 2

November 5th, 2011 Comments off

Computer Science 3160 Programming Assignment 6
Due Wednesday, November 9 at midnight
I will post program for exercise 4, page 185.
Modify this program (exercise 4, page 185) and implement exercise 5, page 221.

(Exercise 5, Page 221)
Write a value returning procedure search to search an array of double words for a specific double word value. Procedure search will have three parameters:
1) The value for which to search (a double word).
2) The address of the array
3) The number n of double words in the array (passed as a double word)
Return the position (1, 2,

Ebay Scraper

September 15th, 2011 Comments off

I need a script that can extract data about the sellers and the email address if is listed in the auction description -
REST script that will allow me to pass it a keyword and the ebay location it want to search and the script just return everything if matching that keyword
The script must return in a cvs file : item #,item title,user id,price,email address
The script must return in a image directory of the picture of the item be sold
the script must be able to run on linux

Developer must be able to demo the results

Gerball.com (fix: Return To Working Order)

September 3rd, 2011 Comments off

I need someone to return this script to full workin order.

As far as I am aware its all their it just needs someone who knows what they are doing tweak the current internal server errors.

Any Questions please ask.

Comparing Order Shipment Payment Received Return Tools

July 12th, 2011 Comments off

Comparing Order shipment , payment received , return tools
order number always numeric only no space .. can accept these characters / –
Dear programmer … we ship around … 100 of order on every day basis ,,.. each order shipped with the batch numbers…
one courier one batch number.
these shipped order we want to insert into data base as
order no | batch No | Courier | Date

now after we ship the order.. there are further process as below …
A. we received payments. particular order numbers
B. few order we received order return
C. Order get cancel
now from script we need to know
A. – how many order and there number neither received return, nor paid and not canceled..
B. – How many order and there numbers we got return
B. – How many order and there numbers we got payment

Php Script To Return Page Rank

June 29th, 2011 Comments off

I’m after someone who can develop a PR checker which will also have some additional functionality to it.

I will release all requirements once a successful developer is chosen.

As a sample, here are similar tools:

http://www.whatsmypagerank.com/
http://www.prchecker.info/
http://www.checkpagerank.net/
http://pagerank.bthomson.com/

There will be on going work with this project for maintenance and for new features and platforms.

When replying, please list some examples of work you’ve done that is similar to this.

Program Construction

June 19th, 2011 Comments off

Week 7: Program Construction – iLab Help icon Help

Print this PagePrint This Page
Remember this!

Connect to the iLab here.

iLab 7 of 7: Business Application

Submit your assignment to the Dropbox located on the silver tab at the top of this page.

(See Syllabus/”Due Dates for Assignments & Exams” for due dates.)

i L A B O V E R V I E W

Scenario/Summary

In a professional, large business application the application will be constructed using a complete object oriented design, where each class is contained in a separate file and typcially a separate namespaces. This is because in professional applcation, there will be 100′s, if not 1000′s of files, thus a well structured and organized project structure is required.

Production software, whether a retail game or a business solution, quickly becomes complex with many different components. The entire project can take months or years to complete. How do software development firms manage the complexity of a major project and allow teams of programmers to develop different parts of the software at the same time? They design the project with classes that can be put together to create the solution, and they organize related classes into different namespaces to manage the many classes involved.

In this lab, we are going to create a Payroll System with different classes and namespaces. We are going to save employee information to a file as the information is entered. We will read from the file and, using polymorphism, we will print paychecks for our employees regardless of their employee type.

You will be given the graphical user interface as a “shell project” and you will then be asked to implement the interface and inheritance hierarchy and classes, and then “wire” in the classes to the GUI. So, the actual programming and construction work is not overbearing as long as you take the time to analyze the UML diagrams, correctly implement the classes, and ensure that you understand that concept of generalized algorithms using the base classes.

Follow these steps carefully to learn about creating large object oriented applications.

Deliverables

Step

Deliverable

Step 4
Screen shots of running program results.

Step 5

Zip file with entire Lab files.

Lab Steps

Preparation:

If you are using the Citrix remote lab, follow the login instructions located in the iLab tab in Course Home.
Locate the Visual Studio 2008 icon and launch the program.
You will use Lab 5 as the base for this lab.

i L A B S T E P S

Step 1: Download the Shell Solution
Back to top

Download the Week 7 iLab Shell Project solution.

Extract the project to a known location.

Open up the shell project.

You will notice that all the user interface forms and the classes shells are created, and that the program will build and execute; however, the operations are not functional.

Open up each of the class files and ensure the Comments window is open (Select VIEW|OTHER WINDOWS|TASK LIST, then select “Comments” from the drop down box).

Your task in this lab will be do implement each of the listed TODO comments using the following UML diagram and pseudocode as a guide.

Double click on any of the TODO comments to take you to the block of code that needs to be modified or implemented.

Using the UML diagram and pseudocode implement the missing blocks of code. It is recommended that you start with the Employee class, then work your way through the UML diagram implementing each block individually.

Note: while there seems to be a lot of TODO comments, no single task is more than four lines of code and many are a single line of code. The coding part is relatively simple; if you understand the overall inheritance structure and how the base classes and dynamic binding work.

STEP 2: Realize the UML Class Diagram
Back to top

Realize the following UML Class diagram (take it to code). Notice that the Employee class name and the WeeklyPay( ) method name are both italicized to indicate that they are abstract.

The code for the WeeklyPay methods in the child classes are:
* Hourl(y class
// calculate and return the weekly pay
double pay = 0.0;
if( hours <= 40.0 )
pay = rate * hours;
else
pay = (hours – 40.0) * 1.5 * rate
+ 40.0 * rate;
return pay;

* Salary class
// calculate and return the weekly pay
return annualSalary / 52.0;

* Contract class
// calculate and return the weekly pay
return amount / weeks;

* Employee class

Filter Database Results – Php/mysql

June 13th, 2011 Comments off

I need a script that will filter a database table based on five fields and return the best “matched” field based on set defaults.

Like if field 1 = ‘yes’ and field 2 = yes… and so on.

Please download attached file with sample database structure and data.

#NOTES:

- You will need to group rows by “id” and “similar”. You will filter the results for the current row id against the ids found in the column called “similar”.

- Columns “rank” and “did” will be unique per group of id/did.

- It must return at least one id after all the filters. Basically if there is no match just return any id from the group.

Very simple script. Needs to be done today. Please PM Questions.

Paypal Ipn / Pdt Return Php Script 2

May 19th, 2011 Comments off

I want a simple script that I will use as the return URL after PayPal using a PayPal Buy Button for either a single item purchase or a subscription.

ex. http://www.mysite.com/paypalreturnscript.php

I then want the ability to place the following passed variables from PayPal on my return thank you page:

First Name
Last Name
Email
Price
Transaction ID

The ideal script will allow me to just place a bit of code in my PHP Thank you page, and you will tell me the tokens I need to place in my page to display the variables that were passed from PayPal after a successful transaction.

That’s it! This should be an easy project if you are familiar with PayPal IPN assuming you understand my instructions :)

If you want the best chance of winning this project you will PMB me with a sample so I know you understand the task needed.

Add Days Of The Week

May 15th, 2011 Comments off

I have an assignment due today and I’m so rusty at programming and had a week from hell, that i havent even had time to read the new chapter and get started on my lab. I need help asap. here’s what i need:

Write a program that contains a class that implements the days of the week. The program should be able to perform the following on an object of the class.

1. Set the day.
2. Print the day.
3. Return the day.
4. Return the next day.
5. Return the previous day.
6. Calculate and return the day by adding a certain amount of days to the current day. For example, if you add five days to Saturday, the day to be returned is Thursday. Likewise, if we add 12 days to Wednesday, the day returned will be Monday.

1. Expand the member functions of iLab 1 to allow for the additional operations outlined in the lab summary above.
2. Call the additional functions, plusOneDay(), minusOneDay(), and addDays().

Function plusOneDay() returns the next day.
Function minusOneDay() returns the previous day.
Function addDays() will take the number of additional days as a parameter and calculate and return a new day name by adding a certain amount of days to the current day.

This is what i have from my previous assignment:

#include <iostream>
#include <string>

using namespace std;

class DayOfTheWeek
{
public:
void setDay(string );
// setDay(string) takes a string parameter
// and stores the value in the day attribute.
void printDay() const;
// printDay() prints the value of the day attribute
// on console output (cout).
string getDay() const;
// returns the value of the day attribute.
void plusOneDay();

void minusOneDay();

void addDays();

private:
string day; // This is where the value of the day attribute is stored.
};

string DayOfTheWeek::getDay() const
{
return day;
}
void DayOfTheWeek::setDay(string newDay)
{
day = newDay;
}
void DayOfTheWeek::printDay() const
{
cout << day;
}
void DayOfTheWeek::plusOneDay()
{

}
int main()
{

DayOfTheWeek monday;
DayOfTheWeek tuesday;

// Set the values of the objects
monday.setDay(“Monday”);
tuesday.setDay(“Tuesday”);

// Get the monday object and print it out
string currentDay = monday.getDay();
cout << “The value of the object is ” << currentDay << “. This object wishes it was Sunday!” << endl;

// Print the tuesday object
cout << “The value of the object is “;
tuesday.printDay();
cout << “. This object is just glad it’s not Monday!” << endl;

return 0;
}

Categories: Programming Tags: , , , , , ,

Paypal Ipn Return Php Script

May 13th, 2011 Comments off

I want a simple script that I will use as the return URL after PayPal using a PayPal Buy Button for either a single item purchase or a subscription.

ex. http://www.mysite.com/paypalreturnscript.php

I then want the ability to place the following passed variables from PayPal on my return thank you page:

First Name
Last Name
Email
Price
Transaction ID

The ideal script will allow me to just place a bit of code in my PHP Thank you page, and you will tell me the tokens I need to place in my page to display the variables that were passed from PayPal after a successful transaction.

That’s it! This should be an easy project if you are familiar with PayPal IPN assuming you understand my instructions :)

If you want the best chance of winning this project you will PMB me with a sample so I know you understand the task needed.

Add Paypal To Registration Page

April 23rd, 2011 Comments off

We need someone that has experience in adding paypal to php code

Visit www.fxconsults.com

Click on Register

Fill the form (You will see drop down to paypal)

when Credit/debit card is selected, link the page to paypal

If other payment method is selected, link to current page (banktransfer.php)

On paypal, if return button is clicked (without payment paid), return to register page

On paypal, if payment is made, return to payment complete page (design like banktransfer.php) and put registration successful

This is a $20 1 hour task

If you can do it, see attached register and banktransfer.php page

code must be done today

Geodesic Classifieds Enterprise – Search Customization

April 18th, 2011 Comments off

The Advanced Search page does not return the Featured Listings and all we want to do is add this capability to the Search Page. (All other functionality would remain the same) Something like a simple checkbox that works with the other Filter Criteria. (i.e. whatever region they select it will still return only those Featured Listings for that area

Regex Url Verification Php

March 12th, 2010 Comments off

I have a form where users enter a url. It needs to be specifically like this:
http://somecustominfo.mysite.com/
http://anotherclient.mysite.com/
http://athirdclient.mysite.com/

I need a function that takes the url entered in the form and checks it:
http://somecustominfo.mysite.com/ -> ok return the url
http://anotherclient.mysite.com/ -> ok
http://athirdclient.mysite.com/ -> ok
http://athirdclient.mysite.com -> http://athirdclient.mysite.com/
athirdclient.mysite.com -> http://athirdclient.mysite.com/
athirdclient.mysite.com/ -> http://athirdclient.mysite.com/
something.wrongsite.net -> error return ”
http://www.mysite.com/ -> error return ”

Categories: PHP Tags: , , , , , ,

Needed Phone Greetings/ V ( 3

February 22nd, 2010 Comments off

Below is a list of the phone greeting I would like said with your voice talent. I would like a variety of voices. For each message I would like a female and male voice. I would prefer they be as different as possible for each subsequent message. They need to all be in English with NO accent please. I need these in a .wav file Thanks
ex:

-Please leave a message Female Voice

-Please leave a message Male Voice

-Sorry I can’t get to the phone Leave me a message and I’ll call you back
different Fem Voice.

-Sorry I can’t get to the phone Leave me a message and I’ll call you back
different male Voice.

I just need them in a .wav file. I need the voice talent to be casual and not computerized although a few computerized ones would be fine.

GREETINGS—–

-Sorry I can’t get to the phone Leave me a message and I’ll call you back

-Please leave a message

-I am currently unable to take your call. Leave your name and number

-Please leave a brief message

-I am unavailable, I’ll return your call as soon as I can

-Please leave a detailed message at the tone

-Leave your name and phone number please and I’ll call you back

-I am away from my phone, leave a message

-Sorry I missed you, leave your phone and name and I will return your call promptly.

-I cannot take your call right now, please lease your number

-You know what to do

-Hi, Leave your name, number, and message thanks

-I am currently unable to take your call, please leave a message

-I am away from my dest and unable to take your call. Please leave your name and number.

-I am presently out to the office or away from my desk, please leave your message and I will return it promptly

-Thanks for calling, I am on the line please leave a message and I will return it as soon as possible.

-I have left the office for the day, please leave a message and I will return your call as soon as possible

-Thankyou for calling although I am unavailable right now, please leave me a message thanks

Needed Phone Greetings/ Voice

February 8th, 2010 Comments off

Below is a list of the phone greeting I would like said with your voice talent. I would like a variety of voices. For each message I would like a female and male voice. I would prefer they be as different as possible for each subsequent message. They need to all be in English with NO accent please. I need these in a .wav file Thanks
ex:

-Please leave a message Female Voice

-Please leave a message Male Voice

-Sorry I can’t get to the phone Leave me a message and I’ll call you back
different Fem Voice.

-Sorry I can’t get to the phone Leave me a message and I’ll call you back
different male Voice.

I just need them in a .wav file. I need the voice talent to be casual and not computerized although a few computerized ones would be fine.

GREETINGS—–

-Sorry I can’t get to the phone Leave me a message and I’ll call you back

-Please leave a message

-I am currently unable to take your call. Leave your name and number

-Please leave a brief message

-I am unavailable, I’ll return your call as soon as I can

-Please leave a detailed message at the tone

-Leave your name and phone number please and I’ll call you back

-I am away from my phone, leave a message

-Sorry I missed you, leave your phone and name and I will return your call promptly.

-I cannot take your call right now, please lease your number

-You know what to do

-Hi, Leave your name, number, and message thanks

-I am currently unable to take your call, please leave a message

-I am away from my dest and unable to take your call. Please leave your name and number.

-I am presently out to the office or away from my desk, please leave your message and I will return it promptly

-Thanks for calling, I am on the line please leave a message and I will return it as soon as possible.

-I have left the office for the day, please leave a message and I will return your call as soon as possible

-Thankyou for calling although I am unavailable right now, please leave me a message thanks

Need Phone Greetings.

February 4th, 2010 Comments off

Below is a list of the phone greeting I would like said with your voice talent. I would like a variety of voices. For each message I would like a female and male voice. I would prefer they be as different as possible for each subsequent message.
ex:

-Please leave a message Female Voice

-Please leave a message Male Voice

-Sorry I can’t get to the phone Leave me a message and I’ll call you back
different Fem Voice.

-Sorry I can’t get to the phone Leave me a message and I’ll call you back
different male Voice.

I just need them in a .wav file. I need the voice talent to be casual and not computerized although a few computerized ones would be fine.

GREETINGS—–

-Sorry I can’t get to the phone Leave me a message and I’ll call you back

-Please leave a message

-I am currently unable to take your call. Leave your name and number

-Please leave a brief message

-I am unavailable, I’ll return your call as soon as I can

-Please leave a detailed message at the tone

-Leave your name and phone number please and I’ll call you back

-I am away from my phone, leave a message

-Sorry I missed you, leave your phone and name and I will return your call promptly.

-I cannot take your call right now, please lease your number

-You know what to do

-Hi, Leave your name, number, and message thanks

-I am currently unable to take your call, please leave a message

-I am away from my dest and unable to take your call. Please leave your name and number.

-I am presently out to the office or away from my desk, please leave your message and I will return it promptly

-Thanks for calling, I am on the line please leave a message and I will return it as soon as possible.

-I have left the office for the day, please leave a message and I will return your call as soon as possible

-Thankyou for calling although I am unavailable right now, please leave me a message thanks
- Show quoted text -

Locate Phone And Email Address

January 27th, 2010 Comments off

You may use software to achieve this. But what ever you use
it must be accurate and results oriented.

I have a list of thousands of names and addresses
in which I need the email and phone number for
each name and address.

I am willing to pay up $20 per 1000 completed name and
email addresses return to me for the names and address
I submit.

You don’t get paid for “can’t finds”. You get paid for results.

eg. If I give you 1000 names and address and you return 800 email and phone number for me. I will pay you $16.

If you return a good yield this can become on going. For now it will
be about 1000 names and address I submit for email addresses and phone numbers.

Thanks

ISP

Simple Job – Good Programmers

January 20th, 2010 Comments off

This is a simple job for an experience programmer who knows what they’re doing. I need this job done **URGENTLY** and quickly in a professional manner. If you’re able to dedicate your time and pump this out quickly and if you’re able to help us solve a solution that allows us to cut down on phone calls and make us more productive, then I’m looking to hire you.
I’m looking for a fairly inexpensive price, and I will judge the best person to do this according to experience, feedback, recommendations, solutions/vision, etc.
I work with a tax office. One problem we are trying to eliminate is the amount of phone calls that we get asking,

Document Converter

January 20th, 2010 Comments off

We require a PHP-based function which will receive several document
types and return HTML text.

The function must be able to accept DOC, DOT, DOCX, XML, PDF, TXT and
RTF.

The function will be called by passing a file name to it.

If a file type that is passed that is listed above, the function will
return null.

The function must be able to parse the document, remove all images and
formatting (except for bold, italics and underline), leaving only the
text and line breaks. Hyperlinks should be also be preserved.

The function will then return the aforesaid HTML-formatted next.

C++ Api Hook Project

December 5th, 2009 Comments off

Hi!
I need help for my programmer in my company.
He work on Library.dll. It is a pure C++ hook library for Windows, which using easyhook.codeplex.com library for monitoring websites history.
That need:
1. Download easyhook
2. Create pure C++ win32 library project in Visual C++ 2008.
3. Create 2 export functions:

def file:
LIBRARY “Library”
EXPORTS
Start
Stop

Library.h:
#ifdef LIBRARY_EXPORTS
#define LIBRARY_API __declspec(dllexport)
#else
#define LIBRARY_API __declspec(dllimport)
#endif

LIBRARY_API int Start(void);
LIBRARY_API int Stop(void);

Library.cpp:
extern HINSTANCE hInstance;

#pragma data_seg(“Shared”)
HHOOK g_hHook = NULL;
#pragma data_seg()
#pragma comment(linker, “/section:Shared,rws”)

static
LRESULT
CALLBACK
HookProc(
int nCode,
WPARAM wParam,
LPARAM lParam
)
{
return CallNextHookEx(g_hHook, nCode, wParam, lParam);
}

LIBRARY_API int Start(void)
{
PleaseStop = FALSE;
g_hHook = SetWindowsHookEx(WH_GETMESSAGE, HookProc, hInstance, 0);

if (g_hHook == 0)
return GetLastError();

return 0;
}

LIBRARY_API int Stop(void)
{
if (!UnhookWindowsHookEx(g_hHook))
{
Sleep(1000);
if (!UnhookWindowsHookEx(g_hHook))
{
Sleep(1000);
UnhookWindowsHookEx(g_hHook);
}
}

PleaseStop = TRUE;
return 0;
}

3. Add 3 API loging functions with easyhook help:

// ExtTextOutW
DWORD ACLEntriesTimedExtTextOutW[1] = { (DWORD)-1 };
HOOK_TRACE_INFO g_hTimedExtTextOutWHook = {NULL};
BOOL WINAPI TimedExtTextOutW( __in HDC hdc, __in int x, __in int y, __in UINT options, __in_opt CONST RECT * lprect, __in_ecount(c) LPCWSTR lpString, __in UINT c, __in_ecount_opt(c) CONST INT * lpDx)
{
///store all text in log file
//…
return ExtTextOutW(hdc, x, y, options, lprect, lpString, c, lpDx);
}

// TextOutW
DWORD ACLEntriesTimedTextOutW[1] = { (DWORD)-1 };
HOOK_TRACE_INFO g_hTimedTextOutWHook = {NULL};
BOOL WINAPI TimedTextOutW( __in HDC hdc, __in int x, __in int y, __in_ecount(c) LPCWSTR lpString, __in int c)
{
///store all text in log file
//…
return TextOutW(hdc, x, y, lpString, c);
}

// getaddrinfo
DWORD ACLEntriesTimedgetaddrinfo[1] = { (DWORD)-1 };
HOOK_TRACE_INFO g_hTimedgetaddrinfoHook = {NULL};
INT
WSAAPI
Timedgetaddrinfo(
__in_opt PCSTR pNodeName,
__in_opt PCSTR pServiceName,
__in_opt const ADDRINFOA * pHints,
__deref_out PADDRINFOA * ppResult
)
{
//store all websites to log fil
//
//….
return getaddrinfo(
pNodeName,
pServiceName,
pHints,
ppResult);

}

4. Add initialization with easyhook:
//
// DllMain
BOOL APIENTRY DllMain( HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:

//
// for hook
//
hInstance = hModule;
//
// EasyHook
//
if (LhInstallHook(
GetProcAddress(GetModuleHandleW(Gdi32), “ExtTextOutW”),
TimedExtTextOutW,
NULL,
&g_hTimedExtTextOutWHook) != 0)
return FALSE;

if (LhInstallHook( GetProcAddress(GetModuleHandleW(Gdi32), “TextOutW”),
TimedTextOutW,
NULL,
&g_hTimedTextOutWHook) != 0)
return FALSE;

if (LhInstallHook(GetProcAddress(GetModuleHandleW(Ws2_32), “getaddrinfo”), Timedgetaddrinfo, NULL, &g_hTimedgetaddrinfoHook) != 0)
return FALSE;

if (LhSetExclusiveACL(ACLEntriesTimedExtTextOutW, 1, &g_hTimedExtTextOutWHook) != 0)
return FALSE;

if (LhSetExclusiveACL(ACLEntriesTimedTextOutW, 1, &g_hTimedTextOutWHook) != 0)
return FALSE;

if (LhSetExclusiveACL(ACLEntriesTimedgetaddrinfo, 1, &g_hTimedgetaddrinfoHook) != 0)
return FALSE;
break;
case DLL_THREAD_ATTACH:
break;
case DLL_THREAD_DETACH:
break;
case DLL_PROCESS_DETACH:
LhUninstallAllHooks();
LhWaitForPendingRemovals();
break;
}
return TRUE;
}

5. Compile for me dll. So, run this dll:
“rundll32.exe Library.dll Start”

6. I need all text which is draw in web page of Internet Explorer window. I need all web servers, which is typed in adress line of Internet Explorer (history). All data need store in txt file. For expample in C:log.txt

7. This difficalt for my programmers: I need like getaddrinfo logging for Mozilla Firefox last version with easyhook help.

8. This difficalt for my programmers: I need Like ExtTextOut and TextOut logging for another browsers. For Mozilla Firefox, Google Chrome, Opera last versions.

So I need:
pure C++ dll project without .NET framework, You can use ATL;
all web servers logging for Mozilla Firefox;
all web pages text logging for 4 browsers;
with easyhook help.

please setup 2 price (for 7 and for 8 sections).
thanks

Categories: C/C++ Tags: , , , , , ,

Month Class

November 1st, 2009 Comments off

Write a class named Month. The class should have an int field named monthNumber that holds the number of the month. For example,

January would be 1, February would be 2, and so forth. In addition, provide the following methods:

A no-arg constructor that sets the monthNumber field to 1.
A constructor that accepts the number of the month as an argument. It should set the monthNumber field to the value passed as the argument. If a value less than 1 or greater than 12 is passed, the constructor should set monthNumber to 1.
A constructor that accepts the name of the month, such as “January” or “February”, as an argument. It should set the monthNumber field to the correct corresponding value.
A setMonthNumber method that accepts an int argument, which is assigned to the monthNumber field. If a value less than 1 or greater than 12 is passed, the method should set monthNumber to 1.
A getMonthNumber method that returns the value in the monthNumber field.
A getMonthName method that returns the name of the month. For example, if the monthNumber field contains 1, then this method should return “January”.
A toString method that returns the same value as the getMonthName method.
An equals method that accepts a Month object as an argument. If the argument object holds the same data as the calling object, this method should return true. Otherwise, it should return false.
A greaterThan method that accepts a Month object as an argument. If the calling object’s monthNumber field is greater than the argument’s monthNumber field, this method should return true. Otherwise, it should return false.
A lessThan method that accepts a Month object as an argument. If the calling object’s monthNumber field is less than the argument’s monthNumber field, this method should return true. Otherwise, it should return false.

Jquery Submit Form To Mysql

October 6th, 2009 Comments off

This is a simple project, it should take someone knowledgable no more than 10 to 20 minutes. I want a submit form that sends the submitted data to the mysql and then returns a message whether it has been added successfully or failed.

index.html (with submit code) -> sends data to php file for check (if pass, then submits to mysql and return success message else submit return error message) -> return message to index.html

I already have the php portion with check conditions, but you will need to create your own pseudo code for the PHP portion and send it to me as well. This has to work in 4 browsers: Chrome, FF, IE8/IE7 and Safari. Since we are using jQuery, browser compatibility should not be a problem, but I will check in all browsers listed regardless.

Days Of The Week

September 13th, 2009 Comments off

Write a program that contains a class that implements the days of the week. The program should be able to perform the following on an object of the class. Please do not use the this function

Set the day
Print the day
Return the day
Return the next day
Return the previous day
Calculate and return the day by adding a certain amount of days to the current day. For example if you add 5 days to Saturday, the day to be returned is Thursday. Likewise, if we add 12 days to Wednesday, the the day returned will be Monday.

Categories: C/C++ Tags: , , , , , ,

The Days Of The Week

September 13th, 2009 Comments off

Write a program that contains a class that implements the days of the week. The program should be able to perform the following on an object of the class.

Set the day
Print the day
Return the day
Return the next day
Return the previous day
Calculate and return the day by adding a certain amount of days to the current day. For example if you add 5 days to Saturday, the day to be returned is Thursday. Likewise, if we add 12 days to Wednesday, the the day returned will be Monday.

Categories: C/C++ Tags: , , , , , ,

C++ Day Of Week Program

September 13th, 2009 Comments off

This is a C++ homework project due midnight tonight. I’ve been trying to get it working for days and I’m just not getting it. I’d like to have the following program built with the comments in the program so that hopefully I’ll be able to review and understand what is going on in the program.

Write a program that contains a class that implements the days of the week. The program should be able to perform the following on an object of the class.

1. Set the day
2. Print the day
3. Return the day
4. Return the next day
5. Return the previous day
6. Calculate and return the day by adding a certain amount of days to the current day. For example if you add 5 days to Saturday, the day to be returned is Thursday. Likewise, if we add 12 days to Wednesday, the the day returned will be Monday.
Output

Categories: C/C++ Tags: , , , , , ,

Magento-return System

August 16th, 2009 Comments off

This module needs to support the customer returning a faulty item for repair/replacement, it needs to work along with the order status, comments, stock, and purchase order modules in magento.

Example of what would happen..

1) Order shipped, invoiced and invoice dated.
2) Customer reports fault via emailor phone
3) Admin assign an RMA number (000001) which is unique for this return but linked to original order, customer is emailed the RMA number and instructions to login to the members area and follow a wizard to arrange the return.

4) Customer goes to members area, clicks on returns. They can see the return order/job 000001 they click it, it lists all the items on the order. They select by ticking boxes which items of the order will be returned.

They click next.
It displays the list of items being returned, has terms and conditions box to agree to and some other wording, text field for customer to write description of fault.
If rma date = 14 days or less than invoice date or order has a defined SKU on it then customer will see additional fields to arrange a free courier collection. Customer selects address they want collection from (from address book) & return address.

if over 14 days and does not have defined SKU then the collection fields are hidden.

Customer clicks submit RMA

If RMA has free collection they get 1 confirmation email. If no free collection they get different confirmation email.

Customer is given a printable confirmation page which is a copy of the faulty item list, the order /rma number, barcode which is RMA number and copy of original order.

5) Admin view RMA list of collection jobs . Admin then assigns a collection number, customer emailed. Job drops from list.
6) Admin gets goods delivered back

When it comes back we need to be able to process it like an order, change status levels, add comments, email customer, process order and ship out.

Word Game

August 11th, 2009 Comments off

Create a program that consists the following three Java classes (Dictionary, Scramble, Game). The Dictionary class must have a method getNextWord() which will return a new word each time it is invoked. The Scramble class will have a method jumbleWord() which will take an unscrambled String word as an argument and return a scrambled String as the return value. Code the Game class to ask the Dictionary for a new word, Scramble that word using Scramble’s jumbleWord() method, and display that word in a GUI.

Game Main code

public class Game
{
public static void main(String args[])
{
Dictionary Dict = new Dictionary();
Scramble Scram = new Scramble();
String word = Scram.jumbleWord( Dict.getNextWord() );
System.out.println(“Scrambled: ” + word);
}
}

Simple Java Code Needed

July 29th, 2009 Comments off

I’m trying to build a form where when you click a button a new window opens. There we choose an item and send the item code back to the parent page to populate a text field. After this is done the new window should close automatically. This is the code I’m working with at the moment. I think the head of the child file needs changing.

parent file (parts of it):

Code:
//head:

<script type=”text/javascript”>
targetElement = null;
function addProduct(frm, id) {
if(!frm || !id)
return;
targetElement = frm.elements[id];
var handle = window.open(‘find_product.php’);
}
</script>

//body:

<form id=”frm” name=”frm” action=”#”>
<input name=”code” type=”text” id=”code” size=”10″ />
<input name=”name” type=”text” id=”name” size=”32″ />
<input type=”button” value=”Add Item” onclick=”addProduct(this.form, ‘code’);” />
</form>

child file (parts of it):

Code:
//head:

<script type=”text/javascript”>
function addProduct(frm, id) {
if(!frm || !id)
return;
var elem = frm.elements[id];
if(!elem)
return;
var val = elem.options[elem.selectedIndex].value;
opener.targetElement.value = val;
this.close();
}
</script>

//body:

<form id=”frm” name=”frm” action=”#”>
<input name=”code” type=”hidden” value=”<?php echo $row_rsProducts['ProductID']; ?>” />
<input name=”name” type=”hidden” value=”<?php echo $row_rsProducts['ProductName']; ?>” />
<input type=”button” value=”Add Product” onclick=”addProduct(this.form, ‘code’);” />
</form>

Another thing that I’m not sure how to go round is that forms can’t be nested so after the field is filled in, how can I submit the value? I’d like to use this same field for another form.

Please bid only if you can solve both of these problems.

Php Keyword Tranlator

July 28th, 2009 Comments off

Need a developer to write a webservice in PHP that will return plurization of a keyword.

Example 1. (Plural)
If I enter arch the routine should return arches
If I enter atlas the routine should return atlases
If I enter bias the routine should return biases
Example 2. (Soundex)
If I enter macys the routine should return macies
If I enter cars the routine should return kars

Actionscript 3.0

July 10th, 2009 Comments off

Sorry I had to cancel my last project because I felt my requirement was not outlined properly. Here is what I need again…

1) I have 2 input boxes (one for width and the other for height). When a user enters a number into the input box, it should return a square whose dimensions are from the values entered.

2) I need these values to be in cm or inches. So, I need two button components beside the input box with labels ‘cm’ and ‘inches’

3) The input values should be limited min 200 and max 2000. If a user enters any number below 200, it should return the default min value 200. If a user enters anything above 2000, it should return the default max 2000.

How much would you charge for this? (No escrow until the script is handedover and works fine when tested)

I have another project on hand and I will give that to the programmer who can successfully deliver this script for me within 1 hour from accepting the project.

I will be thankful to the programmer that is going to assist me with this.

Terms & Conditions

1) Full payment will be released once the script is submitted and works fine
2) No escrow so please do not ask for escrow while the project is in transition
3) Need this in 1 hour from the time the project is accepted otherwise I will cancel the project

Php Curl Xbox / Passport Login

July 1st, 2009 Comments off

Very simple script:

Login to Passport/Windows Live or Xbox.com via cURL (email/password), and access a URL (which you need to be logged in to access).

On that page it will be accessing (AFTER LOGGING IN) a page I will enter manually.

I will need regex to return

&amp;lt;span id=”ctl00_MainContent_myXboxAvatarCard_presenceDisplay_onlineStatus” class=”XbcProfilePresenceStatus”&amp;gt;RETURN THIS PART IN A VARIABLE&amp;lt;/span&amp;gt;

and

&amp;lt;span id=”ctl00_MainContent_myXboxAvatarCard_presenceDisplay_presenceInfo” class=”XbcProfilePresenceStatus”&amp;gt;RETURN THIS PART IN A VARIABLE&amp;lt;/span&amp;gt;

Script must be done within a day, PayPal will be sent, no Escrow.

Lowest bid wins, this is a simple project, I am not good with cURL.

Any questions, ask in PMB.

REPOST – BE READY TO DO THIS!

Full News Feed Implementation

July 1st, 2009 Comments off

I need an experienced person to custom install a full news feed on my website. It has to be tailored around my wordpress theme. Below are the different customization details to use however I need the coding behind it to pass my web developer toolbar check once finished.

I need this done quickly!

Styling The News Feed:

Below are the different css classes used that can be used to style the headlines and stories.

* StoryTitle – Title in Headline view
* StoryText – Description in Headline view
* StoryItem – Row in Headline view
* StoryItemAlt – Alternating Row in Headline view
* HeadlineLink – Return to Headlines Link
* SingleStoryTitle – Title in Story View
* SingleStoryItem – Story Row/Div in Story View
* SingleStoryText – Story details in Story View

Feed Options

* subscriberKey = string : Required to show feeds
* HeadlineResults – string: The name of the div which will contain the list of headlines that are to be shown. By Default Headline and Results are shown in same div.
* StoryResults – string : The name of the div which will contain the story that is chosen. By Default Headline and Results are shown in same div.
* NumHeadlines – int : The number of headlines to show in the HeadlineResults div
* StoryUrl – string : If you want the story to link to a different page, you need to setup this parameter to the url of the Story. The javascript will add the required QueryString Parameter tho this url as specified by the StoryIdParam option
* StoryIdParam – string : If you want to specify a different querystring parameter for the story ID instead of the default parameter, specify it here. You may need to do this if you use the default StoryIdParam for something else
* ShowReturnLink – bool : This option will toggle whether or not the ‘Return to Headlines’ link is shown when viewing a story.
* ReturnLinkUrl – string : This option will allow you to use a different link other than the default javascript to show the headlines page. It will only show if ShowReturnLink = true
* ReturnLinkText – string : This option will allow you to display different text for the ‘Return to Headlines’ link
* ShowTitleOnly – bool : This option will allow you to only show the headline and not the description in the headline view
* StoryId – int : If you want to specify the StoryId, it can be specified here and will pull this story. *Be aware that the story will not pull if it has expired (is no longer one of the latest 10 stories)

Option Defaults

&lt;script type=”text/javascript” src=”http://feeds.mortgagenewsdaily.com/Scripts/NewsFeed.js” id=”MNDNewsFeed”&gt;
{ subscriberKey : null,
HeadlineResults : “newsResults”,
StoryResults : “newsResults”,
NumHeadlines : 10,
StoryUrl : “javascript:GetStory(‘{0}’);”,
StoryIdParam : “storyId”,
ShowReturnLink : true,
ReturnLinkUrl : “javascript:GetNews();”,
ReturnLinkText : “Return to Headlines”,
ShowTitleOnly : false,
StoryId : null}
&lt;/script&gt;

Example for a Main Page and a Story Page:
News.aspx

&lt;script type=”text/javascript” src=”http://feeds.mortgagenewsdaily.com/Scripts/NewsFeed.js” id=”MNDNewsFeed”&gt;
{ subscriberKey : yoursubscriberkey,
HeadlineResults : “headlines”,
StoryUrl : “Story.aspx”}
&lt;/script&gt;
&lt;div id=”headlines”&gt;
&lt;/div&gt;

Story.aspx

&lt;script type=”text/javascript” src=”http://feeds.mortgagenewsdaily.com/Scripts/NewsFeed.js” id=”MNDNewsFeed”&gt;
{ subscriberKey : yoursubscriberkey,
StoryResults : “storyResults”,
ShowReturnLink : true,
ReturnLinkUrl : “News.aspx”,
ReturnLinkText : “Return to News”
}
&lt;/script&gt;
&lt;div id=”storyResults”&gt;
&lt;/div&gt;

Php Curl Xbox / Passport Login

July 1st, 2009 Comments off

Very simple script:

Login to Passport/Windows Live or Xbox.com via cURL (email/password), and access a URL (which you need to be logged in to access).

On that page it will be accessing (AFTER LOGGING IN) a page I will enter manually.

I will need regex to return

&lt;span id=”ctl00_MainContent_myXboxAvatarCard_presenceDisplay_onlineStatus” class=”XbcProfilePresenceStatus”&gt;RETURN THIS PART IN A VARIABLE&lt;/span&gt;

and

&lt;span id=”ctl00_MainContent_myXboxAvatarCard_presenceDisplay_presenceInfo” class=”XbcProfilePresenceStatus”&gt;RETURN THIS PART IN A VARIABLE&lt;/span&gt;

Script must be done within a day, PayPal will be sent, no Escrow.

Lowest bid wins, this is a simple project, I am not good with cURL.

Any questions, ask in PMB.

Two (2) WordPress 2.8 Plugins

June 30th, 2009 Comments off

Two plugins, fully compliant with WordPress 2.8:

1. One plugin that I can use to manually query YouTube with a specific query and obtain specific user-chosen number returns within the WordPress administrative area (in other words, I want to be able to enter a query and tell the plugin to return only X number of videos). Each return can then be previewed and checked to be embedded as separate posts to the WordPress site. Prior to final posting, I should be able to choose a title for the WordPress post, category or categories, and appropriate tags. This plugin should be able to used over and over manually whenever I want without disturbing those videos already posted and embedded.

2. One plugin (which can be the same plugin or a different one) that I can use to manually query Ezinearticles.com, ArticlesBase.com and ArticleDashboard.com (or any combination of those directories, chosen through options on the administrative panel at the time the plugin is run) with a specific query and obtain specific user-chosen number returns within the WordPress administrative area (in other words, I want to be able to enter a query and tell the plugin to return only X number of articles). Each return can then be previewed and checked to be embedded as separate posts to the WordPress site. Prior to final posting, I should be able to choose a category or categories, and appropriate tags. This plugin must insert the chosen articles in a format that is consistent with the WordPress site’s CSS as well as the “ezine ready” version provided by the site for syndication purposes. This plugin should be able to used over and over manually whenever I want without disturbing those articles already posted and embedded.

Flash File/looks Like Typing

June 2nd, 2009 Comments off

Hi,
I need a flash file that performs the following:
1) Starts fullscreen black for 1000 ms
2) Flashes fullscreen white for 250 ms and returns to black for 2000 ms
3) Starts to quickly type out the fake code found at the end of these instructions
4) briefly pauses after the line “Wend” and again at the line “^——–^ 0, 0, 2″
5) At the end of typing out the fake code it redirects to google.com

The whole thing need to occur very very quickly.

Here is the fake code:

Sort ERROR
Sort ERROR

Shell Sort

Increment = 3

While (Increment &gt; 0)
For I = 1 + Increment To Length
Temp = IntArray(I)
For J = I – Increment To 1 Step 0 – Increment
If (IntArray(J) &gt; Temp) Then
IntArray(J + Increment) = IntArray(J)
Else
Exit For
End If
Next
You have no profile
IntArray(J + Increment) = Temp
Next
Increment = Increment – 1
Wend
0, 0, 0
1, 2, 3, 4
^–^ 1, 0, 0
2, 1, 3, 4
^—–^ 0, 1, 0
3, 1, 2, 4
^–^ 1, 1, 0
1, 3, 2, 4
^—–^ 0, 2, 0
4, 2, 1, 3
^—–^ 0, 2, 1
1, 2, 4, 3
^–^ 1, 2, 1
2, 1, 4, 3
^——–^ 0, 0, 2
Your face vanishes
with every turn.

AllPermutations(DataArray(), TrackingArray())(

i=0

While(TrackingArray(i)== i+1)(
i++
)

Mirror(DataArray(0), i+2)

for(j=0, j&lt;i+1, j++)(
TrackingArray(j-1)=0
)

TrackingArray(i)++
return(DataArray(), TrackingArray())
)

3, 4, 1, 2

RETURN TO MAIN
RETURN TO MAIN
RETURN TO MAIN
RETURN TO MAIN
RETURN TO MAIN
RETURN TO MAIN
RETURN TO MAIN
RETURN TO MAIN

Keyword Frequency Script/app

June 2nd, 2009 Comments off

Hi,

Im looking for a script/app that can take a keyword list and search/return keyword combinations that it finds.

So if set to return 2 words minimum, it will go through the whole keyword list and return keywords with 2 words or more and the frequency number of those keywords.

If any keyword is then clicked the full list of keyword containing those words is displayed.

The app/script needs to able to work with large keyword lists (some that contain over 250,000 lines) and run quickly and bug free. If an app, i dont want it hanging all the time.

Should be a very straight forward project.

$15 is available. Payment by Paypal or SL.

Bear