Archive

Posts Tagged ‘variable’

Url Rewriting Edit Webscript To Add A Variable To End Of Seo

February 20th, 2012 Comments off

Url rewriting edit webscript to add a variable to end of seo urls for example

this is normal url be4 variable added

example.com/9919/man-falls-on-ground/

this is url with (funny video) added to all video urls on website

example.com/9919/funny-video/man-falls-on-ground/

Investment Script Variable Plans

January 30th, 2012 Comments off

Investment HYIP script with daily fluctuating / variable plans.
Please no original GC (got no variable plans anyhow), AJ, ORO etc but it’s okay if it is a heavy customized one.

No domain license or encrypted file. It must full decoded file and clean code.

Please install it to your server and send me the admin pass and member pass.

IMPORTANT: Do only bid if you have an installed script ready for testing.

Using Anchor Tag (#) In Urlto Pass Variable (or Similar)

January 13th, 2012 Comments off

Hi,

I need a solution. There could be other options.

PLEASE READ my requeriments before bidding.

—-

I own a gallery website. I have over 200 sections. Each section has over 100 pages. That means I have over 20.000 pages.

In the past, Google awarded sites with hundreds of pages. Now the story is different.

I want to trim my site.

HOW IT IS WORKING:

- I want to use one one page to display 10 images (per example).
- I already show one image at the time. The other images a…

Categories: Ajax, Clone, Google, PHP Tags: , , , , , ,

Quick Php Function Help

December 16th, 2011 Comments off

I’m stuck on a custom PHP function that I’m using in Joomla. I’m having an issue using a variable inside a function. I’m calling the variable into the function with global $variable but for some reason it comes up empty. I’m hoping someone can look at my function and let me know what the issue is.

Variable Modification Within A Php Fil – Cron Job

November 17th, 2011 Comments off

I need a simple cron job setup. It must update a variable into a php file. (The variable starts as $counter = 1; and each time it updates, it increases the value by 1).

I need the system to update itself four times per day. That is every 6 hours.

Panel That Rewrites Variables Online On Php File

November 16th, 2011 Comments off

I need the following application for the web, under PHP.

1. One control panel or “page” where the user can create new variables, and modify its content (numeric values).
2. Option to delete variables.
3. Option to update variables.
All changes must be applied to one php, named counter.php

Example: I enter the system and create the variable “cars”. I put its value in 3. counter.php must then have the statement $cars = 3;

The file must be updated for each new variable created, variable…

Php Get 5 Values From Php Variable And Apply To Html

November 16th, 2011 Comments off

In a php page that have a calculate simulator for gold sales

—————————————————————–
24K 22K 18K 14K 12K 9k
value for K/

Post Php Variable To Hidden Form Field

October 27th, 2011 Comments off

Hi all,

This project is for a PHP programmer to pass a php variable (clients username to gain access to members area) to a hidden field within a form that is processed by formtools script.

We require this so that we can tell automatically which member has completed the form.

I will be available through gmail google chat or skype whichever is best for you if you have any questions.

This project is very urgent.

Thanks,
Fraser

Statistician

October 19th, 2011 Comments off

The project should be done with free statistical software known as “R” and the MySQL database. For this task, the statistician does not need to know PHP. The focus is on optimizing the variable settings using R and MySQL.

Project:
Integrating Open Source Optimization Software in Back Testing

Overview:
We need help implementing open source optimization software (http://www.r-project.org/) to
bridge the gap between Stochastic Integer Programming and mixed integer programming problems.
R needs to be set up to ‘guess’ until it finds the optimal values for about 15 variables. In
the past, a similar problem was solved using a brute force methdology, however there are now
too many variable values for brute force to be feasible. Also, commercial software (SAS) was
used to do the statistical analysis, however, it’s difficult to find freelance statisticians
that have access to SAS (or other commercial software systems) and that forces us to rely on
open source software. Fortunately, there seem to be enough modules in R to handle the tasks.

Environment:
The operating system will be Debian 6.0 with php 5.3.3-7, and MySQL 5.1.49-3. If it’s needed,
the system can be run on a cloud server (for processing power). The algorythm is written in
php. The data is stored in MySQL, and R seems have modules to handle test logistics and the
statistical analysis.
Here are the R software modules we’ll probably use:
R + MySQL: http://cran.r-project.org/web/packages/RMySQL/RMySQL.pdf
R Quantitative Financial Modelling & Trading Framework: quantmod http://www.quantmod.com/
R + PHP: r-php http://www.jstatsoft.org/v17/i04/paper (Call php from R to run the algorythm)
R MIP Solvers: GLPK, CLP, SYMPHONY, LP_SOLVE
R Testing Pairs of Symbols for Cointegration: http://quanttrader.info/public/testForCoint.html
R + SOMA / STOPROG Stochastic optimization algorithm is similar to that of genetic algorithms

Background:
In the past, we used a brute force methodology to run over 1.2 million tests. A statistician
used SAS to analyze the test results and find the optimal values for about a dozen variables.
The analysis can be found here: http://calllendar.com/pub/analysis/ Please read through it to
get a description of the methodology used. Also note the methodologies that didn’t work. The
optimal values provided were set and new (randomized) tests were run to verify that the values
chosen were able to perform as expected. The test results showed that the optimal values work.
Since that time, we have updated the software by adding features and variable value settings.
Now, we want to use R to find the values while running the tests and have a reusable analysis
infrastruture.

R Code the Problem:
After designing the system, you will need to encode the problem in R. The R code will set the
variable names and the ranges and/or bounds of each variable. The code will also specify what
which variables should be maximumize or minimumized. The goal of the optimization is to find
a set of optimal values to get a predictably high “rank”. Rank is a “goodness value” that is
used to compare one test result to another. Since the underlying input data (stock prices) is
random, rank will not be deterministic. Sometimes the optimal values will return a low value
(which may even be a negative number) and sometimes they will return a high value.

Here are the various variables and our goal for each:

Rank:
Rank is the “goodness value”. It is calculated by subtracting the setprofit from the godprofit
results. R will need to determine what variable settings result in the best average rank (as well
as the probability).
setprofit:
setprofit is calculated by buying all of the symbols and selling them after the test duration.
If possible, R should try to maximize the setprofit (by selecting the best symbols to work with).
godprofit:
godprofit is calculated by running an algorithm over the test duration and calculating the profit.
If possible, select symbols to maxmimize godprofit so that in turn, the average rank will be high.

Parent Test Loop:
The software algorithm is set up to process tests in batches. This way there can be an “apples to
apples” comparison on the test results. Therefore, when R selects a test to run to get a specific
test result, it will actually get at least a dozen test results. The batch processing is also much
more efficient as it requires far less writing and transferring data.
startdate:
A date chosen at random from the range of dates in the database.
startquote:
A integer with a decimal (ex: 1.01) It is the lowest price a symbol can have on the random date.
set:
R will select a set of symbols to be tested using based on their negative correlation strength.

Child Test Loop:
Once the above values are selected, it’s we should set up quantmod (or another script) to loop
through and process the following variables as a related batch:

frequency:
An integer that governs how frequently the algorithm processes the dates in the test duration.
density:
An integer ( 1 – 4 ) chosen to omit specific symbols before running the tests.
level:
An integer ( 1 – 10 )
positions:
An integer ( 1 – 10 ) The algorithm can process all 10 positions at one time, however, this
variable is dependent on the quantity and level values being equal or higher.
quantity:
An integer ( 2 – 50 ) which is the number of symbols selected for the tests. Minimize this
value so that there are less symbols that need to be logistically handled on a daily basis.
duration:
An integer ( 1 – 730 ) which is the number of days (date range) of the tests. Minimize this
value so that the godprofit and rank are high in the shortest timeframe possible.
hold:
A value ( yes / no ) or ( 1 / 0 )
diversify:
A value ( yes / no ) or ( 1 / 0 ) Setting diversify to “yes” should be less risky than “no”.
startcash:
An integer ( 100 – 100,000 ) which is the amount of cash used for all of the positions in the test.
Minimize this value (since it should be less risky to divide the capital over multiple positions.
cost:
An integer ( 0 – 25 ) which is the amount of money paid to the broker for each transaction. The
cost is actually set by the broker. Maximize this value to find out how much cost reduces rank.
sharebuffer:
An integer ( 1 – 5000 ) Maximize this value to reduce slippage and the logistics of trading.
profitlimitpercent:
An integer ( 0 – 10000 ) Minimize this value to tell the system to “quit while it’s rank is high”.
stoplosspercentage:
An integer ( 1 – 100 ) The value represents the amount of cash left over after a loss in a position.
Maximize this value to reduce the ‘drawdown’ for each individual position.
buystop_percentage:
An integer ( 1 – 10000 ) Minimize this value to tell the algo to “quit if there’s an unusually
high performance for a symbol price while the algo is holding a position in it.
sellstoppercentage:
An integer ( 0 – 100 ) Maximize this value to reduce the drawdown while the aglo holds a position.
trailingpercentage:
An integer ( 0 – 100 ) Maximize this value to reduce the drawdown after a position price increase.
pricebufferpercent:
An integer ( 0 – 100 ) Maximize this value to discover how high the pricebufferpercent is before
it reduces rank. That setting will be used to control the amount of slippage the algo will allow.

// Extra values:
drift:
An integer ( -100 – 10000 ) with a decimal. This value can be positive or negative. It is
the change in price after the algo’s last transaction. Reducing the duration should reduce drift
and return less random results.
number of transactions:
An integer ( 0 – 730 ) Reduce this value so that there are less logistic problems.
correlationdays:
An integer ( 0 – 90 ). This is the number of days R + testForCoint will test for a correlation
between the symbols in the set. Minimize the number of correlationdays to increase the number of
symbols that can be selected. Correlations between symbols probably breaks down over time.
correlationpercent:
An integer ( -100 – 100 ). Minimize this variable to find the strongest negative correlation for
the symbols in the set. This percentage value should be the ‘minimum strength’ of the correlation.

Testing Process:
Decide what test to run:
There will be a small R script that defines the scope of variable values. R will look at the scope
of the test and decide what set of variable values to test. R will need to analyze the database to
figure out what settings to test next. R will call an MIP solver to optimize a ranking value.

Record the test variable values:
R will record the variable values in a MySQL database. The values will be stored in a settings table
called ‘dayoptions’ and in a test table (so that each rank result can be associated with the values).
The settings in the dayoptions table will be used by the algo during the test.

Select symbols for the Set:
R will select the symbols to be traded. Have R take the random startdate and select symbols. Next,
it will back ‘correlationdays’ in time & select the symbols that have a strong negative correlation.
The symbols do not need to be grouped in pairs, and ideally, each symbol will be negatively related
to several other symbols in the set. This symbol selection infrastructure will be routinely used to
find negatively correlated symbols (so it should be set up to be somewhat easy to use). The symbols
and prices will be in MySQL tables. R must select a random date that is at least ‘duration’ days
from the maximum date in the historical quotes database. The random startdate must also be at least
‘correlationdays’ from the minimum date in the database. If preferred, some of the functionality of
selecting the symbols can be coded in a php script (rather than R). After selecting the symbols the
set of symbols should be recorded in the ‘symbols’ and ‘test’ tables.

Run the tests:
R can use quantmod (or we can code a php script) to loop time and run the batch of tests. The code
will need to call the algo for each time incriment. If there is some sort of malfunction the algo
will record a notation in the database. The statistician/R programmer can decide which script will
handle the testing loop. The testing framework will record the setprofit, godprofit & rank in the
test table. Once the algo is done running, it can send a response to R.

The test process will be looped until the average ‘rank’ value has been optimized.

Check the optimization:
The historical data will be split into parts. One part will be used to optimize the values. Next,
the tests will be run again on another part of the data to make sure the optimal values are valid.

Categories: MySQL, PHP Tags: , , , , , ,

Random Record Script Modification

October 7th, 2011 Comments off

I have an ASP/VBscript that pulls records from an ecommerce database (access) and displays the results using one of several user configurable sorting criteria (product ID, product price, etc).
I require the script to also pull records randomely from whatever product category the user as defined.
The script uses an horizontal looper routine to display records and I require the random record behaviour to be integrated into it.
Additional Info:
a variable is set by the user in the code and passed to an SQL select statement (ORDER BY variable) for ordering by price, name etc.
The user needs to be able to choose order by random (where random is the variable) and the code should have an IF statement wrapped around the random procedure so that it is used if required.

I will supply the database (access) and Script for you – to work on your own server.

Put Some Values In A Session Variable Of A Php Session

September 17th, 2011 Comments off

We have a php online shop which is similar to below:

https://order.exchangemymail.com/http/index.php?NAME_PATH=EXCHANGE2K7_HOSTING&SCREEN=HOSTING_SCREEN&view=edit&lineNr=0&PHPSESSID=d58d6bc2d2f8661ee7194df1d673e705

we have to preselect the number of units in the “Additional” column.
As we do not have source code for the online shop, we have to do this by manipulating the session variables first in that php session and redirect customer to that session. so variables get preselected when user view the session.

The task is to write that php script that manipulates that php session.

C# .net 4 Programming – Add To Existing Program 2

August 29th, 2011 Comments off

I have a program that I wrote in C# using Visual Studio 2010 and .NET 4.0 that I need to add features to but am limited in time. Therefore I need one of you very talanted people to assist.

I am a professional coder myself so I *DO* know what I am doing and what you will be doing. Please do not exaggerate terms or timescales as I can see past that and this work may lead to more in the future depending on the quality.

This will require an NDA before source code is released. I am not picky about country of work, I do not care where you code. I am generally available for emails 18-20 hours a day and respond immediately to any questions.

Now what you will be doing:

This program in its most simple sense controls a hardware board I make. This revision of the software will be easier to use then the current generation. I have been working on it for a long time and it is usable but now I need to add features. All the “back bone” is there and can be leveraged by you. What I am in need of is additions to the configuration section of the program. Everything that can be done in the program should be configurable through the GUI. The GUI is not WinForms, it is OpenGL. I have made a simple menu class that works as well as pop ups and simple text routines. This is enough to do everything but can definitely be built upon.

Things I want it to do for this project (Don’t worry if you don’t understand the overall how, but just know what):

1) A way to edit a GUI object by right clicking and changing any of the configurable options on it. Currently the find alogorithm works for a single “page” because I can drag and move it around which saves it. I need it to detect that it is a button that changes digital outputs and then give options like change which output, or change the duty cycle or things like that. Or if it is a variable label then change which variable it points to and so on. Basically editible configuration.

2) Need more “macros” or “widgets” So instead of buttons or labels, I need things like a) gauges b) dials c) bars and indicators. All of these things should be very simple to implement and will require crude graphics skills. I have photoshop files for all the graphics I am using, and you should be able to add basic things. Or if you cannot draw then a simple placeholder sketch is OK and I will put that in later.

