Archive

Posts Tagged ‘hidden’

Articles For Hidden Cameras Etc

January 30th, 2012 Comments off

ARTICLES must pass by EzineArticle standards to be complete, good grammar, spelling etc. Should articulate well and keep the readers attention.

Pay is $3 per article or $21 for 7 with addition articles to continue if wanted.

Hidden Camera Or Spyware

January 18th, 2012 Comments off

Need 7 articles with grammar good enough to pass Ezinearticle submissions. Paying $21 for 7 article or $3 per article.

Jcart Add To Cart Javascript/php

October 27th, 2011 Comments off

On the product page there are 3 areas where you can add to the cart.

The values that need passing to the cart are:
id, name, Price, Quantity, Size, url

Jcart uses the form below to submit to the cart.

<form name=”addtocart” action=”" method=”post” class=”jcart”>
<input type=”hidden” name=”jcartToken” value=”<?php echo $_SESSION['jcartToken'];?>” />
<input type=”hidden” name=”my-item-id” value=”ABC-123″ />
<input type=”hidden” name=”my-item-name” value=”Soccer Ball” />
<input type=”hidden” name=”my-item-price” value=”25.00″ />
<input type=”hidden” name=”my-item-url” value=”" />
<input type=”hidden” name=”my-item-qty” value=”1″ size=”3″ />
<input class=”button themed infobut” type=”submit” value=”Add to Cart” name=”submit”>
</form>

The big Blue button is a submit button, although the little add to cart is a href and so is the table.
Our thoughts are to use javascript to submit the hrefs something like onclick=”document.addtocart.submit()”

Categories: Cart, Javascript, PHP Tags: , , , , , ,

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

Prestashop Add New Address Form Fields

October 22nd, 2011 Comments off

Hello,

in our prestashop site (ecart.me) we have a problem in adding a new address form. When we press on Add New Address, the form does not open fully and the first two form fields ( first name and last name) remain hidden.

Kindly, check the attached screen shot of our website and you can test it directly by registering and adding a new address.

Can anybody solve the problem and and how much this will cost?

WordPress Programmer Needed

October 20th, 2011 Comments off

We are looking for an experienced wordpress programmer that can make certain sections of one of our clients websites hidden and makes the user login or register before they can see the content.

This is already an existing website. It is a “Questions and Answers” wordpress site from Templatic. We need to make the Questions and Answers section hidden until they register. We also need to have the blog posts hidden as well as the post comments hidden until the person registers.

Please respond ASAP.

Php Contact Form That Sends An Email

October 11th, 2011 Comments off

Ok, this is stupid simple.

I need a PHP contact form that sends an email to the email address in the hidden field.

The webform will send an email to the email that is in the hidden form like:
<input type=”hidden” value=”<? email >” />

The form fields will have:
- First Name
- Last Name
- Email
- Phone

After the user submits the form it will send the information collected to the email address in the hidden field.

Android App. Hide Caller Id For Next Call Display For Others

September 30th, 2011 Comments off

Hi all,

I want to create an Android App which hides the caller ID for just 1 call.

So, when I press a button my caller ID is hidden for the next call.
once the call is terminated and I re-dial someone else it needs to change the state to display my caller ID again.

Who can do this and provide me the full working app. It must contain a screen where I can select button to hide my caller ID.
button to show caller ID and button next call is hidden.

Also I want the status to show at this moment my number is hidden or visible.

Please provide me the full source code for this.
What is your bid?

Thanks

Fixing A Problem With Iframe On A Website

September 8th, 2011 Comments off

This webpage is displayed correctly in Firefox and Safari 5.1 only:
http://www.a-5.org/galerie-ampelphase.html
See Screenshot ampelphase OK.JPG: https://www.scriptlance.com/f/?131546772875777605
This is how it should be and needs to be fixed for:

In Safari 5.01. or older there are scrollbars even though style says
scrolling=”no” and overflow-x:hidden; overflow-y:hidden.
See Screenshot ampelphase Safari.JPG https://www.scriptlance.com/f/?131515212388747838

In all InternetExplorer Versions the flash inside iframe won’t show at all or just in the lower right corner.
See Screenshot ampelphase IE all versions.JPG https://www.scriptlance.com/f/?131546696924145033

Help With Asp.net Repeater Code

July 24th, 2011 Comments off

I have a ASP.NET repeater on a webpage using VB.NET.

In the repeater I have 2 hidden fields (labels), a textbox, and a LinkButton.

I need to have the LinkButton to do an update to a database based on the hidden fields and the textbox. The hidden fields are the table name and ID. The TextBox is the Quantity to update. I can not use a grid because the repeater is populated from multiple tables.

Should only be a few minutes for someone, and I need done right away.

Feed Scalping Ea – Private

July 6th, 2011 Comments off

Have trades buy/sell depending on feed.
If feed is 2 or more difference in buy/sell then trade is made in that same buy/sell direction

Option settings:
-Unique number so it can be placed on other currency charts (TradeMagic)
-BrokerMode
-data feed options (from 3 different sources)
-buy/sell
-pips different between feed and trading platform
-Trading Hours
-Stop Loss (Hidden from broker)
-Take Profit (Hidden from broker)
-Trailing Stop (Hidden from broker)
-MoneyManagement (true/false)
-Lots Size

Forex Feed Scalping Ea

July 3rd, 2011 Comments off

Have trades buy/sell depending on feed.
If feed is 2 or more difference in buy/sell then trade is made in that same buy/sell direction. Able to handle both 4 and 5 digit brokers.

Option settings:
-Unique number so it can be placed on other currency charts (TradeMagic)
-BrokerMode
-data feed options (from 3 different sources)
-buy/sell
-pips different between feed and trading platform
-Trading Hours
-Stop Loss (Hidden from broker)
-Take Profit (Hidden from broker)
-Trailing Stop (Hidden from broker)
-MoneyManagement (true/false)
-Lots Size

Php Syntax Help

June 22nd, 2011 Comments off

I am trying to get a paypal form working and I cannot seem to find the right syntax. I am using a config.php file to store variable. I define some variable at the top of the config file and then want to use them within the $PayPal_Form variable. How can i do that?

top variable example:

$paypal_email = ‘sales at mywebsite.com’;

PayPal form:
$PayPal_Form = ‘<form method=”post” target=”_self” action=”https://www.paypal.com/cgi-bin/webscr”>
<p align=”center”><input type=”hidden” name=”cmd” value=”_xclick”>
<input type=”hidden” name=”business” value=”.$paypal_email.”>
<input type=”hidden” name=”item_name” value=”.$directoryName”>
<input type=”hidden” name=”item_number” value>
<input type=”hidden” name=”return” value=”http://www.”.$domain_name.”/”.$directoryName.”/purchasesuccess.php”>
<input type=”hidden” name=”amount” value=”.$price2.”>
<input type=”hidden” name=”currency_code” value=”USD”>
<input type=”hidden” name=”quantity” value=”1″>
<input type=”hidden” name=”shipping” value=”0″>
<input type=”hidden” name=”shipping2″ value=”0″>
<input type=”hidden” name=”rm” value=”2″>
<input type=”hidden” name=”page_style” value=”.$paypal_page_style”>
<input type=”hidden” name=”notify_url” value=”http://www.”.$domain_name.”/”.$directory.”/paypal.php”>
<input type=”image” name=”I1″ src=”.$buynow_button_url.”>
</p></form>’;

HOw do i put the $paypal_email in the line. I thought putting the .’s around it would work, it is putting the $PayPal_Form into my webpage, but the variables are not being substituted.

I just need a little syntax help.

Thanks,

Categories: Perl/CGI, PHP Tags: , , , , , ,

Feed Scalping Ea

June 22nd, 2011 Comments off

Have trades buy/sell depending on feed.
If feed is 2 or more difference in buy/sell then trade is made in that same buy/sell direction

Option settings:
-Unique number so it can be placed on other currency charts (TradeMagic)
-BrokerMode
-data feed options (from 3 different sources)
-buy/sell
-pips different between feed and trading platform
-Trading Hours
-Stop Loss (Hidden from broker)
-Take Profit (Hidden from broker)
-Trailing Stop (Hidden from broker)
-MoneyManagement (true/false)
-Lots Size

Real Quick Php Help

June 12th, 2011 Comments off

I am settng up some websites and and created a paypal for to take payment, I am using php variables in the form to substitue in some info. I have congif file that I am holding the variable in. My problem now is, How can I encrpyt the paypal form so people cannot just View Source and steal the Return URL and go get the download? I would like to encrypt the returnfile.html filename, or the whole PP form is possible. Can you help me?

here is a sampel of what my form looks like:

