Reseller Hosting, Shared Hosting, Dedicated Hosting by Vortech Inc.

Go Back   Reseller Hosting, Shared Hosting, Dedicated Hosting by Vortech Inc. > >> General Public > Chit Chat Public
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Chit Chat Public Talk about any thing you want! This forum is public.

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 01-06-2006, 09:08 AM
mresell's Avatar
mresell mresell is offline
ePerson
Vortech Inc. Customer
 
Location: Around the \bin
That's good to know.
Reply With Quote
  #32  
Old 01-06-2006, 11:39 AM
generic's Avatar
generic generic is offline
guess who.. :)
Vortech Inc. Customer
 
Location: chicago
yes latest version of candy press on a windows box.
__________________
goodbye idevaffiliate, you can kiss my @$* with your poor support and broken script, I am now using post affiliate pro 3
Reply With Quote
  #33  
Old 07-07-2006, 07:06 AM
creativechaos creativechaos is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
anyone tried VPASP? http://www.vpasp.com

They have a free version which works quite well and is completely open souce ASP
Reply With Quote
  #34  
Old 07-07-2006, 12:01 PM
generic's Avatar
generic generic is offline
guess who.. :)
Vortech Inc. Customer
 
Location: chicago
I used them several years ago when they first started up, I became rather good at customising it and was a reseller.
No here is why I left:
I , spent a lot of $$ on their product, then on the upgrades, and when they had a verson change (exactly 13 months month outside of their 12 month window for free upgrades), they expected me to shell out another fee.
I sent them a request for the upgrade explaining my long history and my month outside the upgrade (when they caused the delay for the release) and even though I had been a loyal follower, paying over double the original cost, they told me i am out of luck. Just keep this in mind when you buy their product, you will be paying a lot more $$ in the future to keep current.
I DONT mind paying for a product, I DO mind someone trying to get rich off me on upgrades etc.
I decided to go to oscommerce and candy press.
Never looked back...
They have been havng a few serious security issues that required immediate patches, so keep that in mind too.
Quote:
Do I get a free upgrade to VP-ASP 6.00 or 5.50?
Upgrades are free for one year from the original date of purchase of the VP-ASP Shopping Cart. We provide a self service upgrade facility and so it is your choice on when or if to upgrade.
How a much will VP-ASP upgrade cost?
If you purchased VP-ASP more than a year at the time you decide to upgrade, there will be a fee. This fee pays for the many years of design, coding, testing and documenting the new features and facilities you will be receiving.
Upgrade to VP-ASP Value Pac $99.00
Upgrade to VP-ASP Plus! Pac $149.00
Upgrade to VP-ASP Deluxe Pac $199.00
so you can buy a full versoin, and if an upgrade comes out 13 months later, you will pay an additional $199 to get it, complete BS.
Quote:
I just paid for an upgrade why do I have to pay again?
Each release has many new facilities. It is up to you to decide if you need them.
The development of each new software release takes many person years. We believe the small fee we charge for upgrades is a reasonable amount for the development effort we have put into this work.
__________________
goodbye idevaffiliate, you can kiss my @$* with your poor support and broken script, I am now using post affiliate pro 3

Last edited by generic : 07-07-2006 at 12:05 PM.
Reply With Quote
  #35  
Old 07-11-2006, 09:48 PM
generic's Avatar
generic generic is offline
guess who.. :)
Vortech Inc. Customer
 
Location: chicago
see....

see vpasp users.. here you go again.....


TITLE:
VP-ASP SQL Injection

CRITICAL:
Highly critical

IMPACT:
Manipulation of data, Deletion of data

WHERE:
From remote

SOFTWARE:
VP-ASP 3.5
VP-ASP 4.x
VP-ASP 5.x
VP-ASP 6.x

DESCRIPTION:
A new vulnerability in VP-ASP software has emerged, which can be exploited by malicious people to conduct SQL injection attacks.

1) Input passed to the "stremail" and "strlastname" parameter in shopmailpwd.asp is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.