3) A way to make buttons, labels, or any of the above widgets use any image file. I have a way of reading in images from a disk and resource file into OpenGL and display them properly. However I do not have a “file browser” type control where the user can open a menu system to select an image and use that for images. This needs to be done.

4) Change the configurator basic options. We will take over one keyboard key that then options for the configurator can be used such as grid size or enable snap to grid, and that sort of thing.

5) Finish implementing pages. Currently the variable exists, but it is not coded to be used I don’t believe. So if page 1, then only show things on page 1. If page 2 then only show things on page 2. And then a small method that changes pages.

6) Create a graphical “widget programmer” that allows users to drag and drop various items to create a user defined method. I have done this in the last iteration of the program but it was not very intuitive. We will brainstorm together to make something more friendly, and you will implement it. So the user can make a function that takes variable X and variable Y and does some math and outputs to variable Z. All the inputs, outputs, and math are already implemented because it will be compilable C# that is generated and compiled/executed on the fly. The part that needs to be done is somehow display variables and math symbols and some way of interfacing them. This will probably be the toughest and there are more things under this but once a generic way of showing all this to the user is made it should fall together rather easily.

The underlying program is actually relatively complex and allows for anything to be done and compiled on the fly. A lot of reflection and dynamics are used to achieve this. Knowledge of this is a plus. I will give almost free reign to the configuration side of the code, you can move things around and refactor as you see fit. However the base part of the program please do not touch unless you ask me first. If it is a good edit then we will make it. Some things (like the page) will require editing this core code. My goal is not to detroy the code I have worked so hard on implementing.

