I have been scammed/cheated by onlyscripts.biz. This guy is selling pirated version scripts of goldcoders.com's scripts. Onlyscripts.biz has no right to sell these scripts (I have exchanged emails with Daniel, the owner of these scripts). Even the scripts are old versions of goldcoders.com scripts, do not work with new php/sql etc versions. They are selling same OLD scripts with a lates date/year, even no update has been made to the scripts and they are full of bugs and completely useless/valueless! Even I did make the payment through 2CO-> PayPal, I could not get back my money as they were digital producs and services. Please read my discussion with onlyscripts.biz to discover how this guy is cheating people: **************************************************************** Date: 12-Aug-2011 5:22pm Name: Abba Khan E-mail: info (at) XX (dot) com Order Number: Order Date: Script Name: Your Site URL: Message: There are many problems with your software and I have been fixing some of them. I have payed also $20 for installation even I have done the installation by myself. The problem is inside the scripts, not with the installation. Here are some of the problems, those I could not fix: -------------------------------------- * AlertPay funding does not work * When User edits account, no information like pasword, transaction code etc are being updated * A $0 investment is not being denied. In other words, a user can invest $0 * E-Currency exchange does not work. Falls to error "No "from" currency specified.", even a currency has been selected correctly ... and more Its over 24h, I have payed for support! It is pending there! Now as a paying customer, I wish a good and prompt service from you! I really wish you would fix the problems asap, so that I do not need to put a dispute to PayPal and telling people all over internet about your scripts. Best regards, Abba Khan Date: 12-Aug-2011 9:01pm Name: Trina Message: Hi Abba Khan, Thanks for message and details. First note that there must be some configuration or settings problem with your site and/or AlertPay account. Otherwise there was NO problem with our script. For installation order please provide us below details. 1. cPanel URL with Login ID and Password 2. AlertPay ID: 3. Site Admin Email ID: Also remove API / Back url / store from AlertPay account. And set your website url in Site option of AlertPay. Waiting for your reply, For any further queries on the same, please feel free to contact us anytime. Regards, Trina - Customer Support http://www.OnlyScript.biz http://www.FastTreck.biz Rated as not helpful Date: 13-Aug-2011 2:46am Name: Abba Khan Message: Alertpay setup screenshot Attachments: Screenshot.jpgScreenshot.jpg Date: 13-Aug-2011 2:49am Name: Abba Khan Message: OnlyScript's Script directory access ftp details: ftp server: xx.xx Username: [email protected] Password: onlyscript312 website: http://XX.com Admin username: admin Password: onlyscript312 Date: 13-Aug-2011 2:51am Name: Abba Khan Message: Please check you following instruction, that its uptodate "Also remove API / Back url / store from AlertPay account. And set your website url in Site option of AlertPay." I did not find such link(s) in my alertpay account Date: 13-Aug-2011 3:20am Name: Trina Message: Greetings Abba Khan, Thank you for contacting OnlyScript. To better address your needs, your ticket has been sent to a technical department. A response will be provided shortly. Please let us know if you have not received a timely response and we will escalate the ticket accordingly. For any further queries on the same, please feel free to contact us anytime. Regards, Trina - Customer Support http://www.OnlyScript.biz http://www.FastTreck.biz Rated as not helpful Date: 13-Aug-2011 10:58am Name: Abba Khan Message: Should not I be in touch with "technical department"(?) directly? Thank you and please be kind to forward them the following issues too: * When User edits account, no information like pasword, transaction code etc are being saved/updated * A $0 investment is not being denied. In other words, a user can invest $0 * E-Currency exchange does not work. Falls to error "No "from" currency specified.", even a currency has been selected correctly *Turing verification field is visible even it has not been st active in Admin * Other processings added in admin are not available * I wonder in Admin panel under the link of "Pending Deposits" no transactions appear. Could you explain me what kind of pending deposits are supposed to be listed there? Date: 13-Aug-2011 4:10pm Name: Abba Khan Message: Hi! Are you working on the scripts at all?? Here are some more problems. * When a user tries to invest/deposit less than the minimum deposit amount, its working fine and informing the user correctly as follows: " The minimal spend amount for '100 days 5.40% daily' is $10.00. Click here and try again. " But after clicking, the link is taking to home page instead of previous page. * In user account the link "Referrals History" is showing transactions * "Euro price per ounce" chart is not visible even it has been activated in admin Date: 13-Aug-2011 9:14pm Name: Trina Message: Hi Abba Khan, Thanks for message. Currently our technical team members are busy with one of banking project. So, within next 12 working hrs they update you with your script status... We update your soon... For any further queries on the same, please feel free to contact us anytime. Regards, Trina - Customer Support http://www.OnlyScript.biz http://www.FastTreck.biz Was this reply helpful? yes / no Date: 14-Aug-2011 3:20am Name: Abba Khan Message: :) Hi and thank you for your answer. At this point of this process I would like to know: We have an existing online Paymnet Base, which has been constructed by modifying the osCommerce payment modules. The payment system is at http://payments.xx.xx. Now, instead of fixing the OnlyScript's AlertPay script, is it possible that you would modify OnlyScripts' all payment/deposit requests so that they would be forwarded to a single SCRIPT. This script will forward the user to our Payment Base with the following variable: currency --> USD total_amount merchant_store_name --> XX HYIP & Ecurrency Exchange GDSP_merchant_url_success GDSP_merchant_url_failed payment_type --> 'purchase' / 'service' merchant_email AND OPTIONALLY ______________________________ customers_firstname customers_lastname customers_dob customers_email_address customers_telephone Here is the script from one of our osCommerce shop, which may help you to understand the idea: **************************************************** This checkout_payment.php file should be placed in oscommerce Merchant catalog/ directory by replacing the original one. */ require('includes/application_top.php'); require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFAULT); ?> > /*** Begin Header Tags SEO ***/ if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?>
} /*** End Header Tags SEO ***/ ?>
$order = new order; //BEGIN USPS Shipping Insurance if (!tep_session_is_registered('choose_insurance')) tep_session_register('choose_insurance'); $order->info['choose_insurance'] = $choose_insurance; //END USPS Shipping Insurance require(DIR_WS_INCLUDES . 'header.php'); // load the selected shipping module require(DIR_WS_CLASSES . 'shipping.php'); $shipping_modules = new shipping($shipping); require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; ?>
$order_total_modules->process(); //Collect customer details from database to forward them to the Payment processor (XX Payment Base) $account_query = tep_db_query("select customers_gender, customers_firstname, customers_lastname, customers_dob, customers_email_address, customers_telephone, customers_fax, customers_smsnumber from " . TABLE_CUSTOMERS . " where customers_id = '" . (int)$customer_id . "'"); $account = tep_db_fetch_array($account_query); $_SESSION['payment']='XX'; $total_amount = $order->info['total'] * 100; //$total_amount = $cart->show_total() * 100; $total_amount = floor($total_amount); $GDSP_merchant_url_success = "http://xxx.xxx.com/checkout_process.php"; $GDSP_merchant_url_failed = "http://xxx.xxx.com/shopping_cart.php"; ?>
************************************************************************ Regards, Abba Date: 14-Aug-2011 12:43pm Name: Abba Khan Message: you are doing nothing but keeping me waiting. The only option you are leaving me is PayPal dispute :( Please contact and start the work or else I'll take the action soon Date: 14-Aug-2011 1:28pm Name: Abba Khan Message: Please return my money. I do not want to use your script neither any other service. The script contains so much bugs, its meaningless to try to fix them, as you have not been able to fix them before you have sold them. Date: 14-Aug-2011 2:40pm Name: Abba Khan Message: Your script seems to be a pirated copy of GoldCoders' script!!! Date: 14-Aug-2011 10:10pm Name: Trina Message: Hi Abba Khan, Thanks for message. First note that there was NOT a single BUG in our script. Also its our own script. If you still require refund of your installation order payment (bcs still our team not process it because of work load) reply us. OR allowed us to install script. Waiting for your confirmation, For any further queries on the same, please feel free to contact us anytime. Regards, Trina - Customer Support http://www.OnlyScript.biz http://www.FastTreck.biz Was this reply helpful? yes / no Date: 15-Aug-2011 1:55am Name: Abba Khan Message: please just fund all Date: 15-Aug-2011 3:08am Name: Trina Message: Hi Abba Khan, Thanks for message. Please note that we already delivered script so, refund of script is not possible. But if you require installation order refund than reply and we process it. For any further queries on the same, please feel free to contact us anytime. Regards, Trina - Customer Support http://www.OnlyScript.biz http://www.FastTreck.biz Was this reply helpful? yes / no Date: 15-Aug-2011 3:47am Name: Abba Khan Message: Your promised functions must be working! More over you are selling illegal pirated version of GoldCoders old script! The script is completely useless wilth all the problems I have explained you before!!! Date: 15-Aug-2011 4:23am Name: Trina Message: Hi Abba Khan, Thanks for message. As we say in our message, that there was NOT a single bug in our script and we not sell it first time to you! Second this is our own script. We not sell other party scripts. I hope you understand... For any further queries on the same, please feel free to contact us anytime. Regards, Trina - Customer Support http://www.OnlyScript.biz http://www.FastTreck.biz Was this reply helpful? yes / no Date: 11-Sep-2011 2:32pm Name: Abba Khan Message: Hi! No refund, no installation and correction of the scripts has been made yet. The ticket has been marked as solved. Date: 11-Sep-2011 9:16pm Name: Trina Message: Hi Abba Khan, Thanks for message. Please note that you file a dispute case with Paypal with all wrong statements. So, without case resolution, we can not offer more support, I hope you understand... For any further queries on the same, please feel free to contact us anytime. Regards, Trina - Customer Support http://www.OnlyScript.biz http://www.FastTreck.biz Was this reply helpful? yes / no Date: 12-Sep-2011 12:09am Name: Abba Khan Message: The disput has been closed! Date: 12-Sep-2011 2:30am Name: Trina Message: Hi Abba Khan, Thanks for message. Please note that still we not received any confirmation. Also you require to ask support before dispute, but you not contacted us for solution and directly file a dispute! For any further queries on the same, please feel free to contact us anytime. Regards, Trina - Customer Support http://www.OnlyScript.biz http://www.FastTreck.biz Was this reply helpful? yes / no Date: 12-Sep-2011 6:55am Name: Abba Khan Message: Screen shots have been emailed to you, where you can see that the disputes are closed now. Thank you and have a nice day! Date: 12-Sep-2011 12:17pm Name: Trina Message: Hello! You're welcome! If you need anything else at all please don't hesitate to let me know. Have a great day, For any further queries on the same, please feel free to contact us anytime. Regards, Trina - Customer Support http://www.OnlyScript.biz http://www.FastTreck.biz Was this reply helpful? yes / no Date: 12-Sep-2011 12:42pm Name: Abba Khan Message: I have orderd installation process from you, account [email protected]. I wish you could start the process asap. Thank you and have a nice day! Date: 13-Sep-2011 11:57pm Name: Abba Khan Message: Waiting for your response! Date: 14-Sep-2011 8:41am Name: Abba Khan Message: So you don't intend to fix the problems with your scripts, even I have payed extra for that, am I correct? *************************************************************' Today is Sep 16, 2011 and this guy has stopped answering to my support ticket.