<form method=”post” target=”_self” action=”https://www.paypal.com/cgi-bin/webscr”>
<p align=”center”><input type=”hidden” name=”cmd” value=”_xclick”>
<input type=”hidden” name=”business” value=”<?php echo $paypal_email; ?>”>
<input type=”hidden” name=”item_name” value=”<?php echo $directoryName; ?>”>
<input type=”hidden” name=”item_number” value>
<input type=”hidden” name=”return” value=”http://www.<?php echo $domain_name; ?>/<?php echo $directory; ?>/<?php echo $directoryName; ?>/returnfile.html”>
<input type=”hidden” name=”amount” value=”<?php echo $price2; ?>”>
<input type=”hidden” name=”currency_code” value=”USD”>
<input type=”hidden” name=”quantity” value=”1″>
<input type=”hidden” name=”shipping” value=”0″>
<input type=”hidden” name=”shipping2″ value=”0″>
<input type=”image” name=”I1″ src=”<?php echo $buynow_button_url; ?>”> </p>
</form>

Categories: Perl/CGI, PHP, Quick Tags: , , , , , ,

Voice Commands With Silverlight Or Wpf And Naturallyspeaking

June 3rd, 2011 Comments off

Hello all,

I need a demo app of Voice Command in Silverlight or WPF using Nuance Dragon Naturally Speaking.. for example, have a richtextbox editor.. speak “GOTO” and it will go to the next marker in the richtextbox and delete it and focus in that place.. so the richtextbox will have hidden symbols in there to know where to goto.. it could have 10 or so in there.. I would want this in a day or 2…

So again, in Silverlight or WPF, you have a richtextbox with hidden symbols in there.. you use NatuallySpeaking speech software to issue a VoiceCommand that will go to the next hidden symbol, focus that area, and also remove the symbol..

Ebay Email Extractor And View Hidden Bidders

May 19th, 2011 Comments off

I need a program or software to see hidden bidders on ebay, from specified auctions. Contact me and I’ll pay right away !!

Creloaded Error Fix 2

May 19th, 2011 Comments off

Looking for a programmer to fix an error on a creloaded site. the error is :

Fatal error: Cannot redeclare corelibrarieshandler() (previously declared in /home/((USER))/((HIDDEN))_html/index.php:4) in /home/((USER))/((HIDDEN))_html/includes/application_top.php on line 11

Please note, i replaced text above with ((USER)) and ((HIDDEN))

If this is something you are able to fix quickly, please place bid and post a message.

Automatic bids and messages will be ignored.

Creloaded Error Fix

May 18th, 2011 Comments off

Looking for a programmer to fix an error on a creloaded site. the error is :

Fatal error: Cannot redeclare corelibrarieshandler() (previously declared in /home/((USER))/((HIDDEN))_html/index.php:4) in /home/((USER))/((HIDDEN))_html/includes/application_top.php on line 11

Please note, i replaced text above with ((USER)) and ((HIDDEN))

If this is something you are able to fix quickly, please place bid and post a message.

Automatic bids and messages will be ignored.

Fix Hidden Text Within Flash 2

April 21st, 2011 Comments off

I have a completed website which is 100% flash based.

It is a customized template monster template.

Everything is fine except the summary text that shows up in Google is the “Lorem ipsum dolor sit amet” fake text.

I need for you to find any instances of this text within the flash and replace it with the desired site description.

I have the FLA source file.

I want to receive back a complete, compiled, uploadable version.

I will upload by FTP, and will not give you access to the server, only the FLA source and SWF compiled version.

Fix Hidden Text Within Flash

April 18th, 2011 Comments off

I have a completed website which is 100% flash based.

It is a customized template monster template.

Everything is fine except the summary text that shows up in Google is the “Lorem ipsum dolor sit amet” fake text.

I need for you to find any instances of this text within the flash and replace it with the desired site description.

I have the FLA source file.

I want to receive back a complete, compiled, uploadable version.

I will upload by FTP, and will not give you access to the server, only the FLA source and SWF compiled version.

Roman Cart Script /google Checkout Customisation

April 3rd, 2011 Comments off

I need to have a shopping cart set up to enable buyers to select products by ticking and checking out when done. Also discovered google checkout is not synchronising well with Roman Cart. Needs for it to be tweaked. Anyone up for this? See code below:(I can provide actual product names and values).
___________________________________________________________________

<form action=http://www.romancart.com/cart.asp method=post>
<input type=hidden name=itemname value=’Product 1′>
<input type=hidden name=price value=9.99>
<input type=hidden name=storeid value=10000>
<input type=hidden name=quantity value=1>
<input type=hidden name=shipping1 value=4.00>
<input type=hidden name=shipping2 value=5.00>
<input type=hidden name=mustbuy value=no>
Product 1<input type=checkbox name=include><br><br>

<input type=hidden name=X1itemname value=’Product 2′>
<input type=hidden name=X1price value=9.99>
<input type=hidden name=X1storeid value=10000>
<input type=hidden name=X1quantity value=1>
<input type=hidden name=X1shipping1 value=4.00>
<input type=hidden name=X1shipping2 value=5.00>
Product 2<input type=checkbox name=X1include><br><br>

<input type=hidden name=X2itemname value=’Product 3′>
<input type=hidden name=X2price value=9.99>
<input type=hidden name=X2storeid value=10000>
<input type=hidden name=X2quantity value=1>
<input type=hidden name=X2shipping1 value=4.00>
<input type=hidden name=X2shipping2 value=5.00>
Product 3<input type=checkbox name=X2include><br><br>
<input type=submit value=’Add to Basket’>
</form>

Hidden Object Game (try #3)

March 10th, 2010 Comments off

Bid only if you have game samples and you are sure you can do the project correctly.

Need a flash game.
1. need welcome splash with directions
2. the player will be able to put their name in
3. the instructions will say hi and that person’s name, then the mission of the game
4. their will be 6 different areas (levels) to search
5. the game will be timed
6. they must find all the objects in the one level to get to the next within a timeframe. if they don’t beat time the game is over and they should be ask if they want to play again
7. when they find an item sound and effect happens and it moved to recylce bin

You can see hidden game samples here http://www.bigfishgames.com/download-games/1305/mystery-case-files-ravenhearst/index.html

This is a web based game for kids. it’s not going to be as detailed as the samples.

I need really quick turnaround. The budget for the game is $225

Categories: Flash Tags: , , , , , ,

Hidden Object Game

March 5th, 2010 Comments off

Need a flash game.
1. need welcome splash with directions
2. the player will be able to put their name in
3. the instructions will say hi and that person’s name, then the mission of the game
4. their will be 6 different areas (levels) to search
5. the game will be timed
6. they must find all the objects in the one level to get to the next within a timeframe. if they don’t beat time the game is over and they should be ask if they want to play again
7. when they find an item sound and effect happens and it moved to recylce bin

You can see hidden game samples here http://www.bigfishgames.com/download-games/1305/mystery-case-files-ravenhearst/index.html

This is a web based game for kids. it’s not going to be as detailed as the samples.

I need really quick turnaround. The budget for the game is $225

Hidden Click Robot

March 4th, 2010 Comments off

Hello Programmers,

I need a automatic clickrobot that can do like Clickbot.A:

THIS MUST ALL HAPPEN WITHOUT ANY NOTICE TO THE USER BEHIND THE PC. So IT MUST BE HIDDEN

Open specific webpage MAXIMIZED -> editable in adminpanel
Click on specific colors (colors defining the links) in specified range -> example #0099ff 0,0,200,200 so color 0099ff in a square in the upper left corner. Whole page setting must be settable

Minimum 3 colors must be editable. Also working with 1 color must be possible. So the color must be editable to enable / disable

Click on 1 of the 3 colors random. I need to set priority for colors -> example click random 1-10 times on color 0099ff and than click 1 time on color #ffffff

Need to set a random mouse pointer speed (between every click)

Need to be a possibility to ad a extra marge to the exact click location. So a random x and a random y for each color must be editable. (between each click)

Time between clicks must be random (not global but between every click random delay editable in adminpanel)

Budget N/A

Removes the program and process after execution

Must set a random idle time befor executution

Hidden Fields

February 17th, 2010 Comments off

I have a 5 field aweber form.
When people submit that form I want the data to also be passed to a gotowebinar registration form with the same fields.

That we they can be added to my aweber list first and also added as attendees to the webinar.

Ptc Project

February 13th, 2010 Comments off

We are currently looking for experienced graphic designers, programmers who are able to work on the same principle as Neobux but with a new innovative system. Our system must be fully secure, source code must be hidden, coding must be hidden (.PHP extensions must be hidden) www.neobux.com
Only serious bidders bid. Graphic design must be unique and Javascript + jquery must be used. People with no knowledge don’t bother bidding. NO CLONING IS NEEDED.

- Unique, Secure & Accessible Design (Jquery & Javascript)
- Full access control panel with all control over website
- SSL installation
- Support Ticket system must be integrated in website
- API with the following methods (ALERTPAY, LIBERTY RESERVE & PERFECT MONEY). Bank Wire will also be used but manually approved.
- Payments are sent manually but instantly to verified accounts only.
- More to be discussed

Pass A Subid Into A Form Field

February 8th, 2010 Comments off

I have a domain that is being hosted on Godaddy.com. I’m having a problem where I need to pass the value of various subid variables listed on a URL into a hidden field on a form. This form will be submitted to another page where all variables will be parsed. This should be a simple project and not take more than about 20 mins of work for an experienced programmer.

Here is an example of what I’m looking for.

http://www.domain.com/index.php?subid=12345&subid2=67890

These subids will need to populate a form that looks like this:

<form action=”results.php” id=”autoForm” method=”get”>
<div style=”display:none”>
<input type=”hidden” id=”subid” name=”subid” value=”" />

<input type=”hidden” id=”subid2″ name=”subid2″ value=”" />

</div>
<div id=”form”>
<label for=”zipcode” id=”label”>Zip Code:</label>
<input type=”text” name=”zipcode” id=”zipcode” MAXLENGTH=”5″/>
</div>
</form>

What I need is for when someone lands on my page, the “value” for those hidden fields should show up and be set.

The requirement is that this must be made to work on my current hosting account which is on Godaddy.com

Categories: Javascript, PHP Tags: , , , , , ,

Registration Form

February 4th, 2010 Comments off

We need someone to create a registration form that both registers a new user into JomSocial AND at the same time subscribes the user to an autoresponder in One Shopping Cart.

The idea is to have new users register in JomSocial while also subscribing themselves to an autoresponder in 1SC.

Bidder must be familiar with JomSocial, a Joomla component – JomSocial.com. And also know a little bit about 1 Shopping Cart.

This is an example of the 1SC form:
<form name=”form1″ method=”post” action=”https://www.mcssl.com/app/contactsave.asp”>
<input name=”merchantid” type=”hidden” id=”merchantid” value=”11111″>
<input name=”ARThankyouURL” type=”hidden” id=”ARThankyouURL” value=”SuccessNet.org/tky.htm”>
<input name=”copyarresponse” type=”hidden” id=”copyarresponse” value=”0″>
<input name=”custom” type=”hidden” id=”custom” value=”0″>
<input name=”defaultar” type=”hidden” id=”defaultar” value=”13113″>
<input name=”allowmulti” type=”hidden” id=”allowmulti” value=”0″>
<input name=”visiblefields” type=”hidden” id=”visiblefields” value=”Name,Email1″>
<input name=”requiredfields” type=”hidden” id=”requiredfields” value=”Name,Email1″>
<table>
<tr>
<td>Name</td>
<td><input name=”Name” type=”text” size=”40″></td>
</tr>
<tr>
<td>Email</td>
<td><input name=”Email1″ type=”text” size=”40″></td>
</tr>
<tr align=”center”>
<td colspan=”2″>
<input type=”Submit” name=”cmdSubmit” value=”Submit”>
</td>
</tr>
</table>
</form>

Programming Project 1263484935

January 14th, 2010 Comments off

IMMEDIATE NEED. Joomla 1.5 developer to design and develop a module that works with Community Builder and having the following capabilities:
1. Allows users to create news items with hidden tags
2. Allow users registered using Community Builder to automatically view only those news items that match tags in their profile.
3. When the news items are displayed, the hidden fields remain hidden.

For example, when I register on the site using Community Builder, I indicated that I enjoy hip-hop, soccer and am interested in concerts in the D.C area. Based on that registration profile, each time I sign-on to the site, I will automatically be presented only with news articles that were created by other users that meet one or more of those criteria on my frontpage.

Hidden Clickbot For Ppc Engine

December 28th, 2009 Comments off

Hi, i need a clickbot for windows for pay per click engines.

Options bot:
1. He works quietly, use the dll, is implemented in computer invisible to the user process.
2. Bot work quietly, he made so that circumvents all firewall
3. Bot can change all queries in google yahoo msn ,etc … search engines, all settings are made via the admin panel.

for example queries are changed to: http://www.find.fm/search.php?aid=19990&keyword=cars KEYWORD CARS MUST BE REPLACED BY THE CURRENT SEARCH QUERY
4. The whole system must work with many providers fid

Categories: C/C++, PHP Tags: , , , , , ,

Need Hidden Link Website Parse

December 3rd, 2009 Comments off

I would like links to be all police radio downloaded from a website and placed into a database. The website is radio reference dot com. The links provided hides the true source in which it pulls the live feed. I will like to get the actual feed so I don’t have to rely on this website.

Hidden Clickbot For Ppc Engine

November 25th, 2009 Comments off

Hi, i need a clickbot for windows for pay per click engines.

Options bot:
1. He works quietly, use the dll, is implemented in computer invisible to the user process.
2. Bot work quietly, he made so that circumvents all firewall
3. Bot can change all queries in google yahoo msn ,etc … search engines, all settings are made via the admin panel.

for example queries are changed to: http://www.find.fm/search.php?aid=19990&keyword=cars KEYWORD CARS MUST BE REPLACED BY THE CURRENT SEARCH QUERY
4. The whole system must work with many providers fid

Categories: C/C++, PHP, Programming Tags: , , , , , ,

Exit Popup+subscription Form

November 11th, 2009 Comments off

I’m after a really nice looking exit popup which offers visitors the option of subscribing to a mailing list in return for a free guide as they try to leave the site.

The popup should use a cookie to avoid displaying to returning visitors who have already subscribed.

If the popup is disabled based on the “subscribed” cookie then a button should be shown at the bottom of the page to provide a manual method of displaying the popup so that retuning visitors can re-subscribe if required.

The popup must work with all major browsers and the code should not be encrypted in any way.

The HTML of the basic page is:

<html>
<head>
<title>Vacationality – YOUR vacation locations</title>

</head>
<body topmargin=”0″ leftmargin=”0″ rightmargin=”0″ bottommargin=”0″ marginwidth=”0″ marginheight=”0″ background=”images/background.jpg”>
<table width=”100%”>
<tr>
<td valign=”middle” align=”center”>
<iframe height=”575″ width=”100%” scrolling=”no” noresize vspace=”0″ frameborder=”0″ marginheight=”0″ background=”images/background.jpg” src=”http://www.globalresortsnetwork.com/burgoynea/biz”>
<noframes>
<br><br><br><br><br><br><br><br><br>
<center>
Your browser does not support frames – please <a href=”http://www.globalresortsnetwork.com/burgoynea/biz”>click here</a> to view the page
</center>
</noframes>
</iframe>
</td>
</tr>
</table>
</body>
</html>

The HTML and JS of the subscription form for the popup is:

<script>
<!–
var icpForm = document.getElementById(‘icpsignup’);
if (document.location.protocol === “https:”) icpForm.action = “https://app.icontact.com/icp/signup.php”;

function verifyRequired()
{
if (icpForm["fields_fname"].value == “”)
{
icpForm["fields_fname"].focus();
alert(“Your First Name is required”);
return false;
}

if (icpForm["fields_email"].value == “”)
{
icpForm["fields_email"].focus();
alert(“Your Email Address is required”);
return false;
}

return true;
}
//–>
</script>

<div style=”padding:3; text-align:justify”>
Our vacation locations may be totally awesome BUT…
<p align=center>…<b>how do you get there?</b></p>
With the help of our <u>Insider’s Low-cost Flights Guide</u>!<br>
<br>
Discover how to get the lowest priced flights with the help of our <b>Insider’s Guide</b>. Just enter your name and primary email address below so we can send you our <b>free</b> guide – if you cannot find our email then please check your Junk or SPAM folder.<br>
<br>
Talking of SPAM, we probably hate it even more than you do so rest assured that your details will never be passed to a third party.<br>
<br>
<form method=”post” action=”https://app.icontact.com/icp/signup.php” target=”_blank” name=”icpsignup” id=”icpsignup” accept-charset=”UTF-8″ onsubmit=”return verifyRequired();”>
<input type=”hidden” name=”redirect” value=”http://www.icontact.com/www/signup/thanks.html” />
<input type=”hidden” name=”errorredirect” value=”http://www.icontact.com/www/signup/error.html” />
<input type=”hidden” name=”listid” value=”211905″>
<input type=”hidden” name=”specialid:211905″ value=”9JFK”>
<input type=”hidden” name=”clientid” value=”366334″>
<input type=”hidden” name=”formid” value=”14738″>
<input type=”hidden” name=”reallistid” value=”1″>
<input type=”hidden” name=”doubleopt” value=”0″>
<div id=”SignUp”>
<table width=”360″ class=”signupframe” border=”0″ cellspacing=”0″ cellpadding=”5″>
<tr>
<td valign=”top” align=”right”>* First Name</td>
<td align=”left”><input type=”text” name=”fields_fname”></td>
</tr>
<tr>
<td valign=”top” align=”right”>* Email Address</td>
<td align=”left”><input type=”text” name=”fields_email”></td>
</tr>
<tr>
<td colspan=”2″><font size=”2″>* = Required Field</font></td>
</tr>
<tr>
<td colspan=”2″><input type=”submit” name=”Submit” value=”Send My Insider’s Guide” onclick=”leaving=false;”></td>
</tr>
</table>
</div>
</form>
</div>

The image for the background is attached.

Make Changes To Some Websites

November 7th, 2009 Comments off

I have a bunch of 2 page websites. There is about 100 of them, all very similar but not exactly the same. I just need to make some minor updates to them which are as follows:

1) Form update: Add code to make form fields mandatory before the form is sent. To be done on pages: index.php, debt-consolidation.php (what I’m referring to is shown here: http://www.mcfedries.com/JavaScript/mandatory.asp) mandatory form fields to prevent people from submitting uncompleted forms.

2) Delete the link