Things you should have:

Visual Studio 2010
Adobe Photoshop
Good programming skills

You can be 15 years old or 150 years old, and from any country in the world with internet. If you do this well, then this will slowly transfer to being your “baby” and more pay will follow. I have many jobs and this is high priority but I have higher priority things to do myself. This job will more than likely grow and/or evolve as it progresses. Please be open to this. The 6 things I outlined above are somewhat general and sort of incorporate a few other things by default. I expect this work will take a couple weeks of dedicated time to actually figure out what the heck I am doing and then how you will do it. I know it is hard to figure out what another coder was doing and then adapt it, but it will need to be done. If I had a clone, I would expect it only to take a week or so of work. But that learning curve will need to be factored in.

I can provide you a link to the current release exe if requested so you can play with what is there already. I will require an NDA before I give over the source. This will be open source eventually but not now.

Form / Api Variable Setup To Pass Data

July 20th, 2011 Comments off

I need someone to take data from a form I have setup that collects data like name, email address, address, etc. and pass that onto the next page when the user submits the information.

I have attached a document that explains the fields that I need to collect and pass onto a URL.

C# .net 4 Programming – Add To Existing Program

July 18th, 2011 Comments off

I have a program that I wrote in C# using Visual Studio 2010 and .NET 4.0 that I need to add features to but am limited in time. Therefore I need one of you very talanted people to assist.

I am a professional coder myself so I *DO* know what I am doing and what you will be doing. Please do not exaggerate terms or timescales as I can see past that and this work may lead to more in the future depending on the quality.

This will require an NDA before source code is released. I am not picky about country of work, I do not care where you code. I am generally available for emails 18-20 hours a day and respond immediately to any questions.

Now what you will be doing:

This program in its most simple sense controls a hardware board I make. This revision of the software will be easier to use then the current generation. I have been working on it for a long time and it is usable but now I need to add features. All the “back bone” is there and can be leveraged by you. What I am in need of is additions to the configuration section of the program. Everything that can be done in the program should be configurable through the GUI. The GUI is not WinForms, it is OpenGL. I have made a simple menu class that works as well as pop ups and simple text routines. This is enough to do everything but can definitely be built upon.

Things I want it to do for this project (Don’t worry if you don’t understand the overall how, but just know what):

1) A way to edit a GUI object by right clicking and changing any of the configurable options on it. Currently the find alogorithm works for a single “page” because I can drag and move it around which saves it. I need it to detect that it is a button that changes digital outputs and then give options like change which output, or change the duty cycle or things like that. Or if it is a variable label then change which variable it points to and so on. Basically editible configuration.

2) Need more “macros” or “widgets” So instead of buttons or labels, I need things like a) gauges b) dials c) bars and indicators. All of these things should be very simple to implement and will require crude graphics skills. I have photoshop files for all the graphics I am using, and you should be able to add basic things. Or if you cannot draw then a simple placeholder sketch is OK and I will put that in later.

3) A way to make buttons, labels, or any of the above widgets use any image file. I have a way of reading in images from a disk and resource file into OpenGL and display them properly. However I do not have a “file browser” type control where the user can open a menu system to select an image and use that for images. This needs to be done.

4) Change the configurator basic options. We will take over one keyboard key that then options for the configurator can be used such as grid size or enable snap to grid, and that sort of thing.

5) Finish implementing pages. Currently the variable exists, but it is not coded to be used I don’t believe. So if page 1, then only show things on page 1. If page 2 then only show things on page 2. And then a small method that changes pages.

6) Create a graphical “widget programmer” that allows users to drag and drop various items to create a user defined method. I have done this in the last iteration of the program but it was not very intuitive. We will brainstorm together to make something more friendly, and you will implement it. So the user can make a function that takes variable X and variable Y and does some math and outputs to variable Z. All the inputs, outputs, and math are already implemented because it will be compilable C# that is generated and compiled/executed on the fly. The part that needs to be done is somehow display variables and math symbols and some way of interfacing them. This will probably be the toughest and there are more things under this but once a generic way of showing all this to the user is made it should fall together rather easily.

The underlying program is actually relatively complex and allows for anything to be done and compiled on the fly. A lot of reflection and dynamics are used to achieve this. Knowledge of this is a plus. I will give almost free reign to the configuration side of the code, you can move things around and refactor as you see fit. However the base part of the program please do not touch unless you ask me first. If it is a good edit then we will make it. Some things (like the page) will require editing this core code. My goal is not to detroy the code I have worked so hard on implementing.

Things you should have:

Visual Studio 2010
Adobe Photoshop
Good programming skills

You can be 15 years old or 150 years old, and from any country in the world with internet. If you do this well, then this will slowly transfer to being your “baby” and more pay will follow. I have many jobs and this is high priority but I have higher priority things to do myself. This job will more than likely grow and/or evolve as it progresses. Please be open to this. The 6 things I outlined above are somewhat general and sort of incorporate a few other things by default. I expect this work will take a couple weeks of dedicated time to actually figure out what the heck I am doing and then how you will do it. I know it is hard to figure out what another coder was doing and then adapt it, but it will need to be done. If I had a clone, I would expect it only to take a week or so of work. But that learning curve will need to be factored in.

I can provide you a link to the current release exe if requested so you can play with what is there already. I will require an NDA before I give over the source. This will be open source eventually but not now.

WordPress Theme – Gallery Thumbnails Size Made Variable

July 4th, 2011 Comments off

Hello,

Task – modify 3rd party WordPress gallery page as follows:

http://cms.template-help.com/wordpress_32824/

You will see thumbnails on this page are 290px wide by 150px height.

This is ok for landscape pictures…. but we want it to show 290 wide by variable height for portrait pictures.

For example: 290×420, 290by 380 and so on. Page items should then adjust

Attached is example of what we like – OK.gif
Attached also NOT OK examples.

