connectSQL(); // get the rest of the info from DB $result = $myVCMS_DB->runStatement("SELECT * FROM general"); $row = mysql_fetch_assoc($result); ?> <?php echo checkEscapeDecode($row['name']); ?>
MARVELICIOUS GIFT X-CHANGE
is_valid) { // What happens when the CAPTCHA was entered incorrectly $GLOBALS['success'] = CAP; } else { // Your code here to handle a successful verification } } */ // if valid values, attempt to add to DB if ($GLOBALS['success'] == AOK) { $GLOBALS['success'] = add(); } } else { // show the empty form clearValues(); } ?>

So you have decided to join in on the Marvelicious Gift X-Change. By completing this entry form you are agreeing to the rules of the exchange. An asterisk '*' indicates that a field is required.

We will never sell any of your address or contact information. Data collected is strictly for the purposes of the gift exchange. We will share the following information with your selected Santa, your forum handle, full name, mailing address, age, gender, and wish lists. Contact info such as email and phone is not shared and is just a means for the gift exchange organizers to send reminders and contact you should an issue arise.

Send your questions to santa@venganzamedia.com or post in the forums and one of our elves will answer you.

Error:

We're sorry but there seems to have been a error while processing your signup form. Please go back and make sure all the required fields have been filled out and try your request again.

For any questions, comments, concerns; please contact us at santa@venganzamedia.com. Thank you.

Captcha:

We're sorry but there seems to have been a captcha error while processing your signup form. Please go back and try request again.

For any questions, comments, concerns; please contact us at santa@venganzamedia.com. Thank you.

Thank you for your entry into the Marvelicious Gift X-Change.

The next step is for your target to be selected. You will receive an email with your target's information sometime after the signup deadline but before the match deadline.

Keep in mind the rules of the exchange. and be aware of the date deadlines.

No news is good news from the gift exchange organizers. If we have any problems with your entry form or participation we will contact you.

For any questions, comments, concerns; please contact us at santa@venganzamedia.com.

SUB) {?>
GENERAL INFORMATION
> > > > > > > > > >
*
*
*
 
*
*
*
*
*
 
*
*
 

SHIPPING CONSIDERATION

By entering into the gift exchange, you are entering a pool of participants that may not be confined to your own country. However we do understand that someone may not want to spned a $25 shipping cost in additon to the gift exchange item. So for that reason, please select one of the following options which will help us determine who to pair you with.

>

By selecting this option you state that you will ship freely WITHOUT regards to borders. You may be randomly paired with someone from your own country or could be paired with someone from another country. It could be a chance to get something from another country that you can not get locally. Plus it adds to the fun and excitement.

>

In some cases it is not possible for you to be able to ship internationally, and that is okay. If you select this option, your target will be in your country. However, if there are no local targets to pair you with you may not be able to participate. Example, if you are the only person in the country of "SWANatopia" and can not ship internationally, there is no one to pair you with. We will contact you if such is the case.

WISH LIST

Your wish list will give your Santa an idea of some of the things you’d like, not necessarily the exact thing. Half the fun is the surprise! That said here are some tips to help you fill in your list.

  • Try to have a list that contains a few different items, like 5 for example.
  • It is okay to also add what you don't want. Not everyone is a Fantactic Four fan for example.
  • It is okay to have some specific figures, like "I would like Winter Gear Captian America".
  • Even better is when you have generic ideas. Like, "I like Iron Man". That leaves the door wide open for the type, style, and line of item you could get.
  • Try not to have a list full of rare or hard to find items. If you are having a hard time finding something, chances are your Santa may have a hard time finding it as well.
  • Try to have a good mix of different items from different lines. Since distribution can be spotty, if you ask for Wave 3 figures for example, that wave may not be where your Santa is.
  • It is okay to say you will accept homemade items. We've seen a few pieces of custom artwork go through the exchange to rave reviews.
  • While the minimum price is $10 it is okay to have a few items that cost higher on your list. In some cases there may be no $10 items for you Santa to get you. In which case having higher priced items is okay to give your Santa more options. Likes something from the $20 vehicle pricepoint or battlepack for example.
  • Don't ask for all expensive items far above the minimum price. That is rude, trolling, and grounds for expulsion from the gift exchange.
  • Please use the affilate links found on our home page when shopping with a thrid party vendor such as Amazon, Brian's Toyz, Sideshow Collectibles, etc.

Please create a wishlist.

>
*

DISCLAIMER

The Marvelicious Gift X-Change is a gift exchange matchmaking service provided by Marvelicious Toys and its parent company Venganza Media Inc. By checking this box I certify that I am 18 years of age or older, and that I understand that sending a gift does not guarantee reception of a reciprocal gift. Venganza Media Inc's responsibility is limited to providing your address and wishlist to a matching participent in the gift exchange, but all responsibility for gift purchase and delivery is that of the registrants.

I understand by signing up for this gift exchange that my personal information (Name, Address, and wish list) will be provided automatically to my match. Further, I understand that at their request my information may be provided to the person to whom I am assigned to provide a gift.

I also agree to not hold Marvelicious Toys, its parent company Venganza Media Inc., or any of its agents responsible for gifts damaged or not received.

I also agree to send a gift to my assigned recipient no later than the date deadlines and to provide a tracking number for said gift to Venganza Media Inc. via the proper web form or email.

Anyone found in violation of these terms will be held financially responsible for any abuse of this service and will be indefinitely barred from any further contests, forums, and services (such as this gift exchange) provided by Marvelicious Toys and/or Venganza Media Inc.

>
>

I agree to the rules, terms, conditions and disclaimers of the exchange.

COMPLETE

Remember that no news is good news from the gift exchange organizers. If we have any problems with your entry form or participation we will contact you.

Thank you for your consideration and participation.

Registration is now closed for this year!

" . $i . "\n"; } } function populateOption2 ($tablename, $v='') { // special case the first entry print "\n"; // connect to the database $hostname = "swsecretsanta.swactionnews.com"; // eg. mysql.yourdomain.com (unique) $username = "genswanuser"; // the username specified when setting-up the database $password = "password1"; // the password specified when setting-up the database $database = "swsecretsanta"; // the database name chosen when setting-up the database (unique) $link = mysql_connect($hostname,$username,$password); mysql_select_db($database) or die("Unable to select database"); // construct our SQL statement $sql = "SELECT * FROM " . $tablename; $result = mysql_query($sql,$link) or die("Unable to select: ".mysql_error()); // populate the option while($row = mysql_fetch_assoc($result)) { print "\n"; } mysql_close($link); } function clearValues() { $GLOBALS['forum_handle'] = ""; $GLOBALS['first_name'] = ""; $GLOBALS['last_name'] = ""; $GLOBALS['address1'] = ""; $GLOBALS['address2'] = ""; $GLOBALS['city'] = ""; $GLOBALS['state'] = ""; $GLOBALS['state_other'] = ""; $GLOBALS['country'] = ""; $GLOBALS['zip'] = ""; $GLOBALS['email'] = ""; $GLOBALS['phone1'] = ""; $GLOBALS['phone2'] = ""; $GLOBALS['age'] = ""; $GLOBALS['gender'] = ""; $GLOBALS['shipping'] = ""; $GLOBALS['wishlist'] = ""; $GLOBALS['agree'] = ""; } function loadFromForm() { $GLOBALS['forum_handle'] = checkEscape($_REQUEST["forum_handle"]); $GLOBALS['first_name'] = checkEscape($_REQUEST["first_name"]); $GLOBALS['last_name'] = checkEscape($_REQUEST["last_name"]); $GLOBALS['address1'] = checkEscape($_REQUEST["address1"]); $GLOBALS['address2'] = checkEscape($_REQUEST["address2"]); $GLOBALS['city'] = checkEscape($_REQUEST["city"]); $GLOBALS['state'] = checkEscape($_REQUEST["state"]); $GLOBALS['state_other'] = checkEscape($_REQUEST["state_other"]); $GLOBALS['country'] = checkEscape($_REQUEST["country"]); $GLOBALS['zip'] = checkEscape($_REQUEST["zip"]); $GLOBALS['email'] = checkEscape($_REQUEST["email"]); $GLOBALS['phone1'] = checkEscape($_REQUEST["phone1"]); $GLOBALS['phone2'] = checkEscape($_REQUEST["phone2"]); $GLOBALS['age'] = checkEscape($_REQUEST["age"]); $GLOBALS['gender'] = checkEscape($_REQUEST["gender"]); $GLOBALS['shipping'] = checkEscape($_REQUEST["shipping"]); $GLOBALS['wishlist'] = checkEscape($_REQUEST["wishlist"]); $GLOBALS['agree'] = checkEscape($_REQUEST["agree"]); // check age if (empty($GLOBALS['age'])) { $GLOBALS['age'] = 0; } /* // process single quotes in variables $GLOBALS['forum_handle'] = str_replace("'", "`", $GLOBALS['forum_handle']); $GLOBALS['first_name'] = str_replace("'", "`", $GLOBALS['first_name']); $GLOBALS['last_name'] = str_replace("'", "`", $GLOBALS['last_name']); $GLOBALS['address1'] = str_replace("'", "`", $GLOBALS['address1']); $GLOBALS['address2'] = str_replace("'", "`", $GLOBALS['address2']); $GLOBALS['city'] = str_replace("'", "`", $GLOBALS['city']); $GLOBALS['state'] = str_replace("'", "`", $GLOBALS['state']); $GLOBALS['state_other'] = str_replace("'", "`", $GLOBALS['state_other']); $GLOBALS['country'] = str_replace("'", "`", $GLOBALS['country']); $GLOBALS['zip'] = str_replace("'", "`", $GLOBALS['zip']); $GLOBALS['email'] = str_replace("'", "`", $GLOBALS['email']); $GLOBALS['phone1'] = str_replace("'", "`", $GLOBALS['phone1']); $GLOBALS['phone2'] = str_replace("'", "`", $GLOBALS['phone2']); $GLOBALS['gender'] = str_replace("'", "`", $GLOBALS['gender']); $GLOBALS['shipping'] = str_replace("'", "`", $GLOBALS['shipping']); $GLOBALS['wishlist'] = str_replace("'", "`", $GLOBALS['wishlist']); */ } function validateForm() { // check for required fields if (empty($GLOBALS['forum_handle']) || empty($GLOBALS['first_name']) || empty($GLOBALS['last_name']) || empty($GLOBALS['address1']) || empty($GLOBALS['city']) || ( empty($GLOBALS['state']) && empty($GLOBALS['state_other']) ) || empty($GLOBALS['country']) || empty($GLOBALS['zip']) || empty($GLOBALS['email']) || empty($GLOBALS['phone1']) || empty($GLOBALS['shipping']) || empty($GLOBALS['wishlist']) || empty($GLOBALS['agree']) ) { return REQ; } } function add() { // connect to the database $hostname = "swsecretsanta.swactionnews.com"; // eg. mysql.yourdomain.com (unique) $username = "genswanuser"; // the username specified when setting-up the database $password = "password1"; // the password specified when setting-up the database $database = "swsecretsanta"; // the database name chosen when setting-up the database (unique) $link = mysql_connect($hostname,$username,$password); mysql_select_db($database) or die("Unable to select database"); // construct our SQL statement $sql = "INSERT INTO " . TBL . " (Handle,FName,LName,". "Addr1,Addr2,City,State,State_Other,Zip,Country,". "Email, Phone1, Phone2,". "Age, Gender, Shipping, Wishlist,". "Target, Shipped, Tracking, ShipNote, Note". ") VALUES (". "'".$GLOBALS['forum_handle']."',". "'".$GLOBALS['first_name']."',". "'".$GLOBALS['last_name']."',". "'".$GLOBALS['address1']."',". "'".$GLOBALS['address2']."',". "'".$GLOBALS['city']."',". "'".$GLOBALS['state']."',". "'".$GLOBALS['state_other']."',". "'".$GLOBALS['zip']."',". "'".$GLOBALS['country']."',". "'".$GLOBALS['email']."',". "'".$GLOBALS['phone1']."',". "'".$GLOBALS['phone2']."',". "".$GLOBALS['age'].",". "'".$GLOBALS['gender']."',". "'".$GLOBALS['shipping']."',". "'".$GLOBALS['wishlist']."',". "0, false, '', '', ''". ")"; // run the query $result = mysql_query($sql,$link) or die("Unable to select: ".mysql_error()); mysql_close($link); // sucess return SUB; } ?>

Go Back