Jobs By Category:
.NET
3D Rendering
Academic Writing
Access DB
Accounting
Accounting/Bookkeeping
ActionScript
Active Directory
Adobe
Advertising
After Effects
Ajax
Algorithmic
Amazon Web Services
Android
Animation
Apache
Architecture
Art & Craft
Article
Article Rewriting
Article Submission
Articles
ASP
Asterisk PBX
Astroturfing
Auction
Audio Services
Audio Transcription
AutoCAD
Automotive
Azure
Banner Design
Biology
Biotechnology
Blackberry
Blog
Blog Install
Blog Posting
Boonex Dolphin
BPO
Branding
Building & Architecture
Building Architecture
Bulk Marketing
Business Analysis
Business Cards
Business Plans
Buyer Sourcing
C Programming
C#
C# Programming
C++ Programming
C/C++
CAD/CAM
CakePHP
Captivate
Caricature / Cartoons
Cartography/Maps
Catchy
Chemical Engineering
Christmas
Chrome OS
Cisco
Civil Engineering
Classifieds Posting
Clone
Cloud Computing/EC2
CMS
Cocoa
Codeigniter
Cold Fusion
Computer Security
Conceptual Design
Construction Monitoring
Contracts
Copywriting
Corporate Identity
Craigslist
CRM
Cryptography
CSS
Customer Support
Customization
Data
Data Entry
Data Processing
Data Scraping
Dating
Delphi
Desktop Support
Django
DNS
DotNetNuke
Dreamweaver
Drupal
E-Commerce
eBay
eBooks
eCommerce
Editing
Electrical Engineering
Electronic Forms
Electronics
Email
eMarketing
Embedded Software
Engineering
Erlang
ERP
Excel
Expression Engine
Facebook
Fashion Design
Fiction
Finance
Finance Research
Financial Markets
Finite Element Analysis
Fiverr
Flash
Flex
Forum
Forum Posting
Forum Software
Game Design
Genealogy
Geology
Ghostwriting
Google Analytics
Google App Engine
Google Go
Google Wave
GPGPU
Grant Writing
Graphic Design
Groupon
Handheld
Handheld / PDA
Home Design Drafting
HP Openview
HTML
Human Resources
IIS
Illustration
Illustrator
Image
InDesign
Industrial Design
Installation
Insurance
Interior Design
Internet Marketing
iPhone
iSeries / AS400
J2EE
Java
JavaFX
Javascript
Joomla
jQuery
jQuery / Prototype
JSP
LaTeX
Layout / Formatting
LDAP
Leads
Legal
Legal Advice
Legal Research
Link Building
LinkBuilding
Links
Linux
Logo Design
Long Term
Mac OS
MacOS
Magento
Magneto
Management
Manufacturing
Market Research
Marketing
Materials Engineering
Matlab/Mathematica
Maya
Mechanical Engineering
Mechatronics
Medical
Medical Writing
Metatrader
Microcontroller
Microsoft
MLM
MMORPG
MODx
MS Access
MS Exchange
MS Expression
MS SQL
MS Windows
mSQL
MSWindows
Multimedia
Music
MySpace
MySQL
Nokia
Objective C
Oracle
Order Processing
OsCommerce
Packaging / Covers
Palm
Patents
Paypal API
PCB Layout
PDF
Penny Auction
PeopleSoft
Perl
Perl/CGI
Phone Support
Photo
Photo Editing
Photography
Photoshop
Photoshop Coding
PHP
PLA / SCADA
PostgreSQL
Posting
Powerpoint
Presenter
Print
Printing
Product Descriptions
Product Sourcing
Programming
Project Management
Project Scheduling
Proofreading
Protoshare
PSD Coding
PSD to HTML
PSD2CMS
Publishing
Python
Quantum
Quantum Computing/Physics
QuarkXPress
Quickbooks/Quicken/MYOB
REALbasic
Recruiting
Rendering/3D
Report Writing
Research
Reviews
Ruby/Ruby on Rails
Sales
SAP
Scientific Research
Script Install
Script Installation
Search Engine Optimization
Second Life / Virtual Worlds
Security
SEM / Adwords
SEO
Sharepoint
Shell Script
Shopping Carts
Silverlight
Slideshow
Social Engine
Social Networking
SocialEngine
Software Architecture
Software Testing
Solidworks
Sports
SQL
Stationery Design
Statistical Analysis
Structural Engineering
Supplier Sourcing
Support
Symbian
System Admin
System Admin.
System Administration
Tax
Technical Support
Technical Writing
Telemarketing
Template
Templates
Test Automation
Testing / QA
Training
Transcription
Translation
Travel Writing
Troubleshooting
Tutoring
Tutoring / Education
Twitter
Typography
UML Design
User Interface / IA
vBulletin
Verilog / VHDL
Video Broadcasting
Video Services
Video Uploading
Virtual Assistant
Virtual Reality
Visio
Visual Basic
Voice Talent
VoIP
Volusion
Web Promotion
Web Scraping
Web Search
Website
Website Design
Website QA
Website Security
Weddings
Windows
Windows Mobile
Windows Server
Wireless
Word
Wordpress
Writing
XHTML
XML
XXX
YouTube
Zen Cart
Zend


