our own image host? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    our own image host?

    shamzblueworld
    shamzblueworld
    Forumember


    Male Posts : 568
    Reputation : 0
    Language : English,urdu,hindi,arabic, basic html, css... will learn xml,javascript and jscript
    Location : Pakistan

    our own image host? Empty our own image host?

    Post by shamzblueworld October 23rd 2009, 6:06 am

    is it possible to install our own image hosting sofware on FM forums? so we dont have to use serving.com. it would be nice and impressive if a forum has its own hosting right? and i m not talking about gellery. actually there is a sofware i can get which could be installed to a site which supports php and sql, so is it possible here?
    notMicElf
    notMicElf
    Forumember


    Male Posts : 377
    Reputation : 0
    Language : English, HTML, CSS, Java
    Location : Not where you are =P

    our own image host? Empty Re: our own image host?

    Post by notMicElf October 23rd 2009, 6:31 am

    You don't have access to the database, so there isn't a way.

    but, I find the gallery to be a good tool, even though you said you didn't want to use it.
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    our own image host? Empty Re: our own image host?

    Post by kirk October 23rd 2009, 6:46 am

    if you have a way to get an embed code then you can do this.
    other then that there is no way to upload modules to forumotion or any free forum host. this is a feature that you only see on paid form host

    let me try something?

    hahahaha oh man.. that damn rono just had to get me started with all this code stuff.

    well check this out. i don't know if you want it or not?
    but it will work and you can put it on your forum.

    you can adjust the size too.. so like i said not sure if it's your cup of tea?but it dose work.

    Code:
    <center><iframe src='http://www.largeimagehost.com/?action=upload' width='100%' height='200px' style='border: 1px solid #B27400'></iframe></center>

    this code is a lil better.
    Code:
    <center><iframe src='http://www.largeimagehost.com/?action=upload' width='125%' height='200px' style='border: 1px solid #B27400'></iframe></center>

    heres the link after you know how the host works it can be used.
    http://www.largeimagehost.com/?action=upload
    efbe
    efbe
    Forumember


    Male Posts : 455
    Reputation : 12
    Language : english
    Location : South Australia

    our own image host? Empty Re: our own image host?

    Post by efbe October 23rd 2009, 8:14 am

    Or you can try this one, past the code in a new forum (works best) You can also edit the size and color.

    Code:
    <!--Begin IC Upload Form-->
    <div align="center">   <form method="post" action="http://www.imagechicken.com/pictureuploaded.php" enctype="multipart/form-data" target="_newwinTT">      <input type="hidden" name="size" value="regular" />      <input type="hidden" name="effect" value="none" />      <input type="hidden" name="rotate" value="no" />      <div align="center" style="background-color: #fff; width: 480px; border: 1px solid #000;">         <span style="font-family: Tahoma; font-size: 10pt; font-weight:bold; color: #000;">Host your image with <a href="http://www.imagechicken.com" style="font-family: Tahoma; font-size: 10pt; font-weight:bold;  color: #000;">ImageChicken.com</a></span>         <br />         <input name="imagefile" type="file" size="25" />         <br />         <input type="submit" name="Submit" value="Upload" style="width: 100px;">      </div>         </form></div><!--End IC Upload Form-->
    It uses ImageChicken.com
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    our own image host? Empty Re: our own image host?

    Post by kirk October 23rd 2009, 10:01 am

    efbe wrote:Or you can try this one, past the code in a new forum (works best) You can also edit the size and color.

    Code:
    <!--Begin IC Upload Form-->
    <div align="center">   <form method="post" action="http://www.imagechicken.com/pictureuploaded.php" enctype="multipart/form-data" target="_newwinTT">      <input type="hidden" name="size" value="regular" />      <input type="hidden" name="effect" value="none" />      <input type="hidden" name="rotate" value="no" />      <div align="center" style="background-color: #fff; width: 480px; border: 1px solid #000;">         <span style="font-family: Tahoma; font-size: 10pt; font-weight:bold; color: #000;">Host your image with <a href="http://www.imagechicken.com" style="font-family: Tahoma; font-size: 10pt; font-weight:bold;  color: #000;">ImageChicken.com</a></span>         <br />         <input name="imagefile" type="file" size="25" />         <br />         <input type="submit" name="Submit" value="Upload" style="width: 100px;">      </div>         </form></div><!--End IC Upload Form-->
    It uses ImageChicken.com

    yes that works very well.

    i actually re-sized the one for largeimage and slapped it up on an html page.
    then you can add to your navbar. large image host is good if your uploading more then one pic at once.. but i do like efbe and the appearance so much better.

    anyway here is the code for the new re-sized large image host if someone wanted to put it in a html page?

    to tell you the truth i was just messing around with a code that rono had.
    i dint realy think it was going to work but it did.. anyway there's a few suggestions.
    but efbe's seems to be the most practical and better choice to use.
    but how is the host.. i never heard of that one.

    Code:
    <center><iframe src='http://www.largeimagehost.com/?action=upload' width='85%' height='400px' style='border: 1px solid #B27400'></iframe></center>

    oh and ctop out to rono.. so it seems you can do a lot with the whole iframe thing.
    i like that Smile