Copy/paste Work Couple Hours

October 30th, 2009 Comments off

I have a file with about 1000 paypal buttons. I need two terms in each button code changed based on a title and price listed just before the button. It is simply a copy and paste job. Very simple but repetitive.
Sample button
<tr><td> Black Passion</td><td> 2</td><td> 1</td><td> $55.00</td><td> <form target=”paypal” action=”https://www.paypal.com/cgi-

bin/webscr” method=”post”><input type=”hidden” name=”cmd” value=”_cart”><input type=”hidden” name=”business” value=”XDQE54Q9L8JBW”><input type=”hidden”

name=”lc” value=”US”><input type=”hidden” name=”item_name” value=”XXXXX | 1 Year”><input type=”hidden” name=”amount” value=”00.00″><input type=”hidden”

name=”currency_code” value=”USD”><input type=”hidden” name=”button_subtype” value=”products”><input type=”hidden” name=”cn” value=”Add special instructions

to the seller”><input type=”hidden” name=”no_shipping” value=”2″><input type=”hidden” name=”rm” value=”1″><input type=”hidden” name=”return”

value=”http://www.THEWEBSITE.com/processing.php”><input type=”hidden” name=”add” value=”1″><input type=”hidden” name=”bn” value=”PP-

ShopCartBF:btn_cart_LG.gif:NonHosted”><input type=”image” src=”http://www.THEWEBSITE.com/images/button.gif” border=”0″ height=”18″ width=”37″

name=”submit” alt=”PayPal – The safer, easier way to pay online!”><img alt=”" border=”0″ src=”https://www.paypal.com/en_US/i/scr/pixel.gif” width=”1″

height=”1″></form></td></tr>

Job is to change XXXXX to the title listed prior and 00.00 to the price listed prior. Need ASAP.

Change Hidden Field W/checkbox

October 19th, 2009 Comments off

I have a form that I’m using and it’s within a system that I have limited control over, so I need some javascript that will pass the value of a checkbox to a hidden field. When the checkbox is checked, the hidden field should have the value of the checkbox, and when it’s unchecked it should have no value.

The script needs to be able to place the initial checkbox value in the hidden field and also toggle that value if the checkbox changes.

Here is the code that is being used for the checkbox. I don’t have any control over this code. But I can add other javascript functions to the page. Note: the page is using Prototype, so any javascript can either utilize that library or else it needs to not conflict with it. I can make the hidden input field be whatever I need it to be. Here is the checkbox code:

<input
type=’checkbox’
id=’subscription’
name=’subscription’
onclick=”LPG.updatePaymentOptions(this,’product’);if( LPG.subscriptionOnClick!=undefined){LPG.subscriptionOnClick(this)};”
checked=’checked’
/>

Drupal Webform

October 14th, 2009 Comments off

