Micro Niche Builder
Closed Thread
Page 3 of 3 FirstFirst 1 2 3
Results 21 to 29 of 29

Thread: How To Start A Web Hosting Business - 114 page Free Download - Make $$ Giving It Away

  1. #21

    Cool How To Start A Web Hosting Business - 114 page Free Download - Make $$ Giving It Awa

    Hi,guys
    Hey,Chesspo, o thank you really much, lol by the time someone answer my question.Well, I see so it atually a guide, but it atually was a bit confusing when it say making $$ giving it away.Seem like we earn money, but atually just a guide on how it works.

    Alright, guess it over, thanks for the helps for all the time, but didnt help me out much, because what I really wanted was hosting server but helps me on understand it more.

    Thank you really much for explaining Chesspro,alrgith here out sirs :vanish: , is there any others website that have advice I would love to learn so when I make server I understand more.Also, the website you gave me , not useful for me that upload on compuer and faster.

    Sincerly,
    Mike

  2. #22
    Guru In Training sam2698 is an unknown quantity at this point
    Join Date
    Mar 2006
    Posts
    1,138
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, I have read it over and it tells tips and the person's personal experiance and stuff. So, basically if you haven't yet or ever have their own reseller hosting this is a great way to start. So you have a good guide. It can only make you money if you have money to invest.

    To make it easier for people to download here is a simpler option ( even though slower), and please do not forget to check out the site. http://www.megaupload.com/?d=FDPZ6G73

  3. #23

    Cool How To Start A Web Hosting Business - 114 page Free Download - Make $$ Giving It Away

    Hi,guys
    Hey, sam2698 , alright thank you really much man.Well, I wonder why do we need to download the sources this if we are just learning how to become a good reseller like a guide.Because when they does, sometime kind of confuse like their download are for hosting server .

    And , they are already showing screenshots of the download looks like, pretty like no points.Well maybe for a own look, but there really no point in my mind.But thank you guys, I have understand pretty, well and thanks for that website for faster downloaded, by the way I upload the download on that website since everyone can download it faster.

    If anyone know a way, where I can make server , free out of money paying please pm me or make a thread about it.I really appreciate someone helping me.Peace sirs :vanish: , btw pretty confusing title lol..:wink2:

    Sincerly,
    Mike

  4. #24

    Default

    The official notes of php's include() statement are at: http://au3.php.net/manual/en/function.include.php

    include will put another webpage into the page that called it, so say there were two files:

    file1.php
    ----------------------

    PHP Code:
    <?php
    echo'<html>hello</html>';
    $var=23;
    ?>

    file2.php
    ----------------------

    PHP Code:
    <?php
    include('file1.php');
    echo '<br>'.$var;
    ?>

    ____________________________________________

    The final result of file2.php would be

    PHP Code:
    <?php
    echo'<html>hello</html>';
    $var=23;
    echo '<br>'.$var;
    ?>
    or (on the webbrowser)


    HTML Code:

    <html>hello</html><br>23
    (include accepts php script as well as html code) Its a very basic function and vital to most sites

  5. #25

    Default

    i donīt understand :rasta2:

  6. #26
    Fulltime Member Kwek will become famous soon enough Kwek's Avatar
    Join Date
    Apr 2006
    Location
    Singapore
    Posts
    744
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I took a brief look through this guide, and it seems that it would be very useful. Thanks for the link HD-John, it will definitely help me in my journey in another 4 years time to become a webhosting provider. Learn early will help alot as I will be more prepared. Once again, thanks alot.

  7. #27

    Default

    Hi

    Sorry for the late response, hope you all like it. If you have any Qs just drop us a PM. I will be getting to my PM's soon, theres a few I need to answer first.

    Cheers

  8. #28

    Default

    i personally wouldnt open my own hosting company because there are so many big hosting companies, and you would have to really lower your hosting costs. and you may not even get any business.

  9. #29

    Default

    I agree with Sprijx there.

    It might be a waste of time, but then again it might really depend on what sort of offers you make to you customers...i mean if they're really good then you could have a business with it, but then you'd have to deal with the complaints of the prices if you don't lower them...unless you're a good sales person who happens to be really good at persuading people no matter how much the cost is. :P lol

    there's so many possibilities though, so i guess you can't really experience and see what happens unless you really try it. *but i may just be talking noncense.* ^.^'

Closed Thread
Page 3 of 3 FirstFirst 1 2 3

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts