ตัวกรอง

การค้นหาล่าสุดของฉัน
คัดกรองโดย:
งบประมาณ
ถึง
ถึง
ถึง
ประเภท
ทักษะ
ภาษา
    สถานะงาน
    1,214 imsi catcher project งานที่พบ, การเสนอราคา USD
    75804 Need animated banner made ASAP หมดเขตแล้ว left

    I need an animated banner made for Dimensions: 120 x 61 pixels. We specialize in residential roofing installations and emergency roofing repairs. Must be professional and a real eye catcher. Payment to be made through escrow at completion. Please show samples.

    $20 (Avg Bid)
    $20 การประมูลเฉลี่ย
    1 คำเสนอราคา
    MSN Logger หมดเขตแล้ว left

    I like to have a program which can log all msn conversations on both sides. (thus no key stroke catcher!) All converatations can be logged into a text file. This software must be build in Visual Basic. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform Windows XP, Windows 2000, and MSN version 4+

    $18 (Avg Bid)
    $18 การประมูลเฉลี่ย
    2 คำเสนอราคา

    ...rent servers for games like counterstrike, day of defeat, soldier of fortune, unreal,quake and many more. The header should have game models in it and maybe some flash. I'm thinking a few models from different games shooting and then one throws a grenade and BOOM covers the header YOU must show me some sites that you have done so we are on the same page. The HEADER must be a EYE catcher. You MUST install!!! ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased. ## Platform My web...

    $110 (Avg Bid)
    $110 การประมูลเฉลี่ย
    5 คำเสนอราคา
    Computer Cash Register Catcher หมดเขตแล้ว left

    I have a program on my computer that makes it into a cash register (It’s called Quick Books Point Of Sale) and I would like to have a programmer make a program that will either e-mail, call, fax or page me when a series of unusual buttons in that program are clicked on. For example if the “OPEN CASH DRAWER?? button is clicked on, which is very unusual in my business, I would like to be notified by the program. I would also like the program to record onto the hard drive what happens on the computer screen when certain buttons in QBPOS are clicked or scanned by a bar code reader. For Example: A customer brings items to the register and when the employee scans the first item the program would start recording the transaction (Screen Shots). If the employee does not click on the &ld...

    $500 - $5000
    $500 - $5000
    0 คำเสนอราคา
    Computer Cash Register Catcher Program หมดเขตแล้ว left

    I have a program on my computer that makes it into a cash register (It’s called Quick Books Point Of Sale) and I would like to have a programmer make a program that will either e-mail, call, fax or page me when a series of unusual buttons in that program are clicked on. For example if the “OPEN CASH DRAWER?? button is clicked on, which is very unusual in my business, I would like to be notified by the program. I would also like the program to record onto the hard drive what happens on the computer screen when certain buttons in QBPOS are clicked or scanned by a bar code reader. For Example: A customer brings items to the register and when the employee scans the first item the program would start recording the transaction (Screen Shots). If the employee does not click on the &ld...

    $1211 (Avg Bid)
    $1211 การประมูลเฉลี่ย
    14 คำเสนอราคา
    Encryption/Decryption Program หมดเขตแล้ว left

    I need a solution developed in Visual Basic 6.0 that will act as a file 'catcher' for an encryption/decryption program. The solution is to capture all open, modify, and save commands from the operating system and encrypt the files that have been marked for encryption. If I was to specify in the program that I wanted all ".txt" and ".bmp" files to be encrypted, the program should watch for the opening, modifying and/or saving of these files and act accordingly. If a ".txt" file or a ".bmp" file is opened then the program should intercept the open, check if the file is encrypted, if it is decrypt it, and then resume opening the now decrypted file in the appropriate program. This should work for all associations (except .exe, .ocx, .dll...

    $55 (Avg Bid)
    $55 การประมูลเฉลี่ย
    4 คำเสนอราคา
    Socket Catcher and mySQL Database หมดเขตแล้ว left

    ...based application to update complex mySQL database. Tables for mySQL database also need to be created. Conversion of fields from EBCDIC to ASCII will be necessary. Integer byte order will need to be reversed, floats/packedecimals need formatting/conversion and some proprietary fields (date or time stamps) must be converted. Retransmissions to detect "gaps" and request resend may be necessary. The catcher can then call ODBC API to perform the INSERT. Speed of execution and accuracy very important. Must be able to run on Unix and Windows. C or C++ would be the recommended language. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the softwar...

    $164 (Avg Bid)
    $164 การประมูลเฉลี่ย
    5 คำเสนอราคา
    IE Link Catcher หมดเขตแล้ว left

    Need a Visual Basic (.net or vb6) dll / exe. I need to capture the download link when a user right clicks a URL download a menu option ie DownloadwithVBapp. This then passes the URL to the application. can be one url or many URLs on one page. then the app displays a form with the urls in and the user selects / de selects the required files and clicks send to post the url in a remote SQL database. Simular to get right reget etc less the download manager just the url catching part. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Platform Windows 2000 98 XP

    $56 (Avg Bid)
    $56 การประมูลเฉลี่ย
    6 คำเสนอราคา
    SMTP Sink using CDO in VB หมดเขตแล้ว left

    ...CdoEventStatus) RaiseEvent Incomming (Msg) EventStatus = 0 End Sub Here is the Test Form CatcherTest. The form has a list control List1. Dim WithEvents Catch As SMTPCatcher2.Catcher Private Sub Catch_Incomming(ByVal message As ) "FROM: " & "TO : " & "MSG : " & End Sub Private Sub Form_Load() Set Catcher = New SMTPCatcher2.Catcher End Sub Private Sub Form_Unload(Cancel As Integer) Set Catcher = Nothing End Sub here is the register command I used: cscript "D:Program FilesMicrosoft SDKinclude" /add 1 onarrival SMTPCatcher2 SMTPCatcher2.Catcher "RCPT TO=*" where is an example email address of a local server. This site does not permit true email addresses in the description

    $8 (Avg Bid)
    $8 การประมูลเฉลี่ย
    1 คำเสนอราคา
    Public IP retriever หมดเขตแล้ว left

    ...email from a Networked Client, the 'true' IP of the network is included in the header information. Not the Local IP from the machine you sent from. So, for example, if your Public IP is '' and your Local IP is '', the '203...' IP is the one that will be included and that is the IP that I want. I do require a code only solution; not a web based PHP, CGI, Pearl style IP catcher. When replying, please include some info about yourself rather than a one liner telling me you want xx amount up front, or worse still, just the your bid and no explanation as to your experience, or expertise. Thanks. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrig...

    $217 (Avg Bid)
    $217 การประมูลเฉลี่ย
    28 คำเสนอราคา
    Domain registration website หมดเขตแล้ว left

    Develop script related to domain name catcher project: I bought dreamcost pro software (domain registration soft).But I would like to add the paypal payment system + and scripts for automatic registration. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. I'll provide you dotregistrar's script for automatic domain registration Complete copyrights to all work purchased. ## Platform php, msql

    $184 (Avg Bid)
    $184 การประมูลเฉลี่ย
    4 คำเสนอราคา
    Domain name catcher หมดเขตแล้ว left

    Based on 's structure: Task: Develop a web site with a powerful monitoring engine. Automatically monitor and grab "unlimited" numbers of expirin...all scripts for bugs and fix bugs! * Must be user-friendly Complete copyrights to all work purchased. ## Platform PHP PERL C++ ... ## Deadline information Deletion process at Internic is the key of this job ! Must be the first registering the domain names: If this program registers as fast as you will get a very good bonus. * Project needs to be completed in a timely fashion. (2-3 weeks) * Able to communicate via telephone when necessary * Looking for a continuing cooperative partnership where I can send you more complex coding/database jobs ( send me your offer) .

    $957 (Avg Bid)
    $957 การประมูลเฉลี่ย
    15 คำเสนอราคา
    Expiring Domain name catcher. หมดเขตแล้ว left

    Will be set to run on crontab every morning with Internic reboots and it will query whois automatically to check the current registration status. If it finds the domain name to be available it will instantly register it automatically. Also sends me a copy of the registration form. I already have a software with bug but the main idea is developed (perl). All you have to do, is to make it working very fine! If this program registers faster than you will get a very good bonus. If I'm happy with this software, you might be involved to develop a fully-functional web site like... snapnames. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased. ## Platform PHP or...

    $85 (Avg Bid)
    $85 การประมูลเฉลี่ย
    7 คำเสนอราคา
    Class Assignment หมดเขตแล้ว left

    Part I ??" Compute Fuel Left In The Tank & Mil...Per Dollar Create an application where you prompt the user to enter the cost of gas (in numbers representing currency, no currency sign), the gas tank capacity (either gallons or liters), the fuel efficiency (in mi/gal or km/ltr), and how many miles they've driven. Using this information, compute the amount of gas left in the tank and the miles per dollar. You will also have to include an "error catcher" in case the user enters more miles driven than the amount of gas would have allowed. Display the results in some sort of meaningful format. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Deadline information Immedia...

    $12 (Avg Bid)
    $12 การประมูลเฉลี่ย
    3 คำเสนอราคา