Skip to content

General Discussion

A place to talk about whatever you want

3.8k Topics 23.3k Posts
  • 0 Votes
    1 Posts
    1k Views
    X

    Hello Everyone,

    i am know able to offer VPS Hosting, currently only via Private Message on here using PayPal as the Payment Gateway.
    (Currently making the packages on our website )

    Operating Systems Available Below Offers

    Server One - Micro VPS - £6.50 Per Month

    512mb Ram
    2vCPU @ 2.6GHz
    150GB SAS2-SATA3 HDD
    10GB/s Port
    Unlimited Bandwith
    Arbor Networks DDOS Protection
    1 IPv4

    Hosted In a French Datacenter

    Server Two - Small VPS - £10 Per Month

    1024mb Ram
    2vCPU @ 2.6GHz
    150GB SAS2-SATA3 HDD
    10GB/s Port
    Unlimited Bandwith
    Arbor Networks DDOS Protection
    1 IPv4

    or

    1536mb Ram
    4vCPU @ 2.6GHz
    50GB SAS2 HDD
    10GB/s Port
    Unlimited Bandwith
    Arbor Networks DDOS Protection
    1 IPv4

    Hosted In a French Datacenter

    Server Three - Standard VPS - £14 Per Month

    2048mb Ram
    4vCPU @ 2.6GHz
    180GB SAS2-SATA3 HDD
    10GB/s Port
    Unlimited Bandwith
    Arbor Networks DDOS Protection
    1 IPv4

    Hosted In a French Datacenter

    Server Four - Premium VPS - £21 Per Month

    3584mb Ram
    4vCPU @ 2.6GHz
    200GB SAS2-SATA3 HDD
    10GB/s Port
    Unlimited Bandwith
    Arbor Networks DDOS Protection
    1 IPv4

    Hosted In a French Datacenter

    Server Five - Ultimate VPS - £33 Per Month

    6144mb Ram
    8vCPU @ 2.6GHz
    550GB SAS2-SATA3 HDD
    10GB/s Port
    Unlimited Bandwith
    Arbor Networks DDOS Protection
    1 IPv4

    Hosted In a French Datacenter

    Operating Systems
    Ubuntu Server 13.10 x64
    CentOS 6 x64
    Debian 6 "Squeeze" x64
    Debian 7 "Wheezy" x64
    Ubuntu Server 12.10 x64
    Ubuntu Server 13.04 x64
    (1)Windows 8.1 x64 - Beta
    (1)Windows Server 2008 R2 Standard Edition x64

    Key:
    (1)Only available on servers with a minimum of 1GB Ram (1024mb), 180 Days Free, you will then need to aquire a license for the OS

    Terms Of Use
    http://cjserverhosting.com/tos.pdf

    @psychobunny I went for a different approach so we not treading on each others shoes, hosting wise 🙂

  • NodeBB on top coder

    27
    0 Votes
    27 Posts
    10k Views
    X

    You could make a custom icon just by making a new class in the css file something like
    .icon-topcoder {
    background-image: url("http://cdn5.iconfinder.com/data/icons/Symbolicons_Transportation/24/Car.png");
    background-position: center center;
    width: whatever maybe 16px or 32px
    height: same as what you put above
    }

    Or you could make a custom font file

    @sky

  • Tough start-up (NodeBB+Centos 6)

    16
    0 Votes
    16 Posts
    4k Views
    X

    Node v0.10

  • Share your stats!

    9
    0 Votes
    9 Posts
    2k Views
    F

    @craigb

    If you meant RES, that is the RES. The VIRT is almost 10x the RES.

  • node 0.8 vs node 0.10 ?

    10
    0 Votes
    10 Posts
    3k Views
    julianJ

    @xpcontact looks like you have two forever processes running, then.

  • TV Show thread

    10
    0 Votes
    10 Posts
    3k Views
    K

    Doctor Who is my best.

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    7 Views
  • How to install Nodebb on Runkite ?

    5
    0 Votes
    5 Posts
    2k Views
    unixfoxU

    No IP. I just based configuration Ghost and it's doesn't works.

  • Google analytics plugin

    6
    0 Votes
    6 Posts
    2k Views
    julianJ

    @bentael Oh probably, the plugin itself is due for a rewrite, and uses a hook that really shouldn't be used, since a client-side alternative would be much better.

    trackEvent for page loads, possibly... Perhaps I can take a look at this plugin tomorrow, time permitting.

  • Load Balancing?

    3
    0 Votes
    3 Posts
    1k Views
    medwardsM

    @julian Good to know it's theoretically possible.

    We may be your first guinea pigs :). I'll let you know how it goes once we get there.

  • Deploy nodeBB on openshift

    14
    0 Votes
    14 Posts
    6k Views
    unixfoxU

    It's difficult to make a bridge Ghost and Nodebb. And I still have not managed to install Nodebb ^^.
    I do not truly master nodejs.

  • Speech recognition?!

    11
    0 Votes
    11 Posts
    3k Views
    BriB

    @julian said:

    @Mr_Waffle said:

    That is actually possible when I add the ability to add commands from the AdminCP.

    Welcome to level 2.

    "NodeBB make me a sandwich"

    And then if NodeBB gives some attitude... "NodeBB sudo make me a sandwich"

  • Am I blind?

    8
    0 Votes
    8 Posts
    2k Views
    C

    @psychobunny No - everyone has the proper write permissions. Even threads where i have quoted in the past have it missing.

    I'll update core a bit later and see if that might resolve it.

  • A Few Questions About NodeBB

    6
    0 Votes
    6 Posts
    2k Views
    P

    The plugin needs a bit of work as @julian keeps QQing about 😄

    https://github.com/psychobunny/nodebb-plugin-desktop-notifications/issues

    It's not part of core, and in the near future I'd like to resolve them!

  • Title of pages

    4
    0 Votes
    4 Posts
    2k Views
    julianJ

    Hey @mouseluka -- I see what you mean, you'd like to be able to replace "Index"? Let me make the changes...

    Edit: Done! The new translation strings are in the /languages folder now

  • lavander grid system

    2
    0 Votes
    2 Posts
    928 Views
    P

    If you remove this line in lavender.js it should do the trick
    new Masonry('.row.home > div', {

    🙂

  • NodeBB config

    6
    1 Votes
    6 Posts
    3k Views
    S
    { "base_url": "http://domain.com", "port": "4568", "use_port": true, "secret": "xxxx", "bind_address": "0.0.0.0", "database": "redis", "redis": { "host": "127.0.0.1", "port": "6379", "password": "", "database": "0" }, "mongo": { "host": "127.0.0.1", "port": "27017", "password": "", "database": "0" }, "bcrypt_rounds": 12, "upload_path": "/public/uploads", "relative_path": "" }

    You didn't close the "http://domain.com" string, and JSON doesn't support comments.

  • Very happy with NodeBB

    3
    0 Votes
    3 Posts
    1k Views
    P

    @meetdilip said:

    Though it is only a couple of days since I became active, I am really feeling good here. The readability, layout and navigation is cool. I would say even better than Xenforo. Keep the good working going team. All the best 🙂

    (Y) glad to hear that, we're still new-ish (7 months old) so lots of cool things to come 🙂

  • nodebb-plugin-import - Notes and Questions

    11
    0 Votes
    11 Posts
    3k Views
    B

    i replied in the wrong thread, well related thread, http://community.nodebb.org/topic/617/#4304

  • IP to bind to

    1
    0 Votes
    1 Posts
    821 Views
    F

    During installation when the question is, IP or Hostname to bind to (0.0.0.0), isn't it a bad idea to default to any IP?