Wallpaper Script Forum » Wallpaperscript showcase

Fast Hosting and website Showcase

(31 posts)
  1. Hello my friends,

    I would like your honest opinion about my website
    http://www.WallpaperSuggest.com

    If it's good or bad - I would really like to know... :)

    Also someone here already suggested me on a super fast cloud hosting named mosso and I took his advice and tried it.
    It's super fast and scalable when your site will grow.
    it's Not a shared hosting like host gator or others that block sites due to over cpu uses. host gator did it to me and i needed to find other host.

    also if any of you will want to try it you can put my referrer code you'll get 50% off from the first month.
    I'll also get a discount a month later thanks to u.

    My referrer code is - REF-RAFIZZZ

    By the Way, If any of you want to exchange links - feel free to contact me.

    Thanks,
    Rafael

    Posted 4 years ago #
  2. Website is looking nice, get it on wallpaper rankings : http://wallpapers.topsitesreview.net/

    --------------------------------------------------
    It's super fast and scalable when your site will grow.
    it's Not a shared hosting like host gator or others that block sites due to over cpu uses. host gator did it to me and i needed to find other host.

    ---------------------------------------------------

    rightly said but what about Cycles that will be used for Cloud hosting, many Wallpaper site owners I know with moderate to heavy traffic have to move away from cloud for the exorbitant cost associated, as your site grows.

    Posted 4 years ago #
  3. Hey Nikhil,

    Thanks for your opinion. i'll get it on wallpapers ranking.

    I Don't know about the cycles yet, because i'm still in my package limit and have much more cpu cycles to go.
    even with the advertising i'm doing and with the fast growth of my website.

    I believe it was Epicwallpaper that suggested it for me in the first time and his website is much bigger for my opinion and he using mosso...

    check it for yourself http://www.mosso.com
    it's the cloud hosting company of rackspace - one of the biggest hosting services.

    Best Regards,
    Rafael

    Posted 4 years ago #
  4. EpicWallpaper faced problem of exhausted cycles [I m in touch with EpicWallpaper] and was planning to move on to different hosting a week back. We know the trade as we have got several wallpaper site clients for customized Premium Hosting.

    Posted 4 years ago #
  5. I really appreciate all you doing here
    you really help people over here and also helped me. several times.

    but still, I have a problem to host my website at someone who also deal with wallpaper website... it's probably only me who think like this but that's the way I am.
    I can't change that

    so until my website will grow pretty big and i mean biiiiiiiiig :) and will face a real cycle problem like you said and need a smart dedicated solution - mosso is the best solution I have for the growing period...

    Rafael

    Posted 4 years ago #
  6. ;-) no issues..... When you are big enough, you ll need dedicated server, than contact us. If you need Web promotion support to get big, contact us.

    Secondly, its about ethics... even if a host don't have a wallpaper site can hurt you, on the contrary people like us who believe in performance marketing, believe in client growth.

    *Performance Marketing: If a client benefits from us, and realize profit, he ought to buy more products and services. and vice versa.

    Lastly if your site has right strategy, you can grow amidst any competition. Mine was nowhere on Google search but now its in top 3 in google search for relevant keywords, displacing some biggies... just few months of determined strategic effort, and we earn $ 600 from a single wallpaper site per month and have 2.5 million page views.

    So mind you, its about Strategy........ NO FEAR, WHEN U STRATEGISE.

    Posted 4 years ago #
  7. :)

    Love to argue with u...

    Tell me my dear friend how can I:

    1) make the thumbs smaller and he rank star in the sides like many other wallpaper script based website have?

    2) put ads and downloading instructions on the final download page (where the wallpaper is. like in wallpaperstock.net)? will I need to re bulk upload them?

    3) put a "your screen resolution is" module or script in the side like in http://www.sexywallpapers.co.in ?

    4) make the wallpapers inside a catagory - random?

    thannnnnnnnnnnnnnnnks

    Posted 4 years ago #
  8. U ll get answers with in 24 hours, pretty busy with a deadline right now, contract for a blogging network like blogger.

    Posted 4 years ago #
  9. This is the code to show resolution. you can put it in right.tpl, left.tpl, footer.tpl , header.tpl
    Always backup before trying

    {literal}<center><b><font color="#df1a53">Your Screen Resolution</font></b></center> <span><center><script language="javascript">
    document.write(screen.width+ ' x ' +screen.height);
    </script>

    <script type="text/javascript">
    <!--
    function searchSubmit(obj)
    {
    obj.q.value = obj.q.value.replace('?', '');
    window.location = obj.action + '/'+encodeURIComponent(obj.q.value)+'';
    return false;
    }
    -->
    </script>
    {/literal}

    Posted 4 years ago #
  10. Thanks zeero6!

    It's working perfectly

    Nikhil Thanks, It's not urgent help me when you will have time

    Posted 4 years ago #
  11. To put adds and download instructions on last page, you have to edit templates/default/view.tpl

    Posted 4 years ago #
  12. Nice support by Zeero6, cheers

    Displaying 4 thumbnails, You can do this by editing config.php and put this:

    //4 on row
    $thumbnails = array(array("width" => "125", "height" => "94"), array("width"
    => "270", "height" => "203"));

    After

    //3 on row
    $thumbnails = array(array("width" => "175", "height" => "131"), array("width" => "270", "height" => "203"));

    So that block should look like:

    //2 on row
    $thumbnails = array(array("width" => "270", "height" => "203"), array("width" => "270", "height" => "203"));
    //3 on row
    $thumbnails = array(array("width" => "175", "height" => "131"), array("width" => "270", "height" => "203"));
    //4 on row
    $thumbnails = array(array("width" => "125", "height" => "94"), array("width"
    => "270", "height" => "203"));

    Posted 4 years ago #
  13. I simply used this code on index.tpl to display resolution

    <script>
    document.write("Your Screen Resolution Is "+screen.width+"x"+screen.height);
    </script>

    Posted 4 years ago #
  14. No need to bulk upload, simply edit view.tpl as Zeero6 said to ad ads and download instructions

    Posted 4 years ago #
  15. Ranking stars are .gif images, which need to be changed and i guess minor editing in code will be required.. Important is having vertical rating gif image.

    Posted 4 years ago #
  16. For random wallpapers in category pages, I believe you need to edit category.inc.php as in http://wallpaperscript.com/forum/topic/main-page . i ve not tested it for lack of time. let me know if you are able to do it, else i ll do it for u

    Posted 4 years ago #
  17. thanks!

    Posted 4 years ago #
  18. Ok so I used this code but I cant get my font to be big like http://www.WallpaperSuggest.com has it.

    http://www.windows7wallpapers.net/

    Posted 4 years ago #
  19. Hey rsailors

    nice website!

    here is the code i put

    {literal}<b><span style="font-family:Arial;font-size:16px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:000000;background-color:ffffff;">Your Resolution</span></b><span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:none;text-transform:none;color:#f20089;background-color:ffffff;"></br>
    <script language="javascript">
    document.write(screen.width+ ' x ' +screen.height);
    </script>

    <script type="text/javascript">
    <!--
    function searchSubmit(obj)
    {
    obj.q.value = obj.q.value.replace('?', '');
    window.location = obj.action + '/'+encodeURIComponent(obj.q.value)+'';
    return false;
    }
    -->
    </script>
    </span>
    {/literal}

    just edit the colors and font sizes and you are ready to go.

    goodluck

    Posted 4 years ago #
  20. Ive actually just moved to a Quad-core server with 8GB ram. No other server is able to handle my site on this script. It just uses a ton of resources. Now my site is running at the speed of light.

    Posted 4 years ago #
  21. where? and how much dineros $$$? :)

    Posted 4 years ago #
  22. I can provide Quad Core Machine, 750 GB harddisk, 8 GB ram , Premium Bandwidth , wallpaper site optimized server at Dallas Datacenter for $ 175 only with managed services like OS and Kernel updates, PHP / Server Hardening, Uptime monitoring, Control panel Optimisation... much more and I can bet if you get this config and services at such price point.

    Posted 4 years ago #
  23. Free email marketing package at ROImails.com for 3 months, with above server.

    Posted 4 years ago #
  24. thanks for the offer Nikhil.

    Epic can you please tell us where and how much you pay?

    if you are ok with telling of course... :)

    Posted 4 years ago #
  25. We have complete line of Dedicated Servers, with all price range, starting from 125 to 425

    Posted 4 years ago #
  26. little bit pushy Nikhil... :)

    I asked Epic

    Posted 4 years ago #
  27. Not for you Rafizzz ;-) , you ll not buy from us buddy as you have that reservation of us having wallpaper sites, but this answer was in continuation of my offer for dedicated server because everyone do not wants monster quad core server... so I just provided info about lineup.. hope u don't mind. Epic dont have time these days, he's busy with lot of sites.... getting tuned with his new server... Epic is really upto some great things as far as I know... I appreciate his enterprise

    Posted 4 years ago #
  28. I'm going through a private hosting company but its the same price as basically every other dedicated hosting company. It will be very expensive unless you know how to manage your own server. We have spent lots of time optimizing the server and the script to run more efficiently.

    I would recommend: http://www.theplanet.com/

    Posted 4 years ago #
  29. Mosso is a very great host as well, but it will not support you if you get much larger.

    Posted 4 years ago #
  30. Everything is good with planet except bandwidth and speed of websites. I had two servers with them 6 months back. May be now they would have improved. Hostgator use theplanet for their backend. I ve got respect for theplanet but they charge for you for even small things which other datacenters do not.

    If I would not have deals with datacenters in Dallas where speed is really good, i would have prefered theplanet for my datacenter.

    And rightly said, its not easy to manage servers, but dont you worry, you can always hire someone to do that for you. Some people also provide managed dedicated servers..... ;-)

    Posted 4 years ago #

RSS feed for this topic

Reply »

You must log in to post.