SOLUTION:

1. Open shopmailpwd.asp

2. Locate the following line:

templastname=replace(strlastname,"'","''")

3. Change to:

templastname=replace(strlastname,"'","''")
templastname=cleanchars(templastname)

4. Locate the following line:

tempemail=replace(stremail,"'","''")

5. Change to:

tempemail=replace(stremail,"'","''")
tempemail=cleanchars(tempemail)


PLEASE NOTE: These last two steps may vary slightly in older versions - tempemail may not exist, in which case you will need to make the following changes.

Locate:

templastname=replace(strlastname,"'","''")
templastname=cleanchars(templastname)

Add this below:

dim tempemail
tempemail=replace(stremail,"'","''")
tempemail=cleanchars(tempemail)



Locate:

sql = sql & " and " & " email='" & stremail & "'"

Change to:

sql = sql & " and " & " email='" & tempemail & "'"


6. Open shop$db.asp

7. Do a search for the following:

function CleanChars(strWords)

8. If the function is not found, paste this at the bottom of shop$db.asp (above the %> tag):

function CleanChars(strWords)
dim badChars,i
dim newChars

newchars=strwords

if len(Strwords)<15 then
cleanChars = newChars
exit function
end if

badChars = array("select", "drop", ";", "--", "insert", "delete", "xp_","union","char","@@")
newChars = strWords

for i = 0 to uBound(badChars)
if instr(1,newchars,badchars(i),1)>0 then
newchars=""
cleanchars=newchars
exit function
end if
next

newchars=replace(newchars,"'","''")
cleanChars = newChars
end function

9. Save shopmailpwd.asp and shop$db.asp.

10. Back up the existing copies of shopmailpwd.asp and shop$db.asp on your server

11. Upload the new copies of shopmailpwd.asp and shop$db.asp to your server
__________________
goodbye idevaffiliate, you can kiss my @$* with your poor support and broken script, I am now using post affiliate pro 3
Reply With Quote
  #36  
Old 07-12-2006, 10:44 PM
generic's Avatar
generic generic is offline
guess who.. :)
Vortech Inc. Customer
 
Location: chicago
anyone try oscommerce on windows yet?
__________________
goodbye idevaffiliate, you can kiss my @$* with your poor support and broken script, I am now using post affiliate pro 3
Reply With Quote
  #37  
Old 07-13-2006, 05:28 AM
jetzkr8's Avatar
jetzkr8 jetzkr8 is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Location: Penang, Malaysia
Send a message via MSN to jetzkr8 Send a message via Yahoo to jetzkr8 Send a message via Skype to jetzkr8
I think a better alternative is Joomla + Virtuemart, both open-source and many features out of the installation process itself. Certainly good for the first timer with small web presence.
__________________
::: Ashvin :::
www.klas5.net ~ Learn about psyllium husk and how it can help your colon health
Excuse the misspellings, two-finger typist at work and no help from antique-ed keyboard!
Reply With Quote
  #38  
Old 07-14-2006, 11:24 PM
bsdrocks's Avatar
bsdrocks bsdrocks is offline
Vortech Inc. Customer
Vortech Inc. Customer
 
Location: NJ, USA
Talking about VPASP, I have 2 licenses , 1 VPASP 5.0 Deluxe and 1 VPASP 5.5 lite that I want to sell. If anyone's interested PM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How much to allocate for ecommerce. Goalie35 Chit Chat Public 1 01-26-2004 07:09 PM
Ecommerce Help Two Roads Media Chit Chat Public 4 01-15-2004 12:52 AM
eCommerce Module for phpWebSite? NetPublicist Chit Chat Public 1 03-04-2003 08:14 PM


All times are GMT -5. The time now is 11:01 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Vortech Inc. ©2005
Page generated in 0.50099 seconds with 21 queries
[Output: 78.93 Kb. compressed to 73.43 Kb. by saving 5.49 Kb. (6.96%)]