Web Site File Migration Script (command Line) 2
Continuation of web site file migration script (command line)
Continuation of web site file migration script (command line)
I need two script
one script need to do the following repetitively in source server
I will input a list of server ips, ftp login and password with a text files.
the script need to compress the files of the website web folder and compress it using Winrar command line and using ftp password upload it.
in the destination folder, i will input a list of folder names and it needs to unzip the files of the destination folder
there are some minor details such as need check some folder siz…
I’m looking for a few lines of codes that will execute certain commands on a website that can be executed from the terminal on an android phone. Attached is an example of the web interface and the buttons to send the commands. I’m looking at creating a automated script that logs in the website, looks for the status of the system and sends a command if needed.
We have a Portech MV-374 which supports 4 GSM SIM cards. The gateway supports AT commands for sending and receiving SMS.
What we need is a web based application which retrieves SMS and displays it on the browser also sends an email notification of an SMS that has been retrieved/received to a particular address.
The web based application should allow an agent to mark the status of an SMS with drop down menu options, add comments, delete, reply to the SMS.
All SMS received should follow with a confirmation message to the sender that the SMS has been received.
More options such as address book feature or connection to an LDAP to retrieve customer details is preferred.
I am looking for a windows script developer to use the following program and CMD
http://voicent.com/predictive-dialer/predictive_dialer_command_line.php
Will use most of the parameters posted
Happy Bidding
I use imagemagick to make pdf to jpg snapshot. some pdf works fine and better jpg output with great color. But some pdf fail and get Black and white output. I’ll send pdf file to test. If interested, pm me.
This is not full-feature client project.
It’s only command line application.
Requirements:
1st part (Login Server Connection):
-login credentials given as command line arguments
-retrieve list of characters (logging in to Tibia account INGAME, not to website)
2nd part (Game Server Connection):
-login to specified character
-send messages on DefaultChat in Tibia
-send messages to specified player in Tibia
Please give me your price for 1st, 2nd or both parts.
Packets specifications (it can be made for this version 8.60) can be found here:
login player:
http://tpforums.org/forum/thread-7722-post-70305.html#pid70305
login server connection:
http://tpforums.org/forum/thread-4256.html?highlight=login+server
Additionaly:
some packet structures:
http://tpforums.org/forum/thread-6001.html
The program reads audio files and outputs information.
Windows DLLs containing functions are available.
I need it converted to a command line app that takes the filename as input and then outputs the information.
I have attached the program files (including DLLs) and a sample wav file.
For the bon de command: 8.5 x 11 1000 copies 2 copies per page numbered pads of 50
1 –
I need a single text input box that if I type a specific commands, it will load that corresponding script.
Say you type in ‘+px google.com’
‘+px’ is the command (what script to pull from an external location on the server)
‘google.com’ is the input for the command / script
So for example, ‘+px’ is a simple ping script. You type ‘+px google.com’ into the input box and it sends the input of ‘google.com’ to +px which will return the ping of google.com
and also there will be other ‘commands’ for example:
‘+px’ = ping
‘+t’ = torrent search
and so on…
so It needs to be modular so i can add other scripts into a directory on the server and state the ‘command’ and it will run that script if I type in the correct command.
I was also wanting it so that I could have a switch for the script so for example:
if you type ‘+px google.com -10′
it would send the switch ‘-10′ to the ping script and it would then ping goolge.com for say.. ten seconds.
also if for example you didn’t type a command it will just pull a default script, so say the default script is a search script what ever you typed into the input box it would search.. unless the input started with a command.
so just to clarify its not to script the “commands” its just to script the input box that will the load the separate scripts from a folder on the server and send the ‘input’ to the script as well as if theres a switch it will also send that to the script.
Hopefully you get what i’m trying to.
Thanks.
Nick.
Hello Scriptlance
We have a project for a C++ developer with experience creating daemons to control applications on linux based servers.
We have an application that currently does the following:
* runs in the background as a services
* accepts tcp connections and validates authentication
* authenticated connections receive a command from a central mysql database
* command is read from database and converted into literal command
* logs errors and commands to a debug file
We need your help too:
* take the converted commands and execute them properly on the server – as a user, or as root.
* optimize current code
* add additional error checking – ie: a command fails – check it and report unique error, not reply from command
* resolve any issues you may see with operation or security
This application is designed to be a background service running 24/7 and needs to be a light weight low usage program.
Current application uses the boost library.
I have the example application and can send privately. It is sensitive information and will be for serious applicants only. It is a basic application that starts and receives commands.
I’d like to sponsor an extention to the pdftk toolkit
(http://www.accesspdf.com/pdftk)
to perform what amounts to a “mail merge” operation. The toolkit is written in C++, and wraps the Java “iText” library using GCJ to manipulate PDF files.
Job tasks:
– Add a new command “merge_form” to the command line options of the toolkit. Syntax: ” merge_form <Merge data filename | – >”
– Read and parse the contents of the specified Merge data file (or from stdin if “-” is specified. The merge data will in XML format, a slightly modified version of the XFDF format that will allow multiple field sets and exclude annotations.
– For each fieldset in the Merge data, add a PDF page or pages in the output based on the PDF template input merged with the current field values. This is a simple form-fill, analogous to that used by the existing “fill_form” command. For each fieldset, the PDF input template to use will default to the first PDF input file specified on the command line, or can be overridden by using a “handle” as specified on the command line, or can be overridden by specifying a path to the input PDF file to use for the fieldset.
– Optionally “flatten” the output PDF based on the command line settings.
I am looking for a script to append to the end of my asp upload to convert a file using a command line prompt.
I am looking to use itunesencode.exe to convert an mp3 automatically to an m4a on upload.
I need a Windows GUI wrapper for a simple command line program. The aim is to have a easy to use program that people can use to call the command line program and have the ability to save and pass in the alternative parameters.
ESSENTIAL
- Ability for the user to enter and store settings that will be passed in a command line parameters. This could most easily be done using a tab view, but I am open to other suggestions.
- The ability for the user to set the locations (user directories) and frequency of checking for new files. Each user will have their own share folder. This needs to be able to work across a windows network.
- Recurse down one level to find files.
- Filter for the right file type (this is pretty simple and involves looking at the first four bytes of the files for a 4 byte signature). I will supply example of the files for you to test.
- Pass the files one at a time to the command line program. The command line software has a very simple interface, with the input and output file and output directory paths passed (ie ./commandlineprogram C:input C:output). The output should reflect the input folder structure. The alternative parameters need to be added to the call.
- Parse the command line program’s logfile and generate a summary of the processing. This is straightforward as the logfile is in tab delimited text format. I will supply an example of the file for you to test.
OPTIONAL
– It would be nice if the GUI program can time the command line program and kill it if it takes too long since on occasion the cmd program can end up in an endless loop.
I would prefer that this is written a .net project. Another alternative is MFC/C++. The key is I need to be able to compile the program at my end using Visual Studio so if you plan to use any extra libraries you will need to let me know in advance.
I have had too many bad experiences with programmers who start projects then disappear so you will need to update me on your your progress daily. Payment will be by escrow or on completion.
You are to write a program that creates and maintains a binary search tree of items in a super market. Each item has a name and a value. All item names will be lowercase alphabetic strings of less than 30 letters. All values will be positive real numbers representing prices. Also, for each node in the tree, you are to maintain the value of all of the items in that subtree. Your tree should be “sorted” based on alphabetical ordering of the item names as determined by strcmp. Your program must allow the user to do the following:
1) Add an item to the inventory
2) Delete an item from the inventory
3) Print out all of the items in the inventory in alphabetical order.
4) Print out the value of all items underneath the subtree of a given item.
For example, if the user adds these items:
a) “soap”, $2.95
b) “raisins”, $2.00
c) “jellybeans”, $5.00
d) “tea”, $1.95
Input File Specification (inventory.txt)
The first line of the input file will contain a single positive integer, n, representing the number of commands to execute. The following n lines will contain one command each, in the other they are to be executed.
The first number of each of these lines will be either 1, 2, 3 or 4, to signify the choices listed above.
If the choice is 1, it will be followed by the name of the item added and its price (as a number), both separated by spaces.
If the choice is 2, it will be followed by the name of the item to be deleted.
Choice 3 will be on a line by itself.
Choice 4 will be followed by a single string storing an item.
Output Specification
For each command, your program should provide some output.
The output provided by each command should be separated by a blank line.
For choice 1, if the item to be added is NOT in the tree, output a line with the following format:
item has been added to the stock.
where item is the name of the item added. If the item is ALREADY in the tree, output a line with the following format:
Sorry, item is already in stock. No changes made.
For choice 2, if the item to be deleted is IN the tree and is successfully deleted, output a line with the following format:
item has been deleted from the stock.
If the item is NOT in the tree, then output a line with the following format:
Sorry, item couldn’t be deleted because it’s not in stock.
For choice 3, the first line should read:
Here is a list of the items in stock:
Each following line should have information about one item and the list should be in alphabetical order by item name. Here is the format for one of these lines:
item $price
The price should be printed out to two decimal places exactly.
Finally, for choice 4, print out the sum of the values of all the items in the subtree rooted by the designated item. If this item is NOT in the tree, $0.00 should be printed out. Here is the format for the output for this option.
The value of all the items underneath item is $price.
Implementation Restrictions
You must store the data in nodes of a binary tree. Each binary tree node must store 3 pieces of information: the name of the item, its price, and the sum of the prices of all the items in its subtree.
Sample Input File
11
2 soap
1 soap 2.95
1 raisins 2.00
1 jellybeans 5.00
1 tea 1.95
4 raisins
3
2 raisins
4 soap
4 cereal
1 soap 3.50
Sample Output
Sorry, soap couldn’t be deleted because it’s not in stock.
soap has been added to the stock.
raisins has been added to the stock.
jellybeans has been added to the stock.
tea has been added to the stock.
The value of all the items underneath raisins is $7.00.
Here is a list of the items in stock:
jellybeans $5.00
raisins $2.00
soap $2.95
tea $1.95
raisins has been deleted from the stock.
The value of all the items underneath soap is $9.90.
The value of all the items underneath cereal is $0.00.
Sorry, soap is already in stock. No changes made.
CAN I HAVE BEFOR AUGUST 15,2009
THANKS
Hello,
I decided to re-post this project now as “featured” as I did not have interesting bids
Images : http://www.partenium.com/appelgratos/2/jpg.zip
xhtml : http://www.partenium.com/appelgratos/2/apples-php-28jun09.zip
Project :
It is a service that offers telecom services to users.
The website will require user to subscribe, pay and then use their credit to call people abroad.
I only need you to make the website, all the telecom part is on another server and I will send you precise mysql commands to get information from this server.
You can see the screen capture of the design on :
and the xhtml on :
appelsgratos2 :
Admin will be able to add/edit/remove destination and prices (3 prices per destination) from administration panel.
The countries will be listed in alphabetical order.
INSCRIPTION : This is the login and registration (step1) page. User can login using the header or when he is trying to access a page that requires to be loggued (Mon compte =>
My acount, Recharger => Add credit, D
(Need by Friday 10pm if possible)
The Problem
You are to write a program that creates and maintains a binary search tree of items in a super market. Each item has a name and a value. All item names will be lowercase alphabetic strings of less than 30 letters. All values will be positive real numbers representing prices. Also, for each node in the tree, you are to maintain the value of all of the items in that subtree. Your tree should be “sorted” based on alphabetical ordering of the item names as determined by strcmp. Your program must allow the user to do the following:
1) Add an item to the inventory
2) Delete an item from the inventory
3) Print out all of the items in the inventory in alphabetical order.
4) Print out the value of all items underneath the subtree of a given item.
For example, if the user adds these items:
a) “soap”, $2.95
b) “raisins”, $2.00
c) “jellybeans”, $5.00
d) “tea”, $1.95
in this order, then the structure of the binary tree would be as follows:
soap 2.95
total: 11.90
/
raisins 2.00 tea 1.95
total: 7.00 total 1.95
/
jellybeans 5.00
total: 5.00
Input File Specification (inventory.txt)
The first line of the input file will contain a single positive integer, n, representing the number of commands to execute. The following n lines will contain one command each, in the other they are to be executed.
The first number of each of these lines will be either 1, 2, 3 or 4, to signify the choices listed above.
If the choice is 1, it will be followed by the name of the item added and its price (as a number), both separated by spaces.
If the choice is 2, it will be followed by the name of the item to be deleted.
Choice 3 will be on a line by itself.
Choice 4 will be followed by a single string storing an item.
Output Specification
For each command, your program should provide some output.
The output provided by each command should be separated by a blank line.
For choice 1, if the item to be added is NOT in the tree, output a line with the following format:
item has been added to the stock.
where item is the name of the item added. If the item is ALREADY in the tree, output a line with the following format:
Sorry, item is already in stock. No changes made.
For choice 2, if the item to be deleted is IN the tree and is successfully deleted, output a line with the following format:
item has been deleted from the stock.
If the item is NOT in the tree, then output a line with the following format:
Sorry, item couldn’t be deleted because it’s not in stock.
For choice 3, the first line should read:
Here is a list of the items in stock:
Each following line should have information about one item and the list should be in alphabetical order by item name. Here is the format for one of these lines:
item $price
The price should be printed out to two decimal places exactly.
Finally, for choice 4, print out the sum of the values of all the items in the subtree rooted by the designated item. If this item is NOT in the tree, $0.00 should be printed out. Here is the format for the output for this option.
The value of all the items underneath item is $price.
Implementation Restrictions
You must store the data in nodes of a binary tree. Each binary tree node must store 3 pieces of information: the name of the item, its price, and the sum of the prices of all the items in its subtree.
Sample Input File
11
2 soap
1 soap 2.95
1 raisins 2.00
1 jellybeans 5.00
1 tea 1.95
4 raisins
3
2 raisins
4 soap
4 cereal
1 soap 3.50
Sample Output
Sorry, soap couldn’t be deleted because it’s not in stock.
soap has been added to the stock.
raisins has been added to the stock.
jellybeans has been added to the stock.
tea has been added to the stock.
The value of all the items underneath raisins is $7.00.
Here is a list of the items in stock:
jellybeans $5.00
raisins $2.00
soap $2.95
tea $1.95
raisins has been deleted from the stock.
The value of all the items underneath soap is $9.90.
The value of all the items underneath cereal is $0.00.
Sorry, soap is already in stock. No changes made.
Project due to me by 6 p.m. EST US time on Jul-22-09.
You are to write a C program that creates and maintains a binary search tree of items in a super market. Each item has a name and a value. All item names will be lowercase alphabetic strings of less than 30 letters. All values will be positive real numbers representing prices. Also, for each node in the tree, you are to maintain the value of all of the items in that subtree. Your tree should be “sorted” based on alphabetical ordering of the item names as determined by strcmp. Your program must allow the user to do the following:
1) Add an item to the inventory
2) Delete an item from the inventory
3) Print out all of the items in the inventory in alphabetical order.
4) Print out the value of all items underneath the subtree of a given item.
For example, if the user adds these items:
a) “soap”, $2.95
b) “raisins”, $2.00
c) “jellybeans”, $5.00
d) “tea”, $1.95
Input File Specification (inventory.txt)
The first line of the input file will contain a single positive integer, n, representing the number of commands to execute. The following n lines will contain one command each, in the other they are to be executed.
The first number of each of these lines will be either 1, 2, 3 or 4, to signify the choices listed above.
If the choice is 1, it will be followed by the name of the item added and its price (as a number), both separated by spaces.
If the choice is 2, it will be followed by the name of the item to be deleted.
Choice 3 will be on a line by itself.
Choice 4 will be followed by a single string storing an item.
Output Specification
For each command, your program should provide some output.
The output provided by each command should be separated by a blank line.
For choice 1, if the item to be added is NOT in the tree, output a line with the following format:
item has been added to the stock.
where item is the name of the item added. If the item is ALREADY in the tree, output a line with the following format:
Sorry, item is already in stock. No changes made.
For choice 2, if the item to be deleted is IN the tree and is successfully deleted, output a line with the following format:
item has been deleted from the stock.
If the item is NOT in the tree, then output a line with the following format:
Sorry, item couldn’t be deleted because it’s not in stock.
For choice 3, the first line should read:
Here is a list of the items in stock:
Each following line should have information about one item and the list should be in alphabetical order by item name. Here is the format for one of these lines:
item $price
The price should be printed out to two decimal places exactly.
Finally, for choice 4, print out the sum of the values of all the items in the subtree rooted by the designated item. If this item is NOT in the tree, $0.00 should be printed out. Here is the format for the output for this option.
The value of all the items underneath item is $price.
Implementation Restrictions
You must store the data in nodes of a binary tree. Each binary tree node must store 3 pieces of information: the name of the item, its price, and the sum of the prices of all the items in its subtree.
Sample Input File
11
2 soap
1 soap 2.95
1 raisins 2.00
1 jellybeans 5.00
1 tea 1.95
4 raisins
3
2 raisins
4 soap
4 cereal
1 soap 3.50
Sample Output
Sorry, soap couldn’t be deleted because it’s not in stock.
soap has been added to the stock.
raisins has been added to the stock.
jellybeans has been added to the stock.
tea has been added to the stock.
The value of all the items underneath raisins is $7.00.
Here is a list of the items in stock:
jellybeans $5.00
raisins $2.00
soap $2.95
tea $1.95
raisins has been deleted from the stock.
The value of all the items underneath soap is $9.90.
The value of all the items underneath cereal is $0.00.
Sorry, soap is already in stock. No changes made.
You are to write a program that creates and maintains a binary search tree of items in a super market. Each item has a name and a value. All item names will be lowercase alphabetic strings of less than 30 letters. All values will be positive real numbers representing prices. Also, for each node in the tree, you are to maintain the value of all of the items in that subtree. Your tree should be “sorted” based on alphabetical ordering of the item names as determined by strcmp. Your program must allow the user to do the following:
1) Add an item to the inventory
2) Delete an item from the inventory
3) Print out all of the items in the inventory in alphabetical order.
4) Print out the value of all items underneath the subtree of a given item.
For example, if the user adds these items:
a) “soap”, $2.95
b) “raisins”, $2.00
c) “jellybeans”, $5.00
d) “tea”, $1.95
Input File Specification (inventory.txt)
The first line of the input file will contain a single positive integer, n, representing the number of commands to execute. The following n lines will contain one command each, in the other they are to be executed.
The first number of each of these lines will be either 1, 2, 3 or 4, to signify the choices listed above.
If the choice is 1, it will be followed by the name of the item added and its price (as a number), both separated by spaces.
If the choice is 2, it will be followed by the name of the item to be deleted.
Choice 3 will be on a line by itself.
Choice 4 will be followed by a single string storing an item.
Output Specification
For each command, your program should provide some output.
The output provided by each command should be separated by a blank line.
For choice 1, if the item to be added is NOT in the tree, output a line with the following format:
item has been added to the stock.
where item is the name of the item added. If the item is ALREADY in the tree, output a line with the following format:
Sorry, item is already in stock. No changes made.
For choice 2, if the item to be deleted is IN the tree and is successfully deleted, output a line with the following format:
item has been deleted from the stock.
If the item is NOT in the tree, then output a line with the following format:
Sorry, item couldn’t be deleted because it’s not in stock.
For choice 3, the first line should read:
Here is a list of the items in stock:
Each following line should have information about one item and the list should be in alphabetical order by item name. Here is the format for one of these lines:
item $price
The price should be printed out to two decimal places exactly.
Finally, for choice 4, print out the sum of the values of all the items in the subtree rooted by the designated item. If this item is NOT in the tree, $0.00 should be printed out. Here is the format for the output for this option.
The value of all the items underneath item is $price.
Implementation Restrictions
You must store the data in nodes of a binary tree. Each binary tree node must store 3 pieces of information: the name of the item, its price, and the sum of the prices of all the items in its subtree.
Sample Input File
11
2 soap
1 soap 2.95
1 raisins 2.00
1 jellybeans 5.00
1 tea 1.95
4 raisins
3
2 raisins
4 soap
4 cereal
1 soap 3.50
Sample Output
Sorry, soap couldn’t be deleted because it’s not in stock.
soap has been added to the stock.
raisins has been added to the stock.
jellybeans has been added to the stock.
tea has been added to the stock.
The value of all the items underneath raisins is $7.00.
Here is a list of the items in stock:
jellybeans $5.00
raisins $2.00
soap $2.95
tea $1.95
raisins has been deleted from the stock.
The value of all the items underneath soap is $9.90.
The value of all the items underneath cereal is $0.00.
Sorry, soap is already in stock. No changes made.
You are to write a program that creates and maintains a binary search tree of items in a super market. Each item has a name and a value. All item names will be lowercase alphabetic strings of less than 30 letters. All values will be positive real numbers representing prices. Also, for each node in the tree, you are to maintain the value of all of the items in that subtree. Your tree should be “sorted” based on alphabetical ordering of the item names as determined by strcmp. Your program must allow the user to do the following:
1) Add an item to the inventory
2) Delete an item from the inventory
3) Print out all of the items in the inventory in alphabetical order.
4) Print out the value of all items underneath the subtree of a given item.
For example, if the user adds these items:
a) “soap”, $2.95
b) “raisins”, $2.00
c) “jellybeans”, $5.00
d) “tea”, $1.95
in this order, then the structure of the binary tree would be as follows:
soap 2.95
total: 11.90
/
raisins 2.00 tea 1.95
total: 7.00 total 1.95
/
jellybeans 5.00
total: 5.00
Input File Specification (inventory.txt)
The first line of the input file will contain a single positive integer, n, representing the number of commands to execute. The following n lines will contain one command each, in the other they are to be executed.
The first number of each of these lines will be either 1, 2, 3 or 4, to signify the choices listed above.
If the choice is 1, it will be followed by the name of the item added and its price (as a number), both separated by spaces.
If the choice is 2, it will be followed by the name of the item to be deleted.
Choice 3 will be on a line by itself.
Choice 4 will be followed by a single string storing an item.
Output Specification
For each command, your program should provide some output.
The output provided by each command should be separated by a blank line.
For choice 1, if the item to be added is NOT in the tree, output a line with the following format:
item has been added to the stock.
where item is the name of the item added. If the item is ALREADY in the tree, output a line with the following format:
Sorry, item is already in stock. No changes made.
For choice 2, if the item to be deleted is IN the tree and is successfully deleted, output a line with the following format:
item has been deleted from the stock.
If the item is NOT in the tree, then output a line with the following format:
Sorry, item couldn’t be deleted because it’s not in stock.
For choice 3, the first line should read:
Here is a list of the items in stock:
Each following line should have information about one item and the list should be in alphabetical order by item name. Here is the format for one of these lines:
item $price
The price should be printed out to two decimal places exactly.
Finally, for choice 4, print out the sum of the values of all the items in the subtree rooted by the designated item. If this item is NOT in the tree, $0.00 should be printed out. Here is the format for the output for this option.
The value of all the items underneath item is $price.
Implementation Restrictions
You must store the data in nodes of a binary tree. Each binary tree node must store 3 pieces of information: the name of the item, its price, and the sum of the prices of all the items in its subtree.
Sample Input File
11
2 soap
1 soap 2.95
1 raisins 2.00
1 jellybeans 5.00
1 tea 1.95
4 raisins
3
2 raisins
4 soap
4 cereal
1 soap 3.50
Sample Output
Sorry, soap couldn’t be deleted because it’s not in stock.
soap has been added to the stock.
raisins has been added to the stock.
jellybeans has been added to the stock.
tea has been added to the stock.
The value of all the items underneath raisins is $7.00.
Here is a list of the items in stock:
jellybeans $5.00
raisins $2.00
soap $2.95
tea $1.95
raisins has been deleted from the stock.
The value of all the items underneath soap is $9.90.
The value of all the items underneath cereal is $0.00.
Sorry, soap is already in stock. No changes made.
PS: I may not answer right away to you bids, so after you bid please allow some time for answer.
We are looking for a standalone application that can post an event to the windows application log for every process that starts on the machine within a time frame specified from a command line parameter.
Ideal requirements:
- standalone app ( would like to minimize dependencies as this program would be run on a variety of machines with no guarantee of having java / perl installed.)
- run on windows server 2k3, vista, xp platforms
- command line interface accepting parameters for us to specify the time window to log started processes and the event ID that would be generated in the application log on the windows machine.
- generated event log would list any associated network ports with the process and any calling process.
Wishful thinking:
- the application would start at a scheduled time, monitor and log process initiation during the specified time window then terminate on its own.
What we intend to do with it:
- use the application in a variety of command line managment scripts and deployed to select machines for troubleshooting purposes.
Images : http://www.partenium.com/appelgratos/2/jpg.zip
xhtml : http://www.partenium.com/appelgratos/2/apples-php-28jun09.zip
Project :
It is a service that offers telecom services to users.
The website will require user to subscribe, pay and then use their credit to call people abroad.
I only need you to make the website, all the telecom part is on another server and I will send you precise mysql commands to get information from this server.
You can see the screen capture of the design on :
and the xhtml on :
appelsgratos2 :
Admin will be able to add/edit/remove destination and prices (3 prices per destination) from administration panel.
The countries will be listed in alphabetical order.
INSCRIPTION : This is the login and registration (step1) page. User can login using the header or when he is trying to access a page that requires to be loggued (Mon compte =>
My acount, Recharger => Add credit, D
This project should be very simple: create a self-extracting archive of the following file:
http://www.abisource.com/downloads/abiword/2.6.8/Windows/abiword-setup-2.6.8.exe
The above file is already a self-extracting archive. However, I want the self-extracting archive that you create to simply install the above file using a command line switch that does a specific kind of installation. For example:
c:abiword-setup-2.6.8.exe /INSTALLTYPE=2
The above command line installation would install the file exactly how I want it to install with the self-extracting archive that you create.
If you install the above file (which is a free Microsoft Word compatible Word processor), it installs by default to the “Typical” installation. However, with the above command line switch, it installs installs the “Full (with file associations)” configuration, which is what I want.
I am very sensitive to price, so please bid accordingly. If someone bids the right amount and can finish this job quickly, I will likely end the bidding within a few hours of this posting (perhaps immediately) and select you. When bidding, please write the word “Excel” in your bid comments so that I know you speak English and understand and have read these requirements.
I attached a picture with circled things.
Now, I want the software to be a command line type.
I need the software to create image like this or .PDF, and the software has to change few things when i write some commands.
Red Circle – is the time, which has to be exactly the same when i write command “finish”.
Violet Circle – is the SWIFT and it has to change in those two places, when i write command “SWIFT abcdefg” (where abcdefg is the new swift code).
Black Circle – is the amount which has to change in all those places where its circled black in tht format, with command “AMT 10000000″ (would be Ten million euro).
Blue Circle – has to be the beneficiary account name, and should change when i write “BEN ABCD EFG” (where ABCD EFG would be the name).
Gray Circle – is a date which has to be the todays date when i write “finish”
Green Circle – is a date which has to be exactly 1 month later date when i write “finish”
I need this to be done very very very very fastly in 24-48 hours or maybe little more.
PHP/FLASH GURU REQUIRED
So my other developer has gone back to medical school and has abandoned my project -. I need someone to pick up from where he has left off – he has completed most of the project but has stopped right at the most critical point!
The entire back end programming I think is done with PHP (using the SMARTY template system). See if you are able to pick up this project from where he has left off and let me know how much payment you would like to complete this project – I have had a range of bids from 1000 to 2000 since the start of posting these projects on scriptlance – the developer has put a lot of work into it already but there is still a lot of debugging, documentation and finishing off the final steps so I would probably be willing to pay someone around $1000 – $1400 for a good finishing job on this.
This is a pretty technical project requiring excellent PHP skills and flash integration as well as the ability to pickup on functionality/API of programs (Mazaika and Zoomify) so please take a good look and see if you have the skills necessary to complete this and give me your honest opinion of whether you can do it.
Below is what has been done and where we are so far – If you are interested and feel confident that you can do it then I will work out a detailed requirement sheet for your approval:
*Original project was described here: http://www.scriptlance.com/projects/1215560627.shtml
**This is the repost of the project: http://www.scriptlance.com/projects/1219877553.shtml and has been worked on ever since by the developer who has just quit.
***PLEASE READ!!! A couple of months back I was ready to cancel the project on the above developer as he was taking so long to get anything done so I created another project: http://www.scriptlance.com/projects/1233079981.shtml i got a few good developers which I was going to pass this onto but the original developer said he was still continuing to work on it. These are basically the same requirements we still have SO PLEASE READ!!!
So far what has been done:
1. User fills in the
Hello,
This is how it should work.
I have 5 ads saved. I check the checkbox next to the 5 ads
and then click on Post. All 5 ads should then be inserted into the database.
This is how it’s working.
It enters 5 ads but they all have the same adbody and url.
here is the echo statement:
insert into post (adbody,userid,posted,url,saved_id) values(‘Entire Package Of 50 Awesome Newly Released Products’,'showme48′,’1242502038′,’http://resellermania.net/’,’2′)
Your message has been added successfully. You have 24 post left today. Click Here to post again.
insert into post (adbody,userid,posted,url,saved_id) values(‘Entire Package Of 50 Awesome Newly Released Products’,'showme48′,’1242502038′,’http://resellermania.net/’,’3′)
Your message has been added successfully. You have 24 post left today. Click Here to post again.
insert into post (adbody,userid,posted,url,saved_id) values(‘Entire Package Of 50 Awesome Newly Released Products’,'showme48′,’1242502038′,’http://resellermania.net/’,’138′)
Your message has been added successfully. You have 24 post left today. Click Here to post again.
insert into post (adbody,userid,posted,url,saved_id) values(‘Entire Package Of 50 Awesome Newly Released Products’,'showme48′,’1242502038′,’http://resellermania.net/’,’211′)
Your message has been added successfully. You have 24 post left today. Click Here to post again.
insert into post (adbody,userid,posted,url,saved_id) values(‘Entire Package Of 50 Awesome Newly Released Products’,'showme48′,’1242502038′,’http://resellermania.net/’,’213′)
Your message has been added successfully. You have 24 post left today. Click Here to post again.
As you can see the adbody and url are the same for every post but they are of 1 ad.
Here is the code I’m using:
foreach($saved_id as $each) {
$qpost=”insert into post (adbody,userid,posted,url,saved_id) values(‘”.$_POST['message'].”‘,’$userid’,'”.time().”‘,’”.$_POST['url'].”‘,’$each’)”;
echo $qpost;
$rpost=mysql_query($qpost);
echo “<center><p><b>Your message has been added successfully. You have “.($numpost – $todaycount – 1).” post left today. <a href=posttextads.php>Click Here</a> to post again.</b></p></center>”;
}
Obvioulsy I need this to work correctly.
Part1:
Need:
Knowing the Subtotal (Total Non-taxes, Out Discounts, Shipping Out) customer orders over the month n-1
New Field in the Client Rules basket price, to apply a percentage discount based on the amount of customer orders for the month n-1
In the Frontend:
In ‘Account’, ‘My orders’, to display the subtotal command month n-1
In the Backend:
In ‘Manage Clients’,’ the client ‘, to display the subtotal command month n-1
In ‘Rules basket price’, create new attribute client subtotal command month n-1 ‘
Ex: If the amount of the subtotal command month n-1 is greater than or equal to Euros then apply xx xx% discount on the order ….
*_*_*_*_*__**_
Part 2
We would like to add 4 lines (4 quarters) in total control, allowing each line to add the amount payable on the total including tax.
This amount is liable indicated in the admin in the client file, once informed owes this amount by the customer is displayed in the total of their next order. The line appears only if an amount is entered in the admin.
Once the order is met, the amount is more accountable and reset the admin client file.
Possibility of this additional line called
These lines must also appear in the management of customer orders in the admin (facture. ..)
*_*_*_*__*_*_
Please include for me your best price for this modification in your PM.
//\ Urgent //\
Part1:
Need:
Knowing the Subtotal (Total Non-taxes, Out Discounts, Shipping Out) customer orders over the month n-1
New Field in the Client Rules basket price, to apply a percentage discount based on the amount of customer orders for the month n-1
In the Frontend:
In ‘Account’, ‘My orders’, to display the subtotal command month n-1
In the Backend:
In ‘Manage Clients’,’ the client ‘, to display the subtotal command month n-1
In ‘Rules basket price’, create new attribute client subtotal command month n-1 ‘
Ex: If the amount of the subtotal command month n-1 is greater than or equal to Euros then apply xx xx% discount on the order ….
*_*_*_*_*__**_
Part 2
We would like to add 4 lines (4 quarters) in total control, allowing each line to add the amount payable on the total including tax.
This amount is liable indicated in the admin in the client file, once informed owes this amount by the customer is displayed in the total of their next order. The line appears only if an amount is entered in the admin.
Once the order is met, the amount is more accountable and reset the admin client file.
Possibility of this additional line called
These lines must also appear in the management of customer orders in the admin (facture. ..)
*_*_*_*__*_*_
Please include for me your best price for this modification in your PM.
Hi!
Problem:
I have a file which is used for checking up information with a program. The program accesses the file and is getting the commands what to do out of the file. To seperate different commands in the file the HEX 00 method is used – this means in simple words.
The program looks in file for first command -> then for the hex 00 byte -> then for the next command -> then for the hex 00 byte and so on until the end is finished.
The program (file) is used for checking domain names. I do not want to create the files by hand and HEX editor anymore. I have created a demo file, which I need, in the attachment (by hand).
What I want:
I want to copy and paste a list (in a script or program) and it should create for me the data file in correct syntax (including hex00 for seperation).
There are 3 checks for .eu names in the file at the moment.
I want to extend this file (depending on the names I want to check).
In the file there are commands like
<domain:name>????.eu</domain:name>..
<domain:name>????.eu</domain:name>..
<domain:name>????.eu</domain:name>..
The ???? should be substituted with the names of the list
Example:
List has:
agej
ekgeg
hwhgz
So the file should have
<domain:name>agej.eu</domain:name>..
<domain:name>ekgeg.eu</domain:name>..
<domain:name>hwhgz.eu</domain:name>..
Each command block ends with </epp> and the HEX00 tag.
Program (or script) should create one command block per name in list and should end the file correctly with HEX00 tag between the command blocks.
Hope that all is ok.
This small project is to create a VB front end that should replace a simple DOS menu.
Currently the DOS menu promtps the user for 5 arguments (name_string, scenario, user, pass, site) and then allows the user to select one of the 30 menu items.
Depending on the menu item choose, the Batch file just call a VBscript.
I don’t need integration with that script. Just the VB front end that will pass the command depending on what the user has clicked.
I also don’t need a fully populated VB GUI, as long as I can then edit the source, I will add more options myself.
Easy but no time.
**********
User Input
**********
set /P target_san=Enter Target Name]. (%target_name%):
If ‘%target_san%’==” goto SYNTAX
set /P scenario=Enter Scenario [A, B, C] (%scenario%):
If ‘%scenario%’==” goto SYNTAX
set /P username=Enter Username (%username%):
If ‘%username%’==” goto SYNTAX
set /P password=Enter Password (%password%):
If ‘%password%’==” goto SYNTAX
set /P trigram=Enter Site Trigram(%trigram%):
If ‘%trigram%’==” goto SYNTAX
……
Target name should be radio buttons with 3 names hardcoded
scenario is a drop down.
rest is InpuBox.
echo. General settings
echo. ———————
echo. 1. Action 1
echo. 2. Action 2
etc….
:ENTER
set /p choice=
if ‘%choice%’==’1′ set label=action_01
if ‘%choice%’==’2′ set label=action_02
etc…
Each choice is unique (there are 40 of them) so a radio box is enough.
No multiple tick box are required and drop down list too prone to errors.
Then a big Green button that says go
REM ************************************
REM Command sent to the VBscript
REM ************************************
cscript “:PathVBscript.vbs” %target_name% %LABEL% %scenario% %username% %password% %trigram%
So the VB GUI is just used to create the command line above and display what’s going on in a DOS prompt embedded in the interface. The VBscript issues some Command Prompt so we need to see them.
xercise 2 uses a modified form of the solution to exercise 1.
Vectors and i/o streams exercise 1
Practice with files and string streams
Complete the program ~cs9f/lib/p3.1.cpp so that the program repeatedly recognizes and processes the commands from the following list.
update word number
list names
list quantities
batch file-name
quit
Each legal command must appear on a single line, and have the correct number and type of arguments. The update command must be followed by a word
I’m trying to establish a TLSs/SSL connection (via FTPS) to my server, which is using the following:
InterWorx-CP Version: InterWorx-CP v3.0.4 [Unlimited Domain]
Distribution: CentOS release 4.7 (Final)
Operating System: Linux 2.6.9-78.0.8.ELsmp (SMP)
There is a firewall in place. I’m not sure whether that is an issue.
Here is what I’m getting when trying to establish the connection:
Status:
I need a software which i need for my college, it’s like an exam!
That needs to be done in C++ OOP
I attached 2 pictures, so you can see how it needs to be done. I need this very urgent and today!
THank you
I have a very small project.. convert the following VBScript code to JavaScript (so it will work in Firefox and IE.. not just Internet Explorer!):
<script language=”VBScript”>
<!–
Sub generate_FSCommand(ByVal command, ByVal args)
call generate_DoFSCommand(command, args)
end sub
–>
</script>
This code is being called forth from a Flash component. It works great within Internet Explorer.
This is the JavaScript code that is called from the VbScript:
<script language=”JavaScript”>
<!–
function generate_DoFSCommand(command, args) {
f = document.productDetails;
if ( command == “agf_arg” ) {
f['xV'].value = args;
f['xVs'].value = args;
}
}
–>
</script>