%@ LANGUAGE="VBSCRIPT" %> <% REM ******************** REM This script looks for certain vars REM Department = If they have a valid registration code, they get linked to a purchase URL with a discount. REM Product = The product they purchased REM Serial = Serial or registration code they typed in REM action = Action they'd like to show. Actions = "TryUpgrade" or nothing/default. REM ******************** QuoteChar = Chr(34) NewLine = Chr(13) + Chr(10) Dim Product Dim action Dim codeAccepted codeAccepted = 0 REM Get our important vars action= Request.Form("action") if action= "" then action= Request.QueryString("action") end if Product= Request.Form("Product") if Product= "" then Product= Request.QueryString("Product") end if REM Get our important vars Product= Request.Form("Product") if Product= "" then Product= Request.QueryString("Product") end if SerialCode = CStr(Request.Form("Serial")) if SerialCode = "" then SerialCode= CStr(Request.QueryString("Serial")) end if zeSerialCode = CLng(0) if Len(SerialCode) > 0 AND Len(SerialCode) < 10 AND IsNumeric(SerialCode) then zeSerialCode = CLng(SerialCode) end if if Len(SerialCode) = 10 then codeAccepted = 1 ' Due to VB's stinkin' overflow crap, I allow all 10 digit codes...kind of lame... end if On Error resume next if action = "TryUpgrade" then REM if Product = "Acoustica MP3 CD Burner" AND zeSerialCode > 1000000 AND (zeSerialCode MOD 9932851) = 0 then REM codeAccepted = 1 REM end if REM if Product = "Acoustica MP3 To Wave Converter PLUS" AND (zeSerialCode MOD 57215) = 0 AND zeSerialCode > 1000000 then REM codeAccepted = 1 REM end if REM if Product = "Acoustica MP3 Audio Mixer" AND if (zeSerialCode MOD 76148) = 0 AND zeSerialCode > 1000000 then codeAccepted = 1 end if REM if Product = "Acoustica CD/DVD Label Maker" AND (zeSerialCode MOD 6259183) = 0 AND zeSerialCode > 1000000 then REM if Err <= 0 then REM codeAccepted = 1 REM end if REM end if end if %>
|
||||||||||
|
|
||||||||||
|
| Mixcraft Upgrade Deal! | |||
| |||
| If you've purchased MP3 Audio Mixer or the Power Pack previously, you qualify for an upgrade discount to our hot new mixer called
Mixcraft!
Compare Audio Recording Software : Mixcraft vs MP3 Audio Mixer | |||
| In order to get the link for the discounted version, you'll need to enter your serial code for MP3 Audio Mixer. Locate your registration code to MP3 Audio Mixer. You may have purchased it from 'Esellerate', 'RegNow', 'Digibuy', 'RegSoft', or 'Paypal'. Try searching your email for "acoustica" or one of the purchase sites previously mentioned. If you still cannot locate your purchase email, try the lost codes page. Please keep in mind that this requires an actual human to scan through the registrations and it could take awhile depending on demand. (We have almost 1/4 of million customers.) | |||
|
|
| |||||||
| Legal notice: All Acoustica software is legal & licensed for MP3 encoding & decoding. (Not all software can legally create & use MP3s! Check the approved/licensed company list, if you are unsure of your software.) Acoustica ™ is a registered trademark of Acoustica, Inc. | |||||||
| |||||||
| Acoustica, Mixcraft, DJ Twist & Burn and Spin It Again are registered trademarks of Acoustica, Inc | |||||||
Website © 1997-2007 Acoustica™, Inc. All Rights Reserved. Privacy Policy - Company Information |