Thousands of experts bid on your personal project at ScriptLance.com

Write 12 Perl Utility Scripts

Required skills: Perl/CGI, MySQL

Outsource your programming projects at ScriptLance.com today - Free signup



You must sign agreement transferring all rights to me

All Perls scripts related to manipulating characters data to backup/change/copy works on data which is in in /usr/games/[gamename]/var/[gamename-server/players directory.

Each player has separate directory under "players" dir.

To make it easy for you so you do not have to waist time on server installation configuration WMware image is prepared for you.

So all you have to do is to download free VMPlayer and run the file with it (after you download, it takes maybe 5 minutes to have it running.

You have all information about running server using VMPlayer here and to download server file here.

http://bit.ly/amqos

Utility Perl Scripts to write. Where below it says PHP you can either do it in Perl or PHP (for those it is your choice)

1. Write Perl script to parse the below file and copy all that information to MySQL database. For all items/objects which has images those images must be saved in DB.

Information copied to MySQL DB must have the same category tree structure like it is directory structure to have categories tree (category, sub-category etc)

This script is meant to be run each time after change to that file. It will take amount of time to process all files so make sure that information is saved first to temporary database and only after parse has finished successfully, main DB should be replaced with temporary.

Link to file
http://bit.ly/NoPZt

For purpose of later description let call this MySQL file Archetypes DB (ARCH DB)


2. Write separate Perl script which will allows adding/deleting any inventory item into/from game character inventory.

There must be a way to call this script from web with data in POST.

POST data sent to script must have all information needed to indentify item and character (to which inventory it must be added.

For security all calls must have hashed password which must match password stored in config file for this script.

Also Perl script must accept those post only from IP addressed listed in config file (maybe more than 1 allowed IP address). If post to add item is sent from unauthorized IP it should be ignored.

Script must reply with confirmation code that adding successful or with error code. Item must be added direct to character data on server.



3. Develop admin script for administration of in-game item. Script may be written in PHP

Must be 2 levels of admins. Main admin and sub-admin. Sub-admin can only browse and add items but can't delete them. Should be regular log for all actions done by admin and sub-admin (2 separate .txt logs)

Admin script must allow browse items from ARCH DB using category tree structure (categories and sub-categories), search for item by name, add/delete item to game character.

This script will be located on separate physical server so all actions operating on character inventory data must be performed through Perl script described in point 2

Connection to DB to browser item can be direct to MySQL connection.


4. Create separate character DB (maybe just separate table would enough).

Character record in this table must have following fields: character name, extra experience status (YES/NO), extra experience expiry date, extra coins (YES/NO), extra coins expiry date.

Create separate script accessing this database and storing data into this character DB (PHP or Perl)

There must be a way to call this script from web with data in POST.

POST data sent to script must have all information needed to indentify item and character (to which inventory it must be added.

For security all calls must have hashed password which must match password stored in config file for this script.

Also script must accept those post only from IP addressed listed in config file (maybe more than 1 allowed IP address). If command to add item is sent from unauthorized IP it should be ignored.


5. Create Perl backup script which will be run once per day from cron and backup all characters data from the server.

This backup script should perform 2 function:

- pack all data from $ var directory (all characters data) and FTP it to backup server


6. Create restore script reading from FTP and then restoring date in that $ var dir.


7. Create separate version of Perl backup script working only 1 character.

Script must be able to perform following functions:

- Read character data and send the date to external script. Must return data or error if character does not exists.
- Receive call to create character and create that character using data. If character already exist on server should just return error character_exist and do nothing else. If character successful crated must return success message. If other error should return other_error message.
- Remove character from server must return success or errir.

There must be a way to call this script from web with data in POST.

POST data sent to script must have all information needed to indentify item and character (to which inventory it must be added.

For security all calls must have hashed password which must match password stored in config file for this script.

Also script must accept those post only from IP addressed listed in config file (maybe more than 1 allowed IP address). If command to add item is sent from unauthorized IP it should be ignored.


8. Create separate version of Perl script from point 7 which will have only read function and will NOT read character password at all.

There must be a way to call this script from web with data in POST.

POST data sent to script must have all information needed to indentify item and character (to which inventory it must be added.

For security all calls must have hashed password which must match password stored in config file for this script.

Also script must accept those post only from IP addressed listed in config file (maybe more than 1 allowed IP address). If command to add item is sent from unauthorized IP it should be ignored.


9. Create separate PHP script which will display character info on webpage

Simple form with 2 fields: server name, character name. After submit PHP script will contact script from point 8 and display all character data on webpage.

Purpose of this script is that anybody can check character stat (do not display character password)


10. Separate character moving script (PHP or Perl) which will reside on separate physical server.

Purpose – move character from server to server.

Character moving script must get as parameters server1,server2,character name as input.

After that character data must be moved from server 1 to server 2 using several calls to Perl script described in Point 7 and for security reason should store all moved character data in movedcharacter MySQL database for 1 year.

Characters must be successfully created on target server2 before character is deleted from server 1

There must be a way to call this script from web with data in POST.

POST data sent to script must have all information needed to indentify item and character (to which inventory it must be added.

For security all calls must have hashed password which must match password stored in config file for this script.

Also script must accept those post only from IP addressed listed in config file (maybe more than 1 allowed IP address). If command to add item is sent from unauthorized IP it should be ignored.


11. Create simple PHP or Perl script which makes it possible for admin to transfer character from server 1 to server 2.

Basically this script will be front end to script from point 10. This script may be on totally different server so this is why it must use POST to execute script


12. Perl script checking how many players are currently playing. Basically script will return list of characters currently playing. For each player following info: location (name of them map on which character is currently playing), race, current in-game status ([peaceful, hosting), AFK (away from keyboard status)

here you can see information current available for character which you need to parse
http://bit.ly/1IoGQD

There must be a way to call this script from web with data in POST.

POST data sent to script must have all information needed to indentify item and character (to which inventory it must be added.

For security all calls must have hashed password which must match password stored in config file for this script.

Also script must accept those post only from IP addressed listed in config file (maybe more than 1 allowed IP address). If command to add item is sent from unauthorized IP it should be ignored.


Posted In:

Perl/CGI

MySQL



Related projects:

Wanted: A Perl guru to write a perl script. by emailnotvalid

nt will be sent, I will test this on real data for verification and speed. Testing will take a day or two depending on how fast your script runs...

in your bid, please state your experience with perl, programming experience, ability to write clean and fast executing code.

payment will be via paypal or GAF.

this project is not difficult for a perl guru and shouldn't take too much time.

thanks.

feel free to ask questions.

Generate and Test Online Perl Database Scripts

enerated perl database scripts can be tested online on our server. This way you are assured that you are getting a fully working database script before you download it. Moreover, you will also be generating fully working html pages; these will require html modification to suit your page theme. The forms on the html pages use javascript for validation of entered data; this eliminates need to go to server for validation by a script of the data entered in the forms

Generate and Test Online Perl Database Scripts


Generated perl database scripts can be tested online on our server. This way you are assured that you are getting a fully working database script before you download it. Moreover, you will also be generating fully working html pages; these will require html modification to suit your page theme. The forms on the html pages use javascript for validation of entered data; this eliminates need to go to server for validation by a script of the data entered in the forms

Write test cases/test scripts from use cases  

pts from use cases. Write test cases/test scripts in excel

Article Writer Required To Write 12 Articles In 48 Hrs!  

least 6 of the 500 word Articles/">articles within 24 hours and the final 6 Articles/">articles within the next 24 hours. Therefore you will need to supply 12 QUALITY 500 word Articles/">articles all within 48 hours of being awarded the project!

We will pay $ 5 per article i.e. $ 62 for this project.

We will deposit funds in escrow once we award you the project but will only release escrow once we are 100% satisfied with your work.

Please leave PM for more details.

perl script(very urgent 1 hr left for 3 small perl scripts)  

r>
}

sub report(){
}

sub total(){
}

Clean Up Perl Cgi Form Page

r on future form pages. This way they do not have to type it in over and over again on other pages.

5. Final item is the return/results page. Currently the results of the form submission after being processed by the cgi perl script it sends the visitor to another page. This code is currently in the cgi script. I would like it to be in the form page and not the cgi script. This way we can direct the visitor to what ever page we want without modifying the cgi perl script.

Perl Homework Needed Done

roduce a tab-delimited
output file containing counts of the type of infection grouped by week. You
should produce the output file individually for HA and NA (will be used to
produce two separate graphs).
Example:
Week Type Counts
1 A 235
1 B 80
1 C 2
2 A 345
etc.
Ideally, one perl program can be used to accomplish task 3. ☺ But this is not
required for success.


Perl Crawler Writers

d them to the database. Your job will minimally be to a) Make action plan b) Write parsing routines to get data from the pages. Most of other tasks like adding to database, etc. will be provided to you in a premade module.

This is a project requiring page parsing, regular expressions and/or using available CPAN modules. It is also an ongoing and long term relationship. As such, we offer between $ 20-$ 40 per crawler code, depending on the complexity of the site.

Perl coder

emote server.

(*) these other data to be send will be the result of the received Data-Processing/">data processing.

This should take 3 minutes to a Perl pro :) Other routines will not be harder, just I have not enough time to do all by myself.
The selected person should expect regular small jobs.

Thank you, and to be sure everybody has read: The selected person MUST ACCEPT PAYMENTS BY WEBMONEY OR LIBERTYRESERVE. No Paypal, etc etc.

Thank you :)

LINUX/VC++/PERL/C++ PROGRAMMER

or;
Visual C++, MS STUDIO;
PERL/LINUX scripts (e.g. bash)
C/C++ experience
MySQL
This programmer will be responsible for converting (porting) existing GNU/GCC code running on Red Hat 8.x to VC++ on WINDOWS.
The complexity of this project demands top-notch programmers with extensive PRACTICAL experience in LINUX/PERL/C/C++/VC++ and MS STUDIO. Team members are eligible to receive a generous bonus on project completion.

Perl Script to get Web data in simple specific format  

ta from Es.

Write 12 Articles

Hi,

We need 12 Articles/">articles that are each 1,200 words.

Topics will be provided after we choose some one.

Requirements:
- content must be original, do not copy Articles/">articles online, or from magazines or anywhere
- must pass copyscape (which checks to assure the article is orignal)
- Articles/">articles must make sense and each sentence must make sense
- do not spin any Articles/">articles, sentences, words or anything

Thanks

Write 12 Articles

and should include a summary.
• Each article must be original content and SEO optimized, 3.5 -4 % saturation. I will give you the keywords or keyword phrases to use for the Articles/">articles.
• No article will be accepted unless they pass Copyscape.
Articles/">Articles must be in English and error free.
• The title should be catchy and SEO optimized.
• After you receive payment, I own and hold full copyright of content, and you no longer hold any copyright nor resell.


Write and Submit 12 Articles - Monthly  

for the 12 Articles/">articles. 50% in milestone - 50% at completion.

Write Reviews



https://www.scriptlance.com/cgi-bin/freelancers/freelancers.cgi?view=nitin89

For further Queries..Please..Feel free to ask..Will give more Details in PMB.

Thank you.

Happy Bidding !!






Javascript Popunders

completed. Please keep this extra testing in mind when bidding. Bid accordingly. I must have perfect code for this solution.

I have worked on many projects on scriptlance over the years. I am an experienced project manager, and very easy to work with. If you can write great javascript code, and are a great problem solver, this project will be easy for you. I hope you win the bid!


Feel free to ask any questions.

Regards,

Wyatt

Problem regarding Vector(cross product) and Perl programming  

esyndication.com/pagead/show_ads.js">


Additional files submitted:
Project.pdf

Perl Programmer Needed Asap 2


1 A 235

1 B 80

1 C 2

2 A 345

etc.

Ideally, one perl program can be used to accomplish task 3. But this is not

required for success.
Additional Info (Added 4/20/2010 at 5:18 EST)...System Message: This is a reposting of project perl programmer needed asap (1271015039).


Post your own project on getafreelancer Search for scimilar work on getafreelancer
Post your own project on scriptlance Search for scimilar work on scriptlance
Post your own project on eufreelance Search for scimilar work on eufreelance

Post and Bid on projects! Join EUFreelance.com for free!

Get custom programming done at GetAFreelancer.com!




Currently viewed: "Write 12 Perl Utility Scripts"