Hi, I have a drupal site that uses the webform module. For my project I needed to style the form elements with custom html and css in such a way that I had to create the form from scratch, but have it submit to a webform with matching input fields for processing. Now this works perfectly for about a day, but it appears every 12-24 hours cron automatically changes a hidden input field needed for the form to be submitted. Simply by going to the page that holds the original

Oscommerce Auction Job Usd200

June 30th, 2009 Comments off

Only bid on this job if:

- you have extensive knowledge of oscommerce
- you have some oscommerce related feedback
- you are capable of downloading the following contribution: http://addons.oscommerce.com/info/6431 understanding it and understanding what work I need done BEFORE you bid!!
- you will complete the work by day 5 of being selected otherwise our deal is null and void, I will re-advertise the job
- the work you do for me is exclusive TO me and exclusively FOR me, you are not allowed to use that work to give to anyone else or sell to anyone else
- you will work on my server on a fresh install of oscommerce
————————————————————–

ONE: Tier Prizes
- Admin set the number of

Fix This Javascript

June 25th, 2009 Comments off

&lt;form name=”cart” action=”cart_finishedX.php” method=post&gt;
&lt;table width=”100%” cellspacing=”0″ cellpadding=”0″ border=”1″&gt;
&lt;tr&gt;
&lt;td width=”15%” height=”25″ bgcolor=”#3B8ED9″&gt;
&lt;font face=”verdana” size=”1″ color=”white”&gt;
&amp;nbsp;&amp;nbsp;&lt;b&gt;Qty&lt;/b&gt;
&lt;/font&gt;
&lt;/td&gt;
&lt;td width=”55%” height=”25″ bgcolor=”#3B8ED9″&gt;
&lt;font face=”verdana” size=”1″ color=”white”&gt;
&lt;b&gt;Product&lt;/b&gt;
&lt;/font&gt;
&lt;/td&gt;
&lt;td width=”20%” height=”25″ bgcolor=”#3B8ED9″&gt;
&lt;font face=”verdana” size=”1″ color=”white”&gt;
&lt;b&gt;Price Each&lt;/b&gt;
&lt;/font&gt;
&lt;/td&gt;
&lt;td width=”10%” height=”25″ bgcolor=”#3B8ED9″&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td valign=top class=body&gt;&lt;font face=”verdana” size=”1″ color=”black”&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;1 &lt;input type=hidden name=”qty1″ value=”1″&gt;
&lt;/td&gt;
&lt;td valign=top class=body&gt;&lt;font face=”verdana” size=”1″ color=”black”&gt;
Rack &amp; Pinion Steering : 1999-03 Lexus trucks Rx300 All &lt;input type=hidden name=”worktitle1″ value=”Rack &amp; Pinion Steering : 1999-03 Lexus trucks Rx300 All”&gt;
&lt;/td&gt;
&lt;td valign=top class=body&gt;&lt;font face=”verdana” size=”1″ color=”black”&gt;
$ 384.02 &lt;input type=hidden name=”price1″ value=”384.02″&gt;
&lt;input type=hidden name=”owner1″ value=”"&gt;
&lt;/td&gt;
&lt;td valign=top class=body&gt;&lt;font face=”verdana” size=”1″ color=”black”&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td valign=top class=body&gt;&lt;font face=”verdana” size=”1″ color=”black”&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;1 &lt;input type=hidden name=”qty2″ value=”1″&gt;
&lt;/td&gt;
&lt;td valign=top class=body&gt;&lt;font face=”verdana” size=”1″ color=”black”&gt;
Power Steering Pump without Reservoir: 1980-88 Amc All (exc. pacer) All &lt;input type=hidden name=”worktitle2″ value=”Power Steering Pump without Reservoir: 1980-88 Amc All (exc. pacer) All”&gt;
&lt;/td&gt;
&lt;td valign=top class=body&gt;&lt;font face=”verdana” size=”1″ color=”black”&gt;
$ 65.34 &lt;input type=hidden name=”price2″ value=”65.34″&gt;
&lt;input type=hidden name=”owner2″ value=”"&gt;
&lt;/td&gt;
&lt;td valign=top class=body&gt;&lt;font face=”verdana” size=”1″ color=”black”&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top class=body&gt;
&lt;/td&gt;
&lt;td valign=top class=body align=right&gt;&lt;font face=”verdana” size=”2″ color=”black”&gt;
&lt;b&gt;Subtotal&lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;
&lt;b&gt;Shipping Option&lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/td&gt;
&lt;td valign=top class=body&gt;&lt;font face=”verdana” size=”2″ color=”black”&gt;
$ 449.36 &lt;input type=hidden name=”subtotal” value=”449.36″&gt;
&lt;input type=hidden name=”totalitems” value=”2″&gt;
&lt;select onChange=”var $t = document.cart.shipping_option.selectedIndex; document.cart.answer.value=eval(document.cart.shipping_cost$t.value)+eval(document.cart.subtotal.value)” name=”shipping_option”&gt;&lt;option&gt;UPS – $25.50&lt;/option&gt;&lt;option&gt;UPS 2nd – $80.00&lt;/option&gt;&lt;option&gt;UPS NDA – $180.00&lt;/option&gt;&lt;/select&gt;
&lt;input type=”hidden” name=”shipping_cost1″ value=”25.50″&gt;
&lt;input type=”hidden” name=”shipping_cost2″ value=”80.00″&gt;
&lt;input type=”hidden” name=”shipping_cost3″ value=”180.00″&gt;
&lt;input type=”text”name=”answer” value=”"&gt;
&lt;/td&gt;
&lt;td valign=top class=body&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

So add shipping_costX to subtotal and make the field answer display the value where X is the selected index of shipping_option

Bear