amuck-landowner

Search results

  1. KuJoe

    Block clients from ordering with a proxy/VPN (WHMCS Hook)

    I created this hook today after talking to @damian on IRC. What it does is it checks the user's IP address against Maxmind for the likelihood of the IP being a proxy or VPN, if it is then it redirects the client to a page explaining that a proxy/VPN was detected. The hook requires your Maxmind...
  2. KuJoe

    CheapYearlyLEB Deals

    Might I suggest adding an RSS feed? I know a lot of people who utilize LEBs that love RSS feeds to monitor for good deals. Just a suggestion. :)
  3. KuJoe

    Do you guys use FraudRecord or similar blacklists?

    That's a good sample. When you see a report like that I can guarantee the client will cause you problems. Unfortunately, that sample also shows the problem with FraudRecord, it's completely subjective as some hosts marked the severity level for that client as a "5" (1 being "low offense" and 10...
  4. KuJoe

    Do you guys use FraudRecord or similar blacklists?

    This. FraudRecord isn't a magic bullet that fixes all fraud but it's very useful when used in tandem with Maxmind, manual account review, and common sense.
  5. KuJoe

    Do you guys use FraudRecord or similar blacklists?

    We use FraudRecord regularly and it's saved us a lot of time and headache.
  6. KuJoe

    Kanye West sues COINYE, themed digital currency, over trademark infringement

    Kids will be kids (referring to Kanye and the fantasy world he lives in)
  7. KuJoe

    SolusVM Beta 15.0.1

    And just as we're about do drop all of our SolusVM licenses.
  8. KuJoe

    Simple server monitoring - Feedback appreciated (Public beta)

    My verification e-mail went to spam also. Might I suggest using a service like SendGrid for delivering e-mail? We use it for sending e-mails to our clients and it works wonderfully.
  9. KuJoe

    Related to Encryption

    I guess if it's not for a billing system then that is the best way to do it, but for a billing system that would basically cause the system to be useless for any normal size company.
  10. KuJoe

    RamNode - Hiring Support Tech

    Just curious, does this mean 11PM-8AM EST 7 days a week or are you looking to cover only certain days. Not that it matters to me because every hosting provider I've ever applied for wouldn't hire me because I run SD but it might be good information for those who are interested.
  11. KuJoe

    NinjaHawk Purchased By One of the Giants* of the VPS Industry

    For some reason, somebody on WHT decided to unload on me with a huge rant about TMZ out of the blue. They had links to tons of PasteBin documents with proof that the reviews were either by staff or paid for and even included links to Facebook profiles linking the reviews to staff. Like now, I...
  12. KuJoe

    The Helpful Server Admin Script Thread

    Here are some of my favorites I've had for years: Count the number of connections per IP: netstat -plan | awk '{print $5}' | awk -F : '{print $(NF-1)}' | egrep -v "Address|and|servers|State|DGRAM|]|STREAM" | sort | uniq -c | sort -n Count number of SMTP connection per IP: netstat -antp...
  13. KuJoe

    Looking for some beta testers for our new OpenVZ control panel.

    I've been making quite a few changes today and fixed some bugs and changed some features based on the feedback we've received so far. I did notice one thing while testing today that is bothering me though, if I leave the graphs visible on the page then it causes a warning because they aren't...
  14. KuJoe

    Favorite server location?

    When I lived in FL I preferred Tampa due to latency, now that I'm in CO I prefer Denver for the same reason. Basically if the latency is under 20ms I like it.
  15. KuJoe

    Looking for some beta testers for our new OpenVZ control panel.

    We had the panel in private testing for over 3 months but the problem we faced was that between the 2 of us, only one was trying to break it (me) but if I knew how to break it I would have coded a fix for it so I need somebody who isn't me to try to break it. My partner tried all of the buttons...
  16. KuJoe

    Related to Encryption

    That works nicely for that service but wouldn't work well for say a billing system where you don't want to manually login every day and need automation.
  17. KuJoe

    Looking for some beta testers for our new OpenVZ control panel.

    I'm heading to bed now so any new orders for the test VPSs will have to wait until I can activate them tomorrow. Thanks for all of the interest so far. :)
  18. KuJoe

    Related to Encryption

    How can you do that if the server doesn't know the key?
  19. KuJoe

    Dacentec RTO --- billing issues?

    I can't wait until my RTO period is up so I can grab another server with them (sometimes I wish my Commercial Media server wasn't so reliable so I could drop it for another Dacentec box).  :D
  20. KuJoe

    Related to Encryption

    If you need to enter the key each time then how do you automate things such as billing, suspension, activation, termination, e-mails, etc... ?
Top
amuck-landowner