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

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

    I posted this request in another thread but I don't think it got much exposure so I'm posting an open request here. Basically I'm looking for 10 people who will login to the control panel (located in WHMCS) and use it for the next few days and then provide some feedback. You'll get a small VPS...
  3. KuJoe

    Looking for some feedback on our new control panel.

    I'm putting the finishing touches on our new control panel and was hoping to get some feedback on the design/layout of it since this is where I fall short (not to say that I'm any good at coding but I feel I'm better at coding than designing). Having been using it for the past few months in...
  4. KuJoe

    Need help with an rrdtool graph.

    I'm trying to build a script to graph the load of a server using rrdtools but for some reason my graph will only show the data for 12 hours even though the graph itself is 24 hours. Any ideas what I'm doing wrong? I've never used rrdtools before so this script was pieced together from other...
  5. KuJoe

    How do you upload your files to your webserver?

    Normally I use SFTP/SCP but since moving to Comcast I've switched to FTP but I upgraded my laptop to Windows 8.1 and now my favorite FTP client (CoreFTP) doesn't work for more than a few files before failing so I've switched over to WebDAV since it's fast and reliable (unfortunately our...
  6. KuJoe

    Anybody else have a Commercial Media server?

    I went to pay my invoice today and noticed the following message: While I consider my $35/m dedicated server with them a disposable server, their network stability and uptime have blown away some of my $200/m leased servers I've used in the past. The only negative thing I have to say about them...
  7. KuJoe

    ColoCrossing and vpsBoard

    While ColoCrossing has zero involvement with vpsBoard (to my knowledge), they are receiving a lot of attention here, about 50% of the attention they get at LowEndTalk.com (a site that they own), this is both saddening for those of us paying for advertisement and for those who visit this forum to...
  8. KuJoe

    Quality VPSs at Secure Dragon for over 2 years! $6.99/m for 1GB or $9.99/m for 2GB! Tampa, FL and De

    Secure Dragon LLC. was registered in October of 2010 and has been selling quality VPSs since the beginning. We've grown over the years and currently offer services in Florida, Colorado, and Oregon. In 2012 we received our own IPs from ARIN so we manage all of our own IP space without worrying...
  9. KuJoe

    East coast or central US KVM with native IPv6 needed.

    I need to deploy a new external monitoring node so here are the minimum requirements: 256MB of RAM 20GB Disk Space 2 CPU Cores 100GB Bandwidth 1 IPv4 Address 1 native IPv6 Address Cogent and Level3 connectivity >99.9% Uptime Not in FL or CO Hoping to spend less than $10/month but would...
  10. KuJoe

    PHP Help needed (inserting an IP block into a MySQL database)

    So I'm working on our SolusVM replacement and am hitting my head trying to figure out how to handle inserting hundreds of IPs at a time into a MySQL database. The field is varchar(30) and I was thinking of something like this (found the code while searching around): $main = $_POST["ip"]...
  11. KuJoe

    How do you type?

    So how many of you use the "home row"? How many of you hunt and peck? How many of you are like me and only type with your index fingers (thumb for space bar and pinky for shift/ctrl/alt though)? I type around 65-70 WPM which I know is pretty slow compared to all of you kids out there. I always...
  12. KuJoe

    Help me decide, I'm torn between 2 servers.

    I currently have 2 dedicated servers for personal use (mostly development and testing) and I'm not sure which one to keep (I just ordered a new laptop so I was going to drop one to pay it off faster). Server1 2xL5420 Intel Xeons 16GB DDR2 1x256GB SSD /29 (5 usable) Unmetered 100Mbps Port...
  13. KuJoe

    Is this supposed to happen? (IP.Board question)

    I noticed whenever I reply to a thread, it says it was posted by I need to refresh the screen to see the post. Is this a common thing for IP.Board? I could have sworn in the past the post appeared when I replied but I might be mistaken. I figured with all of the AJAX magic here I would thing...
  14. KuJoe

    Looking to split a dedicated server (2 VMware VPSs available).

    I have a dedicated server I'm renting from WANSecurity (Kansas City, Missouri) and the specs are overkill for my needs now but I don't want to cancel it because I still use it but I only use a fraction of the resources. I'm looking for 2 people to split the server with to make things easier. So...
  15. KuJoe

    Yet Another SolusVM Alternative: VPSM

    I know, I know. Everybody and their sister is putting out a SolusVM alternative so what make VPSM (VPS Manager) different? It's 100% FOSS (Free Open Source Software). No one-time fees. No monthly bills. No encoded files. I've been working with a developer (John AKA DimeCadmium) and we're still...
  16. KuJoe

    HOW-TO: Protect from recent SolusVM exploits.

    It looks like a lot of the recent exploits require access to your SolusVM Master either as a client or as a guest. So here's a quick and easy way to prevent access: iptables -A INPUT -j ACCEPT -p tcp -s <WHMCS_IP> --destination-port 5353 -i venet0 iptables -A INPUT -j ACCEPT -p tcp -s...
  17. KuJoe

    Anybody in the Denver area for VPN testing?

    I've been experiencing a lot of crazy networking issues and I believe it's related to Comcast's (possible) throttling of VPN connections. I've run dozens of tests myself and all of them point to throttling but I would like some additional sources to confirm it is not an issue with the VPNs...
  18. KuJoe

    I'm speechless...

    Here's a quick summary of what happened: Client posted SSH login info for his VPS on Twitter that was re-tweeted by some Anon account. Clients VPS is used to attack our internal servers and attempts multple kernel exploits to gain root access to our hardware node. Client is terminated for the...
  19. KuJoe

    Forced mobile version?

    The link to the full version doesn't work. Is this a bug or intentional? I hate not being able to edit my posts on my phone since my auto complete tends to screw me up. :(
Top
amuck-landowner