Update Php Sendmail For Global Querystring Variable

June 4th, 2011 Comments off

I have several domains that use a single template for posting “For Sale” info. The template is built to support querystring variables for the different domain names. Using these vars, the site appears to be customized even though it really isn’t.

Part of the template is a contact form that uses PHP’s sendmail (phpmailer). Unfortunately, I’m trying to call one of the defined variables in the querystring in the sendmail form, but it isn’t working. I need someone to look at the three PHP pages and get the variable to pass into the email form.

I will supply 3 PHP pages and will be available for immediate testing (you will not have serverside access; you’ll be passing php files back to me for testing.) Sterilized PHP files are attached for preview. (Also, the <?php $domain = $_GET['d'];?> and <?php echo $domain;?> work correctly in the index.php, it does NOT work in sendemail.php. The sendemail.php is the file that I need fixed to work.)

Team Photo Graphic Layouts

May 16th, 2011 Comments off

Team Photo Specifications (examples attached)

Photoshop psd document
Adobe RGB 360dpi
12″ x 8″

Aussies in Action logo (attached) approx 400 px wide

Photo insert size: 3000 px to 3400 px long x 1900 px to 2000 px high
(design must be flexible to allow the design integrity to remain with photo inserts of these sizes)

Editable essential elements

Club logo approx. 700 px x 700 px

Club name usually largest text – variable

Year/season variable text

Team name variable text – less dominant than Club Name

Members names variable between 8 – 12 point

Safe area An outer frame area of .25″ must not contain any essential information and the design integrity must remain if covered (eg. – put in a picture frame)

Brief

We require 3 different designs.
Each design needs to be adaptable for different club colour schemes.

The Photograph should be the dominant feature – the graphic design should enhance but not over-power the photograph.

WordPress Plugin Add Custom Field Variable To Php Code

May 9th, 2011 Comments off

Hello,
we have a task for http://www.simplyradio.com

1) The site uses a plugin ‘Gigpress’ to display a schedule for music artists http://gigpress.com/docs/

Currently our site uses this code to call data stored by gigpress:

<?php
$options = array(‘scope’ => ‘upcoming’, ‘artist’ => 8, ‘limit’ => 10);
echo gigpress_shows($options);
?>

The line “‘artist’ => 8″ tells the plugin from which artist(user) to display the data. We need to make this a variable, so that we can select which artist’s data to display from a wordpress post screen (in the admin).

We have installed a custom fields plugin that can be used to enter in the artist number from the post screen.

Thanks!

C++ Project (hash Tables)

April 21st, 2011 Comments off

Project Deadline: April 26

Build a hash table using chaining as the collision resolution technique. Insertions into the hash table will correspond to declarations of variables and values in a program, searches will be requests for the value of a variable. Some variables will be local and have a narrow scope while some variables will be global.

The program will take input from a file, another program written in the omnipotent programming language BORG (Bionicly Omnipotent Resistance Grinders) and generate output from this program.

The BORG language has the following commands (keywords):

1. START-FINISH blocks. Indicating different scopes.
2. COM – Single line comments: Text should be ignored if on the same line
3. VAR varName

Flash Cookie

April 13th, 2011 Comments off

Hello,

I need to use Flash`s local shared object exactly as I would use a browser cookie. In fact, I want to use it as a complement in case some browsers would refuse a normal cookie.

Basically, I need 2 things:

FIRST : To pass datas to a flash movie

Explanations:
From an html page, I will pass 3 variables to a 1*1 pixel flash movie (wich will install the local shared object in the surfers computers)

variable 1 = a set of encoded datas
variable 2 = an expiration date for the flash cookie
variable 3 = The name of the Flash cookie

SECOND : To retreive datas to from the previously created flash cookie.

Explanations:
From an php page, I need to be able to retreive the datas wich was previously inserted in the flash cookie. Action Script should look at the expiration date, if it is expired, then send no datas. If it is not expired, then send the datas to my php page.

Mt4 Ea Variable And Neural Net

March 22nd, 2010 Comments off

I want to add an external variable to an existing breakout system EA to be able to place a limit order instead of entering the market at breakout based on percentage of previous range. In addition I want to incorporate an existing neural net indicator to filter out the trades that are not going in the same direction as expected NN price projection. Basically I want to merge these two systems and add the external variable to make a new functional EA.

Please contact me if you have additional questions.

Simple Vb Code Required

March 9th, 2010 Comments off

I require the code for a very simple VB application, which when launched, asks the user to specify the values of several variables. Then when completed, the app creates a new file containing several lines of data, which will include the specified variables in it, and prompts the user to save it as a php file.
I require the code for this to be usable in Visual Basic 2008 or similar so it can be modified by myself later to capture different variables for different situations.(Note- VB-6 requires translating before it’s usable in Visual Basic 2008)

The initial variables I require capturing are:
1-Username
2-password
3-contact email address
4-domain name(URL)
5-site name

Then the php file created needs to be something like:
<?php
$username = “VARIABLE_HERE”;
$password = “VARIABLE_HERE”;
$emailinfo = “VARIABLE_HERE”;
$domain = “VARIABLE_HERE”;
$yoursitename = “VARIABLE_HERE”;
?>
I also have a similar application which does the same type of thing which I can provide if more clarity is required of what I need.

Simple Vb App. Code.

March 9th, 2010 Comments off

I require the code for a very simple VB application, which when launched, asks the user to specify the values of several variables. Then when completed, the app creates a new file containing several lines of data, which will include the specified variables in it, and prompts the user to save it as a php file.
I require the code for this to be usable in Visual Basic 2008 or similar so it can be modified by myself later to capture different variables for different situations.
The initial variables I require capturing are:
1-Username
2-password
3-contact email address
4-domain name(URL)
5-site name

Then the php file created needs to be something like:
<?php
$username = “VARIABLE_HERE”;
$password = “VARIABLE_HERE”;
$emailinfo = “VARIABLE_HERE”;
$domain = “VARIABLE_HERE”;
$yoursitename = “VARIABLE_HERE”;
?>
I also have a similar application which does the same type of thing which I can provide if more clarity is required of what I need.

Flash Custom Product

February 22nd, 2010 Comments off

This is what we need:

Flash that accomplishes the following.

As this is being built, we need the follow to happen: product=$VARIABLE, shirtcolor=$VARIABLE, Letter1=$VARIABLE, Letter2=$VARIABLE, Letter3=$VARIABLE, Border=$variable, background=$Variable

Step 1: Choose a shirt style (DOES NOT NEED TO DISPLAY SHIRT, JUST A BOX)
Step 2: Choose A Shirt color
Step 3: Choose your first Greek Letter
Step 4: Choose your second greek letter
Step 5: Choose third greek letter
Step 6 Choose ONE ‘border’ color for letters, apply to all three and visually see updates.
Step 7: Choose ONE overlay pattern (which would go on top of the three greek letters.
Step 8: Buy One Now: Take the URL that was built with the variables and link an Order Now Button to the MIVA store.

We’ll need to be able to add, edit and delete colors, shirt types, shirt colors, border colors and patterns.

Categories: Ajax, Flash Tags: , , , , , ,

Mt4 Ea Variable And Neural Net

February 17th, 2010 Comments off

I want to add an external variable to an existing breakout system EA to be able to place a limit order instead of entering the market at breakout based on percentage of previous range. In addition I want to incorporate an existing neural net indicator to filter out the trades that are not going in the same direction as expected NN price projection. Basically I want to merge these two systems and add the external variable to make a new functional EA.

Please contact me if you have additional questions.

Create Shell Scripts In Linux

February 15th, 2010 Comments off

ALL THREE PROGRAMS NEEDED

Create A Shell Script In Linux

February 11th, 2010 Comments off

In this assignment, you will reinforce your understanding of shell variables. I will verify that each pseudo step is addressed by executing your script/program.
1.Create a shell script located in your home directory.
2.Convert the pseudocode below into an executable script. Following the same order
3.Save the file.
4.Execute the script.
5.Provide script and captured output for assignment.
Pseudocode

Create A Shell Script In Linux

February 10th, 2010 Comments off

1. Convert the pseudocode below into an executable script. Following the same order
2. Save the file.
3. Execute the script.
4. Provide script and captured output for assignment.

Add Functionality To Cgi Scrip

January 7th, 2010 Comments off

I have a script that edits a flat .txt file.
It works fine, but now I have the need for the edited text to be emailed to a specific employee.

The flat file has 40+ fields but only 20+ are available to edit (as noted in lines 42&43) of the script.
These are the only fields that need to be emailed to the employee as well.

I would like the option to use sendmail or SMTP
I would like the email address to be a variable at the top of the script so I can change it easily.
I would like the ability for multiple email address’s (seporated by a comma) in case I need to send it to more than one person.
The email needs to obviously send the edited text.
I need the ability to enter a subject of the email (as a variable)
I need the ability to have a begining paragraph in the body of the email too (as a variable) … something like ‘The record has been changed as seen below please make a note of it.”

I have attached the script and a sample flat file.
The 1st line of the flat file is the headers of all the field names.
I call it from a browser….. cgi-bin/order-data/po-edit-address.pl?search=9999999&field=OrderNumber

Hope this is clear

A Test Model Proj For Students

January 5th, 2010 Comments off

I have need to a simple database that organize some data;
the data have several variables and time and place dimensions.
the database should allows users to extract subsets of data according to selected variables (e..g. variable 1, variable 2 etc.)
according to time range (e.g. from 1990 to 2008), & according to selected places (e.g. city 1, city 2 , etc).

The database will allow displaying the results as a web page and exporting the results of a query to a selected format (e.g. Microsoft Excel file)

There are two key factors integrated into the webpage :
variable definitions (i.e. the metadata) shall be displayed in a box When the user movers the mouse pointer on a variable in the result of a query.
some calculations of averages for some variable over time interval (e.g. average from 1990-2000 etc. ) and over places (e.g. average value of three or four cities) etc..
(basic skills in mathematical functions is important)

More requirements:

* The admin must be able to add and delete, and update variables, places and years etc.
* The admin must be able to make security constraints such as allow and disallow displaying the results of query from the database (e..g. user should provide password to download a file)
* This not the final product its just used as a test model project for students.
* the webpage will have some graphics and map that links each location to a page such that
when the user move the mouse pointer on the name of the location, it is highlighted on the map immediately..
(basic skills in maps and mapping is important)

Shopcart Integration Scripts

December 29th, 2009 Comments off

Hi everyone,

I need a shoppingcart integration php script made for 2 files, index.php and callback.php

I don’t think this will cost more than $50 to do…

Below is the: (step1, the form is already made in control center; step2, is what you need to make) I have paypal and 2CO php example files if needed.

——————————————————————–
Third Party Payment Gateway Integeration Manual

Now Any payment gateway can be integrated. For that you have to add the payment gateway to site. Its just simple to fill the form and provide some essential data to integrate any payment gateway.

INTEGRATION FORM:

Payment Gateway Name: Name of the Payment Gateway that you want to integrate with the site. This name is also used to display the payment gateway name on the submit button if the payment gateway image is not added.

Description: Here you can give the brief information about the payment gateway.

URL to your third party script: This is the URL of your php file that will handle the payment gateway code and send the date to the payment gateway.

For example: you want to integrate the payment gateway

Flash Flv Website Video Player

December 2nd, 2009 Comments off

We need someone highly skilled in flash that can make a customised Flash FLV Video Player much like the JW Player. It does not require all the features the JW Player has but we do need some of them.

A few of the main features we need this player to have are:

1. Ability to embed and configure parameter/variables using JavaScript possibly SWFObject or JQuery. Should use an ID to replace with player to allow for multiple players.

2. Ability to specify player size and have a full screen feature. Also should be able to handle High Quality video clips. Or have an option to toggle HQ on/off.

3. Ability to specify a logo/watermark variable to be used on the player.

4. Ability to provide a URL variable so that when watermark is clicked it takes them to the URL.

5. Embed video option, with a variable to specify if clicking anywhere on the player or just the logo will bring the user back to the main website.

6. Related videos to show up at the end of the video, to be read from an XML file. So the end screen will have a list of videos and a replay option. Most players have this so it should be easy to find examples.

7. If possible when paused I would like the option for the user to get embed code and/or send to a friend option. This would also be good at the end of video as well. Maybe on Tabbed Navigation with the related video XML.

8. Also if possible I would like the ability to have text ads while the video is playing. With an option to specify them in Variables like: Title, URL, Text, Seconds. And the show up say from 5 seconds in for as long as the seconds variable is set to.

9. Basic functionality needs to include, Play, Pause, Volume, Progress Bar (which you can click anywhere on weather loaded or not), Auto-start etc, open to suggestions.

I am also open to suggestion on any other beneficial features you feel should be included, that you can create. This player has to function well, be able to be used and loaded in multiple instances for high traffic websites and not slow down the page or lag on playback, like some players I have seen.

If you want to put in a bid but can’t do any of the features make sure you let me know which ones you can’t do so I know before I chose.

All bids should be accompanied by a PMD message to let me know your skill level and any relevant examples of work you have.

If you have any question or require additional info please let me know and I will provide it to you.

::IMPORTANT::
We are having this player developed to be distributed with a custom CMS software we have wrote ourselves. You will be bidding to write this player for us to use/sell/distribute how ever we see fit and with no limitations.

Also it is a condition that the completed player be provided to us as a working example and with all source files. Any future changes will be likely given to the winning bidder, but it will be at our discretion. Once the player has been provided as above and payment is made in full, it will be understood that we own full and exclusive rights to the created system. (so consider this when you bid)

Shopcart Integration Scripts

December 2nd, 2009 Comments off

Hi everyone,

I need a shoppingcart integration php script made for 2 files, index.php and callback.php

I don’t think this will cost more than $50 to do…

Below is the: (step1, the form is already made in control center; step2, is what you need to make) I have paypal and 2CO php example files if needed.

——————————————————————–
Third Party Payment Gateway Integeration Manual

Now Any payment gateway can be integrated. For that you have to add the payment gateway to site. Its just simple to fill the form and provide some essential data to integrate any payment gateway.

INTEGRATION FORM:

Payment Gateway Name: Name of the Payment Gateway that you want to integrate with the site. This name is also used to display the payment gateway name on the submit button if the payment gateway image is not added.

Description: Here you can give the brief information about the payment gateway.

URL to your third party script: This is the URL of your php file that will handle the payment gateway code and send the date to the payment gateway.

For example: you want to integrate the payment gateway

Mt4 Ea Coding

November 28th, 2009 Comments off

I am looking for an experienced MT4 programmer to code the following:

Setup:

Moving Average
Variable period
Variable shift
Variable MA method (Simple, exponential, smoothed, linear
Weighted)
Apply to (open, close)
MA should display on chart
RSI
RSI greater than / less than value should be a variable
RSI should display on the chart
Stochastic
Stochastic should display on the chart
Stochastic buy AND sell values should be variables
Trades should be entered when the bar CLOSES above/below the MA + filter value in pips AND RSI is greater / less than a specific value AND Stochastic is greater / less than a specific value AND trending in a specific direction
TP and SL should be variables
There should be a money management feature that allows the EA to calculate the lot size based on a % of the account size
Email alerts should be generated when trades are opened and closed – email alerts should show:
On trade open:
Currency pair
Trade direction (long / short)
Entry price
Lot size
TL
On trade close:
Realized profit / loss
SL

Please reply with specific questions about trading parameters.
Code must be released to me; programmer must sign a NCND agreement
Payment will be made after a fully functional EA is delivered.

Monsterclicks Clone Link Scrip

September 29th, 2009 Comments off

MonsterClicks Clone (Backlink Script)

Good afternoon,

We’re looking for an exact clone (all the functions) of: monsterclicks .com/products/monsterclicks-backlink-builder

This is a script for generating backlinks automatically based in a research script using the yahoo API for checking from where the links come from.

—————

Some additional options have to be developed:

1st. In the Admin. Panel an option for specifying new templates for comments with variables.

For example, if the script finds the word “Madonna” in the text, or any other variable keyword that we’ve selected (names of persons, of products..).

And we give it a template for commenting this:

“Hey!! Nice article ;) Anyway I’ve would loved to see more pictures of $variable… keep up the good work!”

The variable can be a list of specified names, etc…

Other example can be:

We give the script the word “acay berry” as keyword and this template as comment sample:

“Good article about the “%variable”. I think it’s good for the health also because of…”

——————

If you think you can clone it, feel free to bid!!

Video Chat Script

September 23rd, 2009 Comments off

One-on-one chat for uers profiles and Chat room for groups script:
should handle text and video/audio at same time – users can choose to type and/or use their computer web cam to interact via video at any time

This will be integrated into a current website – the chat room script has to be able to get the group id variable from the page it is on (the page will be something like ‘….?groupid=..’ and it just has to read that groupid variable, for example. From the group id variable it will get the list of members that are part of that group, and will display on the side this list of members with their picture thumbnail, and whether they are online or not. Visitors/Guests chat – this should be on a toggle to be easily able to change on/off – you can have this as just a variable in your files, and comment it, and let us know where you put it…The website uses session variables for users.

If the user is already logged in the website, the first login screen of the chat room script should not show – it should read the user’s session. We will integrate the script into the website ourselves – you provide the information on installation, how it works, etc. – full escrow will be made upon picking programmer, payment to be released after full code received and we integrated it into website and confirmed it to work with the website as specified here. The website uses php/mysql.

All the functions of the chat room script that are related to the website: just let us know what functions you need – we will put those all in one file and write the code for it – you just include it to work in the chat room script.

Expecting 1-2 days completion time.

Please show your sample chat rooms links. And also say which programming language/method you will use for the script, i.e. flash or php/ajax…in any case the browser should not have to refresh to show new messages in order to not have a big load on the server.

Unix Project #1

September 18th, 2009 Comments off

This project is for my UNIX course. Please let me know if you have experience with UNIX commands?

In this project, you use additional arithmetic operators in the ((expression)) commands.

The goal of this project is to reinforce your understanding of arithmetic operations.

1. Log in to the Linux system as a user, and then open a Terminal emulation window.

2. Create a shell script named Project3-7 located in a directory supported by the

File System Hierarchy Standard.

3. The script needs to perform the following pseudocode in the order shown:

Set a variable named “x” to 10

Set a variable named “y” to 100

Display the result of dividing “y” by “x” and place the

result into variable “t”

Display the result of dividing “y” by 0

Display the result of multiplying “y” by “x” and place the

result into variable “t”

Display the result of adding “y” and “x” and place the

result into variable “t”

Display the result of subtracting “x” from “y” and place the

result into variable “t”

Display the result of raising “y” to the power of 2 and

place the result into variable “t”

Display the result of taking the remainder of “y” divided

by “x” and place the result into variable “t”

4. Save the file, and then close the editor.

5. Execute the script, and then record the commands used.

6. Record or print your script.

7. Close your window, and then log out.

Image Data To Text- Data Entry

September 17th, 2009 Comments off

We have a series of screen shots of variable tables that need to be converted to Text. Tried all the OCR and other methods but not enough resolution.

There are 43-45 image files with any where from 6 variable to 40 shown in a given file. Each file will have its name in the BLUE TAB as in this example: Gather Approver Approvals.

So each file will be supplied as an image and we want back a Text file for each one as Word Tables with 3 columns, one for Name of variable, one for Data type and one for us to later write a description.

Need this by Monday

Video Chat Room Script

September 15th, 2009 Comments off

Simple video chat room script to be integrated in groups application that is written in php/mysql.

should handle text and video/audio at same time – users can choose to type and/or use their computer web cam to interact via video at any time

This will be integrated into a current website – the chat room script has to be able to get the group id variable from the page it is on (the page will be something like ‘….?groupid=..’ and it just has to read that groupid variable, for example. From the group id variable it will get the list of members that are part of that group, and will display on the side this list of members with their picture thumbnail, and whether they are online or not. Visitors/Guests chat – this should be on a toggle to be easily able to change on/off – you can have this as just a variable in your files, and comment it, and let us know where you put it…The website uses session variables for users.

If the user is already logged in the website, the first login screen of the chat room script should not show – it should read the user’s session. We will integrate the script into the website ourselves – you provide the information on installation, how it works, etc. – full escrow will be made upon picking programmer, payment to be released after we integrated it into website and confirmed it to work with the website as specified here. The website uses php/mysql.

All the functions of the chat room script that are related to the website: just let us know what functions you need – we will put those all in one file and write the code for it – you just include it to work in the chat room script.

Expecting 1-2 days completion time.

Please show your sample chat rooms links. And also say which programming language/method you will use for the script, i.e. flash or php/ajax…in any case the browser should not have to refresh to show new messages in order to not have a big load on the server.

Simple Chat Room Script

September 15th, 2009 Comments off

One-on-one chat for uers profiles and Chat room for groups script:
should handle text and video/audio at same time – users can choose to type and/or use their computer web cam to interact via video at any time

This will be integrated into a current website – the chat room script has to be able to get the group id variable from the page it is on (the page will be something like ‘….?groupid=..’ and it just has to read that groupid variable, for example. From the group id variable it will get the list of members that are part of that group, and will display on the side this list of members with their picture thumbnail, and whether they are online or not. Visitors/Guests chat – this should be on a toggle to be easily able to change on/off – you can have this as just a variable in your files, and comment it, and let us know where you put it…The website uses session variables for users.

If the user is already logged in the website, the first login screen of the chat room script should not show – it should read the user’s session. We will integrate the script into the website ourselves – you provide the information on installation, how it works, etc. – full escrow will be made upon picking programmer, payment to be released after we integrated it into website and confirmed it to work with the website as specified here. The website uses php/mysql.

All the functions of the chat room script that are related to the website: just let us know what functions you need – we will put those all in one file and write the code for it – you just include it to work in the chat room script.

Expecting 1-2 days completion time.

Please show your sample chat rooms links. And also say which programming language/method you will use for the script, i.e. flash or php/ajax…in any case the browser should not have to refresh to show new messages in order to not have a big load on the server.

Bear