Recommended Posts

www.2plans.com

? 1 GB Space

? 5 GB Data Transfer

? 20 Subdomains

? 10 FTP Account

? 10 Email Accounts

? 10 Email Lists

? Unlimited Email Forwarders

? 10 MYSQL Database

? 15 Park Domain

? 15 Add-on Domain

? Script Library.

? PHP-Perl-CGI Support

? FrontPage Extension

? Latest cPanel

? 24/7 Support

? Price: FREE

586778527[/snapback]

The catch, A 728 x 90 banner on:(our homepage. :(

But tha:) why its free :)

http://www.roxr.com

200Mb Disk Space

30Gb Bandwidth Per Month

Unlimited FTP

Cpanel + Fantastico

10 MySQL Databases

5 Email Accounts

PHP, Perl, Cgi, etc

user.roxr.com

http://xmgfree.com

A subdomain of user.xmgfree.com

200 mb of space

2 gb of bandwidth transfer per month

15 MySQL databases

15 FTP & POP3 E-mail Accounts

cPanel X Control Panel

nice but how do u sign up  i troed but im taken to a page where u can do anything

586778635[/snapback]

Use our form to apply

http://2plans.com/contact.html

The catch, A 728 x 90 banner on your homepage. :(

But thats why its free :)

586782735[/snapback]

Exactly :)

I've used Lifelesspeople before, and loved them. They also offer cPanel along with your hosting account. The only catch is that you have to get a certain number of points by posting on their forums once a month to keep the hosting.

586782731[/snapback]

I would not recommend this host to anyone!!

They have very strict rules and are not willing to let something slip.

Here is a story of when I was there:

I was not posting badly, but I got a PM one day saying that there was something I did not quote. There was supposedly a link in the PM to the post I had made to fix it, but it was a dead link. So, I PM'ed back the sender of the PM, and recieved no reply. I was banned from that forum, and that was only one offense, a very mild one at that. I understand that they do not want plagiarism, but they most they should have done was raise my warning level. I had emailed them, and after waiting a few days, I had gotten a reply. The email I had recieved said that "If you agree to follow these to the letter, I can reactivate your account for you." I agreed, and my account was not activated. Worst administration at all. They are very unfriendly.

The next host I went to was FusionXHost. They have great staff, and are very helpful. There are many methods of contact, including their personal instant messaging accounts. Also, Ryan, the main administrator, has coded the Hosting Control Panel himself. (theHCP.net).

Clint

About xhost.info.......they have a very crude filtering system.

For instance the word or any word that contains 'bank' on a web page already gets that page automaticly deleted because it 'could' mean it belongs to a phishing site :blink:

About xhost.info.......they have a very crude filtering system.

For instance the word or any word that contains 'bank' on a web page already gets that page automaticly deleted because it 'could' mean it belongs to a phishing site  :blink:

586838025[/snapback]

Tight ship they run I suppose. :laugh:

Illusion FX Net - http://www.illusionfxnet.com/

250Mb with unlimited bandwidth. POP3 email. PHP, Perl, MySQL, PostgreSQL supported. Subdomain hosting.

Hello,

I am the Chief Technology Officer at Illusionfxnet and I would just like to say as of this spring we no longer offer free hosting. Over the last few months we have transitioned from free hosting to a commerical hosting company and we are doing amazingly well.

If you have any questions or comments please feel free to PM me.

Sincerely, Phil

Hello,

I am the Chief Technology Officer at Illusionfxnet and I would just like to say as of this spring we no longer offer free hosting. Over the last few months we have transitioned from free hosting to a commerical hosting company and we are doing amazingly well.

If you have any questions or comments please feel free to PM me.

Sincerely, Phil

586839518[/snapback]

Fancy replying to this on your forums? :>:

Last week I placed an order through to register my domain and for a hosting plan. It has been almost a week since and I have only recieved a few emails, one stating that I will recieve my IP as well as my logins, and the other is my reciept for the purchase. I have tried numerous ways of contacting the company so that I can get this thing rolling. On the support page there is a broken link to Live Chat, the email function is not working, the support tickets do not get answered, and the phone goes strait to voicemail. I have also posted in the forums and seen no response. What gets me the most is that my bank account reflects payment on both parts, registering the domain and the hosting plan, also I have done many checks to see if the domain has been registered and it has not been. I have used IFX in the past and have had a free web account for almost two years and the only hiccups were small server downtimes for a day at a time and then back up nothing big. I had hoped to come in and have the same great experience but at this point I do not recommend signing up with IFX and would advise against it.

-James

I am not a customer of yours...

BUT,

I was thinking of signing up for $25/yr plan, as it sounds pretty good.

BUT

The above post on your forums put me off.

I obviously don't want to part with my hard-earned cash if I'm gonna get ripped off (Been ripped of already this year!)

Sooooooooooo...

Thats the reason I posted it, to see what your course of action would be.

I have a domain that I need webspace for. How much is it for me to use my domain name on the $25/yr plan?

  • 3 weeks later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      522
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!