Jump to content

Tech Entrance

Retired Forum Member
  • Posts

    170
  • Joined

  • Last visited

Everything posted by Tech Entrance

  1. There is no such thing. maybe your firefox is buggy? I have been using firefox for the past 4 years or more and have been operating this website with whmcs since feb 2008 so I can assure to you that it doesn't crash firefox or any other browser. At least you can make it count after the order passes fraud check?
  2. Hello, here is what happens I make a promotion coupon for let's say 10 uses. someone tries to sign up with fake info or doesn't even pay the order. yet the promotion usage count will count these as usages and deactivate the coupon after 10 tries. we end up with 3-4 clients benefiting from the coupon because of the fraudster and this manipulates the results of our promotion offer.. I'm using ver 3.8.1 if that counts.
  3. I would recommend the current ssetup which I use. 1- Make "Sales" department and set it not to ask for login for viewing tickets. 2- in "Contact us" link to the sales department directly not the "contact.php" file. This way any new client contacting sales will have a ticket opened which you can track. And they don't have to login to see it I would ask Matt to set a cookie when a client opens a ticket before registering so when he registers this tickets gets added into his history with a notice in the ticket that it was opened before being a client.
  4. When I open new ticket with a customer through the link on his profile "Open New Support Ticket " and after filling the fields and submitting ticket I get error that I have to select the person whom I want to open the ticket with. Although the open ticket page link has the customer ID like /admin/supporttickets.php?action=open&userid=335 As user is already predefined in the url why would I need to scrool in the long names list to select the customer again ?
  5. I created discount code and enabled it on 2 products and added both the products to the cart and while applying discount code to the order it was applied to one of the products only. I think it should apply to both as the promotion code is enabled for both of the products in the admin panel.
  6. Looks good but won't be of high value unless you have a huge client base to get votes.
  7. I got this error only once - I use a VPS from zipservers.com In my case I believe it is just a small network timeout in the minute of placing the order either on my side or on maxmind side. however. I have great success with maxmind. screened various orders being placed from high level fraud countries using US credit cards. got ZERO charge backs since I activated maxmind.
  8. I love the new admin portal but shouldn't numbers be clickable ? so pending orders number be clickable to show pending orders page and same with clients / invoices / user accounts. Also how would the "Closed" status for clients mean ? I hope we can use it so any client with no active products/orders can be classified as inactive or closed.
  9. I forgot to update the thread. I switched back cpanel theme to x2 and added the email forward and switched back to x3 and everything works fine thanks to Joe who helped me through a support ticket.
  10. No problem. you really helped me know where to look
  11. Thanks. but I think it is tblorders not tblclients Full query here - worked fine for me $query = "SELECT tblorders.*,tblclients.firstname,tblclients.lastname, tblpaymentgateways.value, tblhosting.id as hostingid, tbldomains.id as domainids, tbldomains.type as domaintype, tblproducts.name as productname FROM tblorders INNER JOIN tblclients ON tblclients.id=tblorders.userid INNER JOIN tblpaymentgateways ON tblpaymentgateways.gateway=tblorders.paymentmethod left JOIN tblhosting ON tblhosting.orderid=tblorders.id left JOIN tbldomains ON tbldomains.orderid=tblorders.id left JOIN tblproducts ON tblproducts.id=tblhosting.packageid WHERE tblpaymentgateways.setting='name' AND date like '$year-$pmonth%' AND tblorders.status='Active' ORDER BY date ASC"; $result = mysql_query($query);
  12. Can I ask you how do you set it up ? I have mine like this sales@scripteen.com to |/home/user/public_html/clients/pipe/pipe.php But in WHMCS support departments config it says | php -q /home/user/public_html/clients/pipe/pipe.php I can't get the | php -q to be put before the home because cpanel 11 did put the home prefix itself. I can't get piping to work this way !
  13. Can you please write the full query ? I'm not a programmer sorry
  14. I think it will be better to create a new thread for the contribution when it comes into development and this thread (where I'm posting this) is only for ideas. Great to see someone giving his time and efforts for free coding
  15. I use this version and it looks great but it has a bug where it counted fraud orders in the income totals Can you exclude that or just make it count active orders ?
  16. I'm waiting to get a final working code out of this thread
  17. Can we do the same with .css files ? no ?
  18. I didn't use it yet but does it generate licenses ? I mean how useful it can be.
  19. http://www.blockacountry.com will give code to put in your .htaccess file to block any country you want but the problem is that users can use a proxy. however. maxmind can help better in such issue.
  20. Just because of what the guy under you said. you can print the html version of the invoice if needed.
  21. I have read some negative feedbacks about phone check here so won't use it. I will check the link in WHMCS client area to get to Maxmind Yeah it's on FDCservers and they have electrical maintenance that was announced 3 days ago and expected downtime should be 3-5 hours as mentioned in the announcement. http://www.webhostingtalk.com/showthread.php?t=670157 Thanks for the info you gave to me.
  22. Thanks Daniel. that was a great post I think you should activate phone verification as well. should be useful because a fraudster won't ever give you his phone number Btw, how to get the free Maxmind account that comes with WHMCS ? and how many orders can it check before it expires ?
  23. Daniel, Your thumb is so small. can you upload it on any image hosting site instead ? want to see full size do you have phone verification enabled ? can you share screen shot of MAxmind config in your WHMCS ? Thanks
  24. Nice screen shot man. Now can you share screen shot of how you set it in WHMCS ? mainly those values MaxMind Fraud Risk Score Telephone Fraud Score Also do you activate phone verification ?
  25. How do you determine that ? google analytics ?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated