![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#31
|
||||||||||||
|
||||||||||||
|
That's good to know.
|
|
#32
|
||||||||||||
|
||||||||||||
|
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 |
|
#33
|
|||||||||||
|
|||||||||||
|
anyone tried VPASP? http://www.vpasp.com
They have a free version which works quite well and is completely open souce ASP |
|
#34
|
||||||||||||
|
||||||||||||
|
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:
Quote:
__________________
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. |
|
#35
|
||||||||||||
|
||||||||||||
|
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 |
|
#36
|
||||||||||||
|
||||||||||||
|
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 |
|
#37
|
||||
|
||||
|
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! |
|
#38
|
||||||||||||
|
||||||||||||
|
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.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |