amuck-landowner

Search results

  1. telephone

    WTF PHP?

    ^^^ Or: - Use "call_user_func_array($this->method, $args)" - Use __call() with your own logic (still implementing call_user_func_array())
  2. telephone

    Looking for some feedback on our new control panel.

    But then you'd have to implement it yourself, and that's way too much work  ;). Besides, the theme is 100% original (made one and a half years ago). While I made the layout similar (almost identical) to SolusVM, their HTML and CSS won't help in the slightest to recreate the theme. @KuJoe the...
  3. telephone

    Bring out your crystal ball: Some IPv6 Questions

    It will take all ISPs (globally) implementing IPv6 to force people into using it. Until then it'd be suicide to implement IPv6 only, as you'd lose a large portion of clientèle... At most, the majority of sites will start implementing dual stacks (IPv4/IPv6). To make it clear, the demand for...
  4. telephone

    Looking for some feedback on our new control panel.

    @KuJoe I'm unsure what limitations WHMCS imposes, but since it's Boostrap based, would you like to use one of my past control panel designs? ^ Was made for Bootstrap 2, but would only take about 20 minutes to switch to Bootstrap 3, and the layout itself could be condensed another 50px or so.
  5. telephone

    Looking for some feedback on our new control panel.

    It's SKUGLY (skinny & ugly)  :P Besides the lack of aesthetics, the page itself is too long. I shouldn't have scroll over a whole page just to find the info needed (on a 1920x1080 monitor). For admin panels, all information is important; you shouldn't have information below the page fold...
  6. telephone

    Unix/Linux command to get all domain names under one IP

    There are none. The websites that list this data do so by archiving WHOIS/DNS information. Here's your best option: Download the top one million sites from Alexa (updated daily): Top 1,000,000 Perform mass DNS queries and store data in a database Check each IP is active and DNS doesn't...
  7. telephone

    Stallion 2 - pictures and daily updates :)

    How about just doing what SolusVM does for their 'Serial Console':     - Limited to one active session per VPS     - Drop-down list with available 'mounting' time blocks: 1 hour, 2 hours, 3 hours, 4 hours (maximum)     - User has the option to unmount early (cancel/finished button)     - At...
  8. telephone

    Ideas and suggestions for vpsBoard

    <robitussin> </cough>
  9. telephone

    Datacenter locations and companies I don't like.

    Types of pies I would not buy: Chinese pie Coulibiac Curry pie Fish pie Half eaten pies Melton Mowbray pork pie Sea-pie Stargazy pie Copy the list and add your own. P.S. List of Pies
  10. telephone

    Terafire LA KVM

    How can you write a review for a VPS that hasn't been used??? Of you haven't needed to contact support....
  11. telephone

    Brainstorming an idea

    I'm aware Ruby can run in low resource environments. My IRC bot/downloader is written in Ruby and sits at 75 - 100 MB. In saying that, I don't think Ruby itself would be a wise choice for the project. Keeping modules "thin" would be a time consuming task. (Don't cage the beast B)). PS: You're...
  12. telephone

    Brainstorming an idea

    Ruby and under 64 MB RAM  :lol:  :lol:  :lol:  :lol: (Ruby should be 512 MB+). I would never aim a control panel for < 64 MB; 128 MB would be a more realistic target. Besides, if you own a 64 MB - 128 MB VPS, you should be adept with managing via CLI or scripts. ^ 64 MB for the panel itself...
  13. telephone

    Looking for large space vps offshore

    Online.net  - Server Dedibox SC gen2  =  9.99 € ($13.72 USD) Only $4 over budget, and the specs are greater than your request. Serving images via a single 1.6ghz core. Sounds fun :)
  14. telephone

    Brainstorming an idea

    I'm one to use existing resources, unless I know I can create better. In saying that, most of the proposed ideas already have multiple projects doing a decent job. Why create from scratch, when we could volunteer for existing projects: DNS/Email/Nginx CP:   - Vesta CP   - Ajenti CP DNS...
  15. telephone

    Anyone know a good tool to use for tracking file changes?

    inotify! There are plenty of abstractions/ports for different languages, and inotify itself is simple to integrate/understand. Here's an example of inotify in action via Bash:  nginx-watch
  16. telephone

    Brainstorming an idea

    Thanks for your comments wlanboy, I agree with most of your points, but wanted to criticize a few  :P. Stage #1: - Have a recruitment system (vpsBoard sub-section). Users will post their ideas with requirements (timeline) It will be hard to figure out at that stage that you need 40 mandays...
  17. telephone

    Brainstorming an idea

    While I like the idea of a large project/team, it has a high probability of stalling or failing. Unless you have lead developers with a lot of interest and a set amount of spare time, you'll eventually run into issues. In saying that, I think having mini-projects (small teams) where interested...
  18. telephone

    Feathur Launch (VPS Control Panel => 0.6.0.1 => Free For Private Use)

    Looked over the code for about 5 min and found a nice little exploit. While it doesn't compromise the system, it does cost the admin $$$, and could cause annoyed users. -------------------------------------------------- A "forgot password" function without limitations... What's the worst that...
  19. telephone

    Have a project in need of server space? I might be able to help...

    Project URL:   - Illegal torrents Project Description:   - Sharing is caring Why you think you should get one of these:   - I've got a hipster cat avatar. What more reason do you need? If you are willing to link to BlueVM:   - Sure, I'll upload torrents with a BlueVM link B)
  20. telephone

    LUA Thoughts

    Can you give us some more information: - Is this local? (Status of your own stock) - Are you querying external sites? - "like buyvmstatus"? Are you going to mirror BuyVM status? Honestly almost any other language would be better than LUA for this type of project.
Top
amuck-landowner