Myshell batchfileKazi

Kichujio

Utafutaji wangu
Chuja ukitumia:
Bajeti
hadi
hadi
hadi
Aina
Ujuzi
Lugha
    Jimbo la Kazi
    59 myshell batchfile kazi zimepatikana, bei imeletwa USD

    To develop a C program that uses fork(), pipe(), and the exec() family of process system calls to process simple shell commands. Your Cprogram must be named myShell. and, after compiled, the executable produced is to be named mysh.

    $514 (Avg Bid)
    $514 Wastani wa Zabuni
    35 zabuni

    To develop a C program that uses fork(), pipe(), and the exec() family of process system calls to process simple shell commands. Your Cprogram must be named myShell. and, after compiled, the executable produced is to be named mysh.

    $25 (Avg Bid)
    $25 Wastani wa Zabuni
    7 zabuni

    Hello, I have prepared a batchfile which needs some tweaks. I put in a random function but it is effecting some of the commands. I want someone very much experienced in both windows batchfile and imagemagick to fix / or generate new codes for me.

    $23 (Avg Bid)
    $23 Wastani wa Zabuni
    3 zabuni

    Hello, I need someone who is powershell expert to modify the script and to use may be base 64 string. I need to combine batchfile inside a powershell.

    $14 / hr (Avg Bid)
    $14 / hr Wastani wa Zabuni
    10 zabuni

    Keep both alive in Telegram for PC. Telegram bot dies after 2 hrs if you don't post to it. This was done to conserve telegram resources. I current have a send keys bot on my windows server. Current code is below: but not a solution. I need something that ca...PC. Telegram bot dies after 2 hrs if you don't post to it. This was done to conserve telegram resources. I current have a send keys bot on my windows server. Current code is below: but not a solution. I need something that can do this automatically without interfering with my server work. I dont care what code you use as long work and dont disturb my server process. param($minutes = 300) $myshell = New-Object -com "" for ($i = 0; $i -lt $minutes; $i++) { Start-Sleep -Seconds 60 $("/buy{ENTER...

    $40 (Avg Bid)
    $40 Wastani wa Zabuni
    2 zabuni

    You will write a program named myshell that is capable of executing user's commands. Your program should print out a prompt: myshell> when it is ready to accept input. It must read a line of input, accepting several possible operations. This is a very simple shell, so it only accepts two operations: run and exit. 1. The run operation will execute other programs specified by the users. For example: run ls will execute ls. run ls -l will execute ls -l run date will execute date run who will execute who If user provides an unknown program, the shell should print out an error message. run azzxcd will try to execute azzxcd but will fail.

    $43 (Avg Bid)
    $43 Wastani wa Zabuni
    4 zabuni

    Implementing a program named myshell that is capable of executing user's commands. Your program should print out a prompt: myshell> when it is ready to accept input. It must read a line of input, accepting several possible operations. This is a very simple shell, so it only accepts two operations: run and exit. Find the complete description in the file attached bellow.

    $15 (Avg Bid)
    $15 Wastani wa Zabuni
    3 zabuni

    Implementing a program named myshell that is capable of executing user's commands. Your program should print out a prompt: myshell> when it is ready to accept input. It must read a line of input, accepting several possible operations. This is a very simple shell, so it only accepts two operations: run and exit. Find the complete description in the file attached bellow.

    $34 (Avg Bid)
    $34 Wastani wa Zabuni
    5 zabuni

    Program named MYSHELL that is capable of executing user commands, program should print out prompt- myshell > When it is ready to accept input it must read a line of input, accepting several possible operations. This should accept 2 operations that is RUN and EXIT. For more informationa and examples please refer the attached documents.

    $30 (Avg Bid)
    $30 Wastani wa Zabuni
    4 zabuni

    Interactive Shell: Write a C/C++ program to implement an interactive shell in which users can execute commands. Call this program myShell. Create an infinite loop (while(1)) that repeatedly prompts the user to enter a command (see example output and input below). Before executing the command entered by the user, the command must be compared against the list of supported commands shown here: dir help vol path tasklist notepad echo color ping Since some commands require more than one argument (e.g. echo, color, ping), you will need to parse the user input into its arguments. Consider using the strtok() function. For example: COMMAND TYPED BY THE USER: ping ARGUMENT 0: "ping" ARGUMENT 1: "" If the command in argument[0] is in the list above, your program must...

    $33 (Avg Bid)
    $33 Wastani wa Zabuni
    4 zabuni
    linux expert Imeisha left

    shell should support the following functions this does not mean your shell should implement LS but rather the ability to execute the LS program): • Must maintain myargc and myargv for commands you will fork. In some cases you may need multiple instances for pipe commands. • The commands ...maintain myargc and myargv for commands you will fork. In some cases you may need multiple instances for pipe commands. • The commands cd and pwd must be implemented in your shell. • Execute a single command with up to four command line arguments (including com- mand line arguments with associated flags). For example: – myshell>> ls –l – myshell>> cat myfile – myshell>> ls –al /usr/src/linux • Execute a co...

    $17 (Avg Bid)
    $17 Wastani wa Zabuni
    4 zabuni

    I need a dos batch file that calls a number of batch files. Each batch file installs one of a number of applications and one sets up IIS - Studio 3t - Docker - Git - Git bash - Redis desktop mgr * - Rabbitmq * - Mongodb * - Elasticsearch * I have docker compose files for these - Fiddler - Sourcetree - IIS - install Url Rewrite o Set up application pools – optionally shut down the application pool if kestrel is being used o Set up www and api websites pointing to c:/users/xxxx/source/repos/4ward365 o Optionally shut down the api website if kestrel is being used o Install ssl certificate as Trusted AND Personal so that kestrel can access it o Carry out binding to port 80 - and 443 (for certificate) for api website if not using kestrel I can pay $150 for this work but it ne...

    $223 (Avg Bid)
    $223 Wastani wa Zabuni
    6 zabuni

    Write a C++ program to implement an interactive shell in which users can execute commands. Call this program myShell. Create an infinite loop (while(1)) that repeatedly prompts the user to enter a command (see example output and input below). Use fgets() to read a line of input from the user. Before executing the command entered by the user, the command must be compared against the list of supported commands shown here: dir help vol path tasklist notepad echo color ping Since some commands require more than one argument (e.g. echo, color, ping), you will need to parse the user input into its arguments. Consider using the strtok() function. For example: COMMAND TYPED BY THE USER: ping [login to view URL] ARGUMENT 0: "ping" ARGUMENT 1: "[login to view ...

    $30 (Avg Bid)
    $30 Wastani wa Zabuni
    1 zabuni

    We have a very old program which runs from a series of batch files that are not compatible with Windows 10 64bit, and we wondered if it's possible to convert these batch files into one EXE file and be able to run it in compatibility mode with Windows 10 32bit or 64bit

    $107 (Avg Bid)
    $107 Wastani wa Zabuni
    14 zabuni

    I need someone help me to configure callto link that in windows registry automatically start a batchfile that was written by me.

    $19 / hr (Avg Bid)
    $19 / hr Wastani wa Zabuni
    6 zabuni

    client wants to send a message (JSON?) containing "name" (string), "date" (current system date) and "time" (current system time) from Windows OS using a vbscript (with ). On webpage the message should be saved to MYSQL Database. Tasks: - Implement REST API (secure) on server to save data to database - Create batchfile for Windows (with predefined Variable "name") that gets date, time from windowsserver and sends it to the above REST API Help (must not be used): - Batch script for time and Date: - Sample to post restful API with VBscript:

    $55 (Avg Bid)
    $55 Wastani wa Zabuni
    5 zabuni

    Your program must be invoked as follows: myshell [batchfile] The batchfile is an optional argument. If present, your shell program will operate in the batch mode and read the file and interpret each line of the file as commands to be executed. If not present, your shell program will run in interactive mode by printing a prompt to the user at stdout and reading the command from stdin. Your shell program should handle different situations and handle them properly. The following are examples (these are not complete): - When the shell is run with more than one argument, the program should print an error message and quit. - When the bachfile does not exist or cannot be opened, the shell should print an error message and quit. - During the shell’s execution, when th...

    $93 (Avg Bid)
    $93 Wastani wa Zabuni
    5 zabuni

    Interactive Shell: Write a C/C++ program to implement an interactive shell in which users can execute commands. Call this program myShell. Create an infinite loop (while(1)) that repeatedly prompts the user to enter a command (see example output and input below). Use fgets() to read a line of input from the user. Before executing the command entered by the user, the command must be compared against the list of supported commands shown here: dir help vol path tasklist notepad echo color ping Since some commands require more than one argument (e.g. echo, color, ping), you will need to parse the user input into its arguments. Consider using the strtok() function. For example: COMMAND TYPED BY THE USER: ping ARGUMENT 0: "p...

    $39 (Avg Bid)
    $39 Wastani wa Zabuni
    5 zabuni

    I am putting together a Windows Form which I need help to perform the f...create a variable from the user selection so it can be used for the install path. I would like to modernize this and do the following from a nice GUI: 1. Read the commands from the old batchfile. 2. Run the commands on a remote PC in a domain environment non-interactive (silent as like psexec) 3. Echo results back to Form in a status box or similar 3. I am not sure how to launch the commands remotely or the best way to go about this, I did read about starting a process with a /k switch for hidden. e.g. NET USE X: SERVERDIRECTORYSOME_APP CD X: batchfile usually contains something like MSIEXEC /I "" /qn......... If anyone would like to assist I'd be greatful

    $13 / hr (Avg Bid)
    $13 / hr Wastani wa Zabuni
    33 zabuni

    Write a C++ program to implement an interactive shell in which users can execute commands. Call this program myShell. Create an infinite loop (while(1)) that repeatedly prompts the user to enter a command (see example output and input below). Use fgets() to read a line of input from the user. Before executing the command entered by the user, the command must be compared against the list of supported commands shown here: dir help vol path tasklist notepad echo color ping Since some commands require more than one argument (e.g. echo, color, ping), you will need to parse the user input into its arguments. Consider using the strtok() function. For example: COMMAND TYPED BY THE USER: ping ARGUMENT 0: "ping" ARGUMENT 1: "" If the comma...

    $49 (Avg Bid)
    $49 Wastani wa Zabuni
    18 zabuni

    I have a list of tens of thousands of AU TLDs to scrape for FB, Twitter, G+, Linkedin and YouTube account links (no other social media just these, and not like,follow,share). Tried to adapt random scripts and batchfile examples off Github, Stackoverflow, Webdev etc and have tried regex generators unsuccessfully. Need a script that can parse a list of URLs from an external txtfile for all or any social media links and output the results to a csv file (see attached xls for a sample of domains to test with and some scraped data showing csv delimiters).

    $66 (Avg Bid)
    $66 Wastani wa Zabuni
    5 zabuni

    Need some one who knows how configure CCcam, NewCS & Cardserver Proxy on a standard debian linux server already install...debian linux server already installed with remote putty/FTP access. Your work: 1, Mount cardreaders (4 off) 2, Install & configure CCcam, NewCs & Cardserver Proxy (last version) 3, Optimise the above for speed and effiency 4, Install some Tools for the emus like CCcamInfoPHP for CCcam incl. NewCS remote configuration tools 5, Add batchfile to check by cron the cams are running and restart the cams if it dont respond to this batchfile & also the proxy. 6, Add firewall and fast proxy to the server (reverse Ip) or a other way to hide or encrypt the dyndns (IP) If you dont know what is CS, CCcam, NewCs and Cardserver Proxy or dont...

    $12152 (Avg Bid)
    $12152 Wastani wa Zabuni
    4 zabuni

    SOFTWARE INSTALLATION & MAINTAINANCE, BATCHFILE CREATION FOR BARCODE , BARCODE TAG FORMAT CREATION,,

    $152 - $456
    $152 - $456
    0 zabuni

    SOFTWARE INSTALLATION & MAINTAINANCE, BATCHFILE CREATION FOR BARCODE , BARCODE TAG FORMAT CREATION,,

    $260 (Avg Bid)
    $260 Wastani wa Zabuni
    2 zabuni

    I am looking for a website to host from my own PC. It needs to have a password protection because I want to use it to control lighting in my house. All it needs to do is trigger batch files in a folder. this can be "C:" or "" From there it will switch the rel...have a password protection because I want to use it to control lighting in my house. All it needs to do is trigger batch files in a folder. this can be "C:" or "" From there it will switch the relays I have connected via USB. First prize would be if I could trigger using a URL as a bookmark. so http::password would trigger the relevant batchfile. (Or a URL like it) Ideally in HTML so I can climb in afterwards and add for the additional 7 relays.

    $181 (Avg Bid)
    $181 Wastani wa Zabuni
    14 zabuni

    Need some one how make the configuration from my CCcam NewCS Server CCcam and NewCS Your work mount cardreaders make the CCcam and NewCs (last version) together working most only configuration work Install some Tools for the emus like CCcamInfoPHP for CCcam incl. configuration, add batchfile to check by cron the cam are running and restart the cam if it dont respond this batchfile i have for CCcam need also for NewCs Add firewall and fast proxy to the server (reverse Ip) or a other way to hide or encrypt the dyndns (IP) If you dont know what is CS, CCcam, NewCs dont place a bid here

    $155 (Avg Bid)
    $155 Wastani wa Zabuni
    1 zabuni

    Generate 400 movies from a list with city names. You write a batchfile for premiere or other program and generate the unieke moevies. From the batchlist a new cityname is used to generate unieke movies with fadeout of the cityname (text) When your done you upload them to youtube and edit the discribtion. BUDGET 120 USD

    $142 (Avg Bid)
    $142 Wastani wa Zabuni
    6 zabuni

    Generate 400 movies from a list with city names. You write a batchfile for premiere or other program and generate the unieke moevies. From the batchlist a new cityname is used to generate unieke movies with fadeout of the cityname (text) When your done you upload them to youtube and edit the discribtion. BUDGET 120 USD

    $113 (Avg Bid)
    Dharura
    $113 Wastani wa Zabuni
    8 zabuni

    Project: Convert dos batchfile to MS powershell We have 3 small batch files that we have used on a Server 2003 environment to do the following: Rename file Move copy to Archive Directory Send file to different server using FTP We moved our application to Server 2012R2 and find that the batch files WILL work if we launch them manually, but they DO NOT work if we try to launch with Windows Task Scheduler. We are advised we must translate to Powershell in order to get Task Scheduler to launch the scripts.

    $121 (Avg Bid)
    Dharura
    $121 Wastani wa Zabuni
    14 zabuni

    Hej, PoszukujÄ™ programisty do napisania prostego batch file-a. Docelowy batchfile posÅ‚uży do stworzenia rozwiÄ…zania odpalanego z pÅ‚yty CD, które to rozwiÄ…zanie: a) odpali instaler zewnÄ™trznej aplikacji (nazwijmy jÄ… "Q") i pozwoli zainstalować jÄ… użytkownikowi b) nastÄ™pnie gdyby użytkownik uruchomiÅ‚ aplikacjÄ™ z poziomu instalera ("Run now") batch file zabije launcher aplikacji Q c) nastÄ™pnie batch file przegra dodatkowe pliki do odpowiedniego katalogu aplikacji Q (pliki bÄ™dÄ… znajdowaÅ‚y siÄ™ na serwerze FTP lub na pÅ‚ycie CD) d) nastÄ™pnie batch file usunie skrót do aplikacji Q, znajdujÄ…cy siÄ™ na pulpicie i pojawiajÄ…cy siÄ™ tam domyÅ›lnie oraz podmieni go na batch file, który bÄ™dzie uruchamiaÅ‚ aplikacjÄ™ Q z okreÅ›lonymi parametrami e) ...

    $20 (Avg Bid)
    $20 Wastani wa Zabuni
    1 zabuni

    hi there, I am looking for someone who is pretty much call himself expert on setting up batch file ( robocopy or similar ) what I like you to do, have look at my current robocopy batch file and change as per my requirement. quick job for expert budget - $25 nzd

    $14 (Avg Bid)
    $14 Wastani wa Zabuni
    15 zabuni

    I am looking for a simple script / batchfile which is able to send an information/warning email to users. There is an existing ini/configuration file (csv) which contains foldername+email address. The script should check the foldersize of each folder in a specific location and based on predefined thresholds users should get an information or warning message via email (smtp). eMail content (example) 1st mail: you have stored more than 500 MB in your personal folder. please delete something! 2nd mail: you have stored more than 1000 MB in your personal folder. This is the last warning! Please delete something The script should run on a windows based computer (win7, windows server 2008) Favored is a powershell or vbscript as simple as possible.

    $92 (Avg Bid)
    $92 Wastani wa Zabuni
    35 zabuni

    I have a bunch of cpp/.h files that have #include lines that are not cased correctly. (The new compile is case sensitve) Write a script (pearl,.net,java or other - explain what i need to run it) for windows that does this. (Exe is not accepted) Find all .cpp/.h files in a recursive path and make all the #include lines in them match the correct filenames filenames that should be used for a match are in the same recursive path. Only contents of the file should be changed. example files in a recursive path are ** and *OtherFilename.h* in file ** **#include "otherfilename.h"** needs to be changed to **#include "OtherFilename.h" ** save the file, that's it. Algorithm (proposed) Build a table of all filenames recursively in a path. use t...

    $32 (Avg Bid)
    $32 Wastani wa Zabuni
    7 zabuni

    I have an Ubuntu server that i use as my development serve...I prefer a shell script to do this but a web interface is also good as long as the efforts that i need to put in to creating an account are near to zero. Ideally i would have to do something like the following /myshell$ / <projectname> <username> please specify password: blablabla and then i would be done, it is even ok if the password has to be filed in on the same line. It would be nice to have an easy way to remove users again /myshell$ / <username> And it would also be nice to be able to get a list of all users + project folders /myshell$ / I will configure the firewall / portmappings, you will receive a valid username + password with sudo privileges to set this up for ...

    $37 (Avg Bid)
    $37 Wastani wa Zabuni
    7 zabuni

    Tafadhali Jisajili ama Ingia ili kuona maelezo.

    Imefichwa

    ...code creation: up to 500 per time. Data Type: website URL, YouTube video, google maps location, Twitter, Facebook, iTunes link, Plain text, Telephone Number, Sms Message, Email Address, Contact details(Vcard), Event(Vcalendar). Image Manager: High Resolution QR code Images up to 300px @ 300 dpi, QR codes colouration. Data Output: Downloadable, Print, Email, Custom QR code for products, Batchfile Upload. Vector (EPS, SVG,PDF) or Raster(PNG,JPG,GIF). Integration with print and pre press Solution and Change QR code action after Print or anytime. Error Correction level- User Selectable level L, Q,M or H. REPORTING DASHBOARD FOR QR CODE CAMPAIGN ANALYTICS. It will provide detailed insight on QR campaigns based on valuable performance metric.   Â&nb...

    $875 (Avg Bid)
    $875 Wastani wa Zabuni
    2 zabuni

    ...code creation: up to 500 per time. Data Type: website URL, YouTube video, google maps location, Twitter, Facebook, iTunes link, Plain text, Telephone Number, Sms Message, Email Address, Contact details(Vcard), Event(Vcalendar). Image Manager: High Resolution QR code Images up to 300px @ 300 dpi, QR codes colouration. Data Output: Downloadable, Print, Email, Custom QR code for products, Batchfile Upload. Vector (EPS, SVG,PDF) or Raster(PNG,JPG,GIF). Integration with print and pre press Solution and Change QR code action after Print or anytime. Error Correction level- User Selectable level L, Q,M or H. REPORTING DASHBOARD FOR QR CODE CAMPAIGN ANALYTICS. It will provide detailed insight on QR campaigns based on valuable performance metric. MEASUREMENT PARAMETERS ...

    $252 (Avg Bid)
    $252 Wastani wa Zabuni
    2 zabuni

    Script to delete files that havent been accessed within four days and delete files which are older than 30 days + N where N is a random number between 1-10 (random per file deletion). Script is to run on server 2008 against a specified folder root and to check in each subfolder for files. Script should be in either powershell or dos batchfile.

    $30 (Avg Bid)
    $30 Wastani wa Zabuni
    2 zabuni

    need a batchfile to install, config and install database and tables in mysql server silently without the user have intervention or seeing the process

    N/A
    N/A
    0 zabuni

    HI , I need a small batch file / script created for windows mobile 6.5 . I have a htc hd2 phone I need to run putty mobile to log into a certain linux server and run a command . basically if I do this manually the sequence is the floowing : ( what is with < > is typed info ) run open IP x.x.x.x login name : < I type the login > password : <type password> login @ip : <su> root password : <enter password > root@ip : < type : /etc/init.d/mysqld/ restart > stop mysql start mysl ( I will not provide the sever IP and credentials at this stage ) basically I would like to place putyy mobile and the batch file in the same folder , and click on the script and the script will fire up putty mobile , connect to ...

    $5 - $10
    $5 - $10
    0 zabuni
    Shell in C Imeisha left

    ...(displays a help file listing all of the commands that can be used) -quit (exits the shell) It should be called "myshell" All programming should be in C, the commands should be programmed in C and they can't just call pre-compiled code. For example, I DON'T want this: host() { system("hostname"); exit(0); } But I DO want something like this: (this is an echo command, found it on wikipedia) int echo(int argc, char *argv[]) { int i; for (i = 1; i < argc; i++) printf("%s%s", argv[i], (i < argc-1) ? " " : ""); printf("n"); return 0; } The shell must be able to take its commands from a batch file, i.e., myshell batchfile. The bat...

    $45 (Avg Bid)
    $45 Wastani wa Zabuni
    7 zabuni

    Need some one who knows how configure CCcam, NewCS & Cardserver Proxy on a standard debian linux server already install...debian linux server already installed with remote putty/FTP access. Your work: 1, Mount cardreaders (4 off) 2, Install & configure CCcam, NewCs & Cardserver Proxy (last version) 3, Optimise the above for speed and effiency 4, Install some Tools for the emus like CCcamInfoPHP for CCcam incl. NewCS remote configuration tools 5, Add batchfile to check by cron the cams are running and restart the cams if it dont respond to this batchfile & also the proxy. 6, Add firewall and fast proxy to the server (reverse Ip) or a other way to hide or encrypt the dyndns (IP) If you dont know what is CS, CCcam, NewCs and Cardserver Proxy or dont...

    $525 (Avg Bid)
    $525 Wastani wa Zabuni
    2 zabuni
    Shell in C Imeisha left

    ...(displays a help file listing all of the commands that can be used) -quit (exits the shell) It should be called "myshell" All programming should be in C, the commands should be programmed in C and they can't just call pre-compiled code. For example, I DON'T want this: host() { system("hostname"); exit(0); } But I DO want something like this: (this is an echo command, found it on wikipedia) int echo(int argc, char *argv[]) { int i; for (i = 1; i < argc; i++) printf("%s%s", argv[i], (i < argc-1) ? " " : ""); printf("n"); return 0; } The shell must be able to take its commands from a batch file, i.e., myshell batchfile. The bat...

    $30 (Avg Bid)
    $30 Wastani wa Zabuni
    27 zabuni

    Need some one who knows how configure CCcam, NewCS & Cardserver Proxy on a standard debian linux server already install...debian linux server already installed with remote putty/FTP access. Your work: 1, Mount cardreaders (4 off) 2, Install & configure CCcam, NewCs & Cardserver Proxy (last version) 3, Optimise the above for speed and effiency 4, Install some Tools for the emus like CCcamInfoPHP for CCcam incl. NewCS remote configuration tools 5, Add batchfile to check by cron the cams are running and restart the cams if it dont respond to this batchfile & also the proxy. 6, Add firewall and fast proxy to the server (reverse Ip) or a other way to hide or encrypt the dyndns (IP) If you dont know what is CS, CCcam, NewCs and Cardserver Proxy or dont...

    $350 (Avg Bid)
    $350 Wastani wa Zabuni
    2 zabuni

    Project: Convert dos batchfile to MS powershell ** Brief description Convert two MS-DOS batch files (.bat) to powershell Additional requirement: - the envroment variables set inside the batchfile should be stored in a configuration property file (, ) located in the some directory in which the powershell script is stored. - the inline docu of the powershell script should be very verbose, because the scripts are base for additional changes - Formating of the script is also very important - because it's a reference for other scripts Both batch-files are attached to this project.

    $53 (Avg Bid)
    $53 Wastani wa Zabuni
    8 zabuni

    I need a batch file to go to multiple folders and file. Go to C/folder1/ Since sheet1 link to database query, I need this batch to have sheet1 to include only rows where employee number = the file name which is Then hide sheet1, and protect workbook (password 1234) another option i will take is Go to C/folder1/ Copy all data from sheet1 - c/folder 1/ and paste into C/folder1/ sheet1 hide sheet1 from , protectwookbook (password 1234)

    N/A
    N/A
    0 zabuni

    Need some one how make the configuration from my CCcam NewCS Server Distribution debian linux allready installed CCcam and NewCS allready installed Your work mount cardreaders make the CCcam and NewCs (last version) together working most only configuration work Install some Tools for the emus like CCcamInfoPHP for CCcam incl. configuration, add batchfile to check by cron the cam are running and restart the cam if it dont respond this batchfile i have for CCcam need also for NewCs Add firewall and fast proxy to the server (reverse Ip) or a other way to hide or encrypt the dyndns (IP) If you dont know what is CS, CCcam, NewCs dont place a bid here we prefere russian coders

    $130 (Avg Bid)
    $130 Wastani wa Zabuni
    2 zabuni