Upload File

Upload File

Endpoint URL http://api.webs.com/v1/filemanager/[user]
http://api.webs.com/v1/filemanager/[user]/[path]
HTTP Method POST
Parameters apikey=[partner key] (String)
token=[session token] (String)
password=[password] (String) required if token not provided

Usage Notes

The service expects HTTP requests which conform to RFC 1867, "Form-based File Upload in HTML". That is, the content type should be specified as “multipart/form-data”.

If a file of the same name already exists, the service will append a sequence number to the file name to avoid overwriting the existing file. This operation is non-destructive.

Specify a path to target a particular folder.

Omit the path to upload the file to the top-level folder.

Example Good Response

<rsp stat="ok">
  <user name=”blip3">
    <token>e286a13704e8b393112965235ff</token>
    <file fname="cats.jpg" url="http://server/blip3/cats.jpg" size="67.8 Kb" path="" />
  </user>
</rsp>

Error Codes (see response format in Technical Description)

Code Response
320 Cannot find or create session for user with information provided
340 Does not support this HTTP method for this operation
350 Encountered errors retrieving file list
351 Cannot find file path [file path]
360 Username [name] does not exist
370 Encountered errors during user existence check
382 Encountered errors uploading file

Comments

  1. nik2 years ago

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>



    <META NAME="piczo-session" CONTENT="n">
    <META NAME="piczo-owner-member" CONTENT="2zf17b9xkf0xa">
    <META NAME="piczo-owner-country" CONTENT="GB">
    <META NAME="piczo-owner-language" CONTENT="en">


    <META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">

    <meta http-equiv="Cache-Control" content="no-cache" />

    <META HTTP-EQUIV="imagetoolbar" CONTENT="no">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">

    <META LANG="en-US">
    <title>Forzen-City</title>
    <script type="text/javascript" src="http://ads1.msn.com/library/dap.js"></script>

    <script language="JavaScript" type="text/javascript">
    //support dedicate a song button
    var zoneItemUrl = 'http://web.piczo.com/zone/item/';
    var crossCluserActionBase = 'http://pic2.piczo.com/go/';
    var hostname = location.host;


    var piczoShowWelcome = false;

    var piczoRightClickMessage = 'Please contact the site owner if you want to save this picture.';

    var isPageEditor = false;
    function pageLoaded () {
    pageLoadedActions();
    }


    function openPrintStorePopup () {
    h=400;
    w=780;
    currentDate = new Date();
    printStorePopup = window.open (
    "http://pic2.piczo.com/go/addimagestocart?img=" + hiResI + "_" + hiResK +
    "&popup=y&r=" + currentDate.getTime(), "PrintStorePopup",
    "toolbar=no,scrollbars=yes,location=no,status=yes,resizable=yes,width=" + w + ",height=" + h + "," +
    "top=" + ((screen.height-h)/2) + ",left=" + ((screen.width - (w + 12))/2));
    if (printStorePopup != null)
    printStorePopup.focus();
    }
    function openProPrintPopup () {
    h = 220;
    w = 400;
    currentDate = new Date();
    proPrintPopup = window.open (
    "http://pic2.piczo.com/go/proprint?img=" + hiResI + "_" + hiResK +
    "&popup=y&r=" + currentDate.getTime(), "ProPrintPopup",
    "toolbar=no,scrollbars=yes,location=no,status=no,resizable=yes,width=" + w + ",height=" + h + "," +
    "top=" + ((screen.height-h)/2) + ",left=" + ((screen.width - (w + 12))/2));
    if (proPrintPopup != null)
    proPrintPopup.focus();
    }
    hiResI = 0;
    hiResK = 0;
    function openHiResPopup (imageID, k) {

    if (imageID == 0)
    imageID = hiResI;
    if (k == 0)
    k = hiResK;
    h = 600;
    w = 800;
    hiResPopup = window.open ("http://pic2.piczo.com/go/hires?sitename=" +
    escape ("Forzen-City") +
    "&img=" + imageID + "&k=" + k + "&sw=" + screen.width + "&sh=" + screen.height, "HiResPopup",
    "fullscreen,scrollbars=no");
    if (hiResPopup != null)
    hiResPopup.focus();

    }
    function downloadForPrinting () {
    self.location = "http://pic2.piczo.com/go/downprint?img=" + hiResI +
    "&k=" + hiResK;
    }




    function slideshow() {

    h = 600;
    w = 800;
    slideshowPopup = window.open ("http://pic2.piczo.com/go/slides?b=&p=0.0&site=Forzen-City" +
    "&sw=" + screen.width + "&sh=" + screen.height, "SlideshowPopup",
    "toolbar=no,scrollbars=yes,menubar=yes,location=no,status=no,resizable=yes,fullscreen=yes," +
    "width=" + w + ",height=" + h + "," +
    "top=0,left=" + ((screen.width - w) / 2));
    if (slideshowPopup != null)
    slideshowPopup.focus();

    }
    keepImageToolbarVisible = false;
    function showImageToolbar (imageToolbarDiv, i, k) {
    imageToolbarDiv.style.visibility = "visible";
    hiResI = i;
    hiResK = k;
    }
    function hideImageToolbar (imageToolbarDiv) {
    if ( ! keepImageToolbarVisible) {
    imageToolbarDiv.style.visibility = "hidden";
    imageMenu.style.visibility = "hidden";
    }
    }
    function showImageMenu (imageMenuX, imageMenuY) {
    imageMenu.style.top = imageMenuY;
    imageMenu.style.left = imageMenuX;
    imageMenu.style.visibility = "visible";
    keepImageToolbarVisible = true;
    }
    function positionSignupAd () {
    var sa = document.getElementById("signupAd");
    sa.style.left = parseInt( document.body.scrollLeft + document.body.clientWidth - sa.clientWidth - 2 );
    sa.style.top = parseInt( document.body.scrollTop + document.body.clientHeight - sa.clientHeight - 2 );
    }

    isPayPal = false;


    function playGame(gameID, w, h, showPageList, webpageID) {
    currentDate = new Date();
    playGamePopup = window.open ("http://pic2.piczo.com/go/playgame?gameID=" + gameID + "&showPageList="+showPageList +
    "&webpageid="+webpageID+
    "&r=" + currentDate.getTime() + "&popup=y", "PlayGamePopup",
    "toolbar=no,scrollbars=yes,location=no,resizable=yes,width=" + w + ",height=" + h + "," +
    "top=" + ((screen.height-h)/2) + ",left=" + ((screen.width-w)/2));
    if (playGamePopup != null)
    playGamePopup.focus();
    }

    var entryPointURI = "http://Forzen-City.piczo.com/";
    function PiczoPagez_setPage(pageIndex, pageID, pageName, urlPageName) {
    this.pageIDs[pageIndex] = pageID;
    this.pageNames[pageIndex] = pageName;
    this.pageNamesByPageID[pageID] = pageName;
    this.urlPageNamesByPageID[pageID] = urlPageName;
    }
    function PiczoPagez_setCategory(categoryID, categoryName) {
    this.categories[categoryID] = categoryName;
    }
    function PiczoPagez_setItem(index, itemType, itemID) { // DEPRECATED
    this.addItem (itemType, itemID);
    }
    function PiczoPagez_addItem(itemType, itemID) {
    if ((itemType == 'P') && (this.pageNamesByPageID[itemID] == undefined)) {
    // do nothing
    } else {
    index = this.itemIDs.length;
    this.itemTypes[index] = itemType;
    this.itemIDs[index] = itemID;
    }
    }
    function PiczoPagez_clearItems() {
    this.itemTypes = new Array();
    this.itemIDs = new Array();
    this.categories = new Array();
    }
    function PiczoPagez_getNumPages() {
    return this.numPages;
    }
    function PiczoPagez_getPageURL(pageID) {
    if (this.urlPageNamesByPageID[pageID] != '') {
    return entryPointURI + this.urlPageNamesByPageID[pageID] + "?cr=2" + "";
    } else {
    return entryPointURI + "?g=" + pageID + "&cr=2" + "";
    }

    }
    function PiczoPagez_getItemPageURL(index) {
    if (this.itemTypes[index] == 'C') {
    return "";
    }
    return this.getPageURL(this.itemIDs[index]);
    }
    function PiczoPagez_getPageName(pageIndex) {
    return this.pageNames[pageIndex];
    }
    function PiczoPagez_getPageID(pageIndex) {
    return this.pageIDs[pageIndex];
    }
    function PiczoPagez_getPageNameByPageID(pageID) {
    return this.pageNamesByPageID[pageID];
    }
    function PiczoPagez_getNumItems () {
    return this.itemIDs.length;
    }
    function PiczoPagez_getItemType (index) {
    return this.itemTypes[index];
    }
    function PiczoPagez_getItemID (index) {
    return this.itemIDs[index];
    }
    function PiczoPagez_getItemName (index) {
    if (this.itemTypes[index] == 'C') {
    return this.categories[this.itemIDs[index]];
    } else {
    return this.pageNamesByPageID[this.itemIDs[index]];
    }
    }
    function PiczoPagez(numPages) {
    this.numPages = numPages;
    this.pageNames = new Array();
    this.pageNamesByPageID = new Array();
    this.pageNamesByPageID[1] = "Home Page";
    this.urlPageNamesByPageID = new Array();
    this.pageIDs = new Array();
    this.categories = new Array();
    this.itemTypes = new Array();
    this.itemIDs = new Array();
    this.setPage = PiczoPagez_setPage;
    this.setCategory = PiczoPagez_setCategory;
    this.setItem = PiczoPagez_setItem;
    this.addItem = PiczoPagez_addItem;
    this.clearItems = PiczoPagez_clearItems;
    this.getNumPages = PiczoPagez_getNumPages;
    this.getPageURL = PiczoPagez_getPageURL;
    this.getItemPageURL = PiczoPagez_getItemPageURL;
    this.getPageName = PiczoPagez_getPageName;
    this.getPageID = PiczoPagez_getPageID;
    this.getPageNameByPageID = PiczoPagez_getPageNameByPageID;
    this.getNumItems = PiczoPagez_getNumItems;
    this.getItemType = PiczoPagez_getItemType;
    this.getItemID = PiczoPagez_getItemID;
    this.getItemName = PiczoPagez_getItemName;
    }
    myPiczoPages = new PiczoPagez(10);
    myPiczoPages.setPage(0,33979623,"My Pics","mypics");
    myPiczoPages.setPage(1,33979624,"Comment Board","commentboard");
    myPiczoPages.setPage(2,33979625,"Favorite Music","favoritemusic");
    myPiczoPages.setPage(3,33979626,"Likes &amp; Dislikes","likesanddislikes");
    myPiczoPages.setPage(4,33979627,"Profile","profile");
    myPiczoPages.setPage(5,34003180,"Hamachi Info","hamachiinfo");
    myPiczoPages.setPage(6,34003905,"Job Apps","jobapps");
    myPiczoPages.setPage(7,34009033,"Rules","rules");
    myPiczoPages.setPage(8,34009482,"Staff","staff");
    myPiczoPages.setPage(9,34009849,"Loader","loader");

    </script>


    <style type="text/css">
    .imgToolsAnchor {text-decoration: none; color:#606060; padding:5px}
    .imgToolsAnchor:hover {background:#5BA8D8; color:#FFFFFF}
    body { margin:0px; }
    </style>

    </head>

    <body

    bgcolor="#000000" onload="pageLoaded(); ">





























    <link rel="stylesheet" type="text/css" href="http://cdnimg.piczo.com/rel726/css/vmp.css" />

    <script type="text/javascript" src="http://cdnimg.piczo.com/rel726/js/toolTip.js"></script>
    <link rel="stylesheet" type="text/css" href="http://cdnimg.piczo.com/js/lib/yui/2-4-1/container/assets/container.css">
    <script type="text/javascript" src="http://cdnimg.piczo.com/js/lib/yui/2-4-1/yahoo/yahoo-min.js"></script>
    <script type="text/javascript" src="http://cdnimg.piczo.com/js/lib/yui/2-4-1/event/event-min.js" ></script>
    <script type="text/javascript" src="http://cdnimg.piczo.com/js/lib/yui/2-4-1/utilities/utilities.js"></script>
    <script type="text/javascript" src="http://cdnimg.piczo.com/js/lib/yui/2-4-1/yahoo-dom-event/yahoo-dom-event.js"></script>
    <script type="text/javascript" src="http://cdnimg.piczo.com/js/lib/yui/2-4-1/container/container-min.js"></script>
    <script type="text/javascript" src="http://cdnimg.piczo.com/rel726/js/main.js"></script>

    <!--[if IE]>
    <style>
    .ph_mode_link {margin-top:-4px;}
    a.ph_tool_link, a.ph_tool_link_left {margin-top:-5px;}
    </style><![endif]-->
    <style>a.ph_tool_link{color:#fff;}</style>



    <div id="popupIframeDiv" style="display:none">
    <iframe id="popupIframe" width="325" height="164" frameborder="0" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" scrolling="no" allowtransparency="true" style="z-index:2147483648"></iframe>
    </div>
    <div id="popupLoginHeaderDiv" style='display:none'><a id="popupLoginClose" href='javascript:void(0)' style='float:right;color:white'>X</a>
    SIGN IN</div>

    <script>
    var modalDialog = new YAHOO.widget.Panel("modalDialog", {width: "525px", height: "350px", fixedcenter:true, close:true, draggable:false, modal:true, visible:false , zIndex: 2147483647 } );

    var iframeIdsInYUIPopups = ["modalIFrame", "popupIframe","picList","uploadFrame","emailFriendsPopupIframe", "_yuiResizeMonitor"];
    function openPiczoProsPopup() {
    h = 580;
    w = 880;
    currentDate = new Date();
    piczoProsPopup = window.open ("http://www.theboard.piczo.com/?cr=1&rfm=y" +
    "?r=" + currentDate.getTime(),
    "piczoProsPopup" + currentDate.getTime(),
    "toolbar=no,scrollbars=yes,location=no,resizable=yes,width=" + w + ",height=" + h + "," +
    "top=" + ((screen.height-h)/2) + ",left=" + ((screen.width-w)/2));
    if (piczoProsPopup != null)
    piczoProsPopup.focus();
    }

    function openHelpPopup (helpUrl) {
    h=500;
    w=780;
    currentDate = new Date();
    if (! helpUrl) {
    helpUrl = "http://img.piczo.com/static/FAQ/piczo_FAQ.html";
    }
    helpPopup = window.open (helpUrl, "HelpPopup",
    "toolbar=no,scrollbars=yes,location=no,status=no,resizable=yes,width=" + w + ",height=" + h + "," +
    "top=" + ((screen.height-h)/2) + ",left=" + ((screen.width - (w + 12))/2));
    if (helpPopup != null)
    helpPopup.focus();
    }

    YAHOO.namespace("piczo");

    var originalEmbedWmodes = [];
    var originalObjectWmodes = [];
    function hideElement(elementId) {
    var element =document.getElementById(elementId);
    if (element != null)
    element.style.visibility="hidden";
    }
    function hideAds() {
    var embeds = document.getElementsByTagName("embed");
    for (var i = 0; i < embeds.length; i++) {
    embeds[i].style.visiblity="hidden";
    embeds[i].parentNode.style.visiblity="hidden";
    if (embeds[i].attributes != undefined) {
    if (embeds[i].getAttribute("wmode") != undefined) {
    originalEmbedWmodes[i] = embeds[i].getAttribute("wmode");
    }
    embeds[i].setAttribute("wmode", "opaque");
    }
    }
    var objects = document.getElementsByTagName("object");
    for (var i = 0; i < objects.length; i++) {
    objects[i].parentNode.style.visibility="hidden";
    if (objects[i].wmode != undefined) {
    originalObjectWmodes[i] = objects[i].wmode;
    objects[i].wmode = "opaque";
    }
    }

    //hide non-login popup iframes
    var iframes = document.getElementsByTagName("iframe");
    for (var i = 0; i < iframes.length; i++) {
    var hiding = true;
    for (var j = 0; j < iframeIdsInYUIPopups.length && hiding; j++) {
    if (iframes[i].id == iframeIdsInYUIPopups[j]) {
    hiding = false;
    }
    }
    if (hiding) {
    iframes[i].style.visibility = "hidden";
    }
    }
    }
    function showAds(exceptionId) {
    var embeds = document.getElementsByTagName("embed");
    for (var i = 0; i < embeds.length; i++) {
    embeds[i].style.visiblity="visible";
    embeds[i].parentNode.style.visiblity="visible";
    if (embeds[i].attributes != undefined && originalEmbedWmodes[i] != null) {
    embeds[i].setAttribute("wmode", originalEmbedWmodes[i]);
    }
    }
    var objects = document.getElementsByTagName("object");
    for (var i = 0; i < objects.length; i++) {
    objects[i].parentNode.style.visibility="visible";
    if (objects[i].wmode != undefined) {
    objects[i].wmode = originalObjectWmodes[i];
    }
    }

    var iframes = document.getElementsByTagName("iframe");
    for (var i = 0; i < iframes.length; i++) {
    var showing = true;
    for (var j = 0; j < iframeIdsInYUIPopups.length && showing; j++) {
    if (iframes[i].id == iframeIdsInYUIPopups[j]) {
    showing = false;
    }
    }
    if (exceptionId != null && iframes[i].parentNode.id == exceptionId) {
    showing = false;
    }
    if (showing) {
    iframes[i].style.visibility = "visible";
    }
    }
    }
    function showOverlayElement(event, overlay)
    {
    hideAds();
    overlay.element.style.display="block";
    overlay.show();
    }

    function hideOverlayElement(event, overlay) {

    showAds();
    overlay.element.style.display="none";
    overlay.hide();
    }



    function openLoginDiv (e, lps, pljs) {
    if (lps == null)
    lps = location.protocol+"//"+location.host+location.pathname;
    if (pljs == null)
    pljs = "";
    var popupIframe = document.getElementById("popupIframe");
    popupIframe.src="http://pic2.piczo.com/go/loginiframe?showClose=false&recogMode=false&cr=2&destAction=loginPosts&redirect=true&ispopup=y" +
    "&lps="+lps+"&pljs="+pljs;
    showOverlayElement(e, YAHOO.piczo.loginOverlay);

    }

    YAHOO.piczo.loginOverlay = new YAHOO.widget.Panel("loginOverlay", {width: "325px", fixedcenter:true, close:false, draggable:false, modal:true, visible:false , zIndex: 2147483647 } );
    var popupLoginDiv = document.getElementById("popupIframeDiv");
    var popupLoginHeaderDiv = document.getElementById("popupLoginHeaderDiv");
    YAHOO.piczo.loginOverlay.setHeader(popupLoginHeaderDiv.innerHTML);
    YAHOO.piczo.loginOverlay.setBody(popupLoginDiv.innerHTML);
    popupLoginDiv.parentNode.removeChild(popupLoginDiv); //need to remove so we don't have duplicate id, form elements in the document
    popupLoginHeaderDiv.parentNode.removeChild(popupLoginHeaderDiv);
    YAHOO.piczo.loginOverlay.render(document.body);
    YAHOO.util.Event.addListener("popupLoginClose", "click", hideOverlayElement, YAHOO.piczo.loginOverlay, true);


    </script>


























    <div id="ph_nav3"><ul class="links" ><li class="left"><a href="http://Forzen-City.piczo.com/?g=33979576&cr=2&nsrc=slh" title="Click here to visit Tayran's Home page">Forzen-City</a></li><li class="left"><span>|</span></li><li id="ph_nav3_owner_friends" class="left"><a href="javascript:void(0)" id="ph_nav3_owner_friends-atag" onmouseover="hidePageList(0); getInitialFriendsForVMPHeader(this);" onmouseout="hideFriendList()">Friends<img src="http://cdnimg.piczo.com/images/menu/vmp_icon_arrow.gif" style="margin-left: 5px;" align="absmiddle" border="0" height="16" width="16"></a></li><li class="left"><span>|</span></li><li id="ph_nav3_owner_pages" class="left"><a href="javascript:void(0)" id="ph_nav3_owner_pages-atag" onmouseover="hideFriendList(0); getInitialPagesForVMPHeader(this);" onmouseout="hidePageList()">Pages<img src="http://cdnimg.piczo.com/images/menu/vmp_icon_arrow.gif" style="margin-left: 5px;" align="absmiddle" border="0" height="16" width="16"></a></li><li class="left"><span>|</span></li><li class="left"><a href="javascript:void(0)" title="Send message" onclick="messageMe(event)" onmouseover="hidePageList()"><img src="http://cdnimg.piczo.com/images/menu/vmp_icon_email.gif" style="padding-left: 5px;" align="absmiddle" border="0" height="16" width="16"></a></li><li class="left"><a href="javascript:void(0)" title="Invite Tayran to be your friend" onclick="inviteFriend(event,'Forzen-City')"><img src="http://cdnimg.piczo.com/images/menu/vmp_icon_add_friend.gif" style="padding-left: 5px;" align="absmiddle" border="0" height="16" width="16"></a></li><li class="left"><a href="http://pic2.piczo.com/go/contentfeedback?g=34009849" title="Report bad content on this page" target="_top"><img src="http://cdnimg.piczo.com/images/menu/vmp_icon_flag.gif" style="padding-left: 5px;" align="absmiddle" border="0" height="16" width="16"></a></li><li class="right"><span><form name='pageSearchform' method='get' id='pageSearchForm' action=http://web.piczo.com/zone/pages/><input name='q' type='text' class='bxSearch' ><input type='hidden' name='p' value='w'><input type='hidden' name='navigationSource' value='VmpSearch'><input type='submit' class='btnGo' value='GO'/></form></span></li><li class="right"><a href="http://web.piczo.com/zone/pages">Search:</a></li><li class="right"><span>|</span></li><li class="right"><a href="http://www.piczo.com/">Piczo</a></li><li class="right"><span>|</span></li><li class="right"><a href="http://www.music-at-piczo.piczo.com">Music</a></li><li class="right"><span>|</span></li><li class="right"><a href="http://web.piczo.com/zone/main">PZ</a></li><li class="right"><span>|</span></li><li class="right"><a href="javascript:void(0)" onclick="openLoginDiv(event,'')">Login</a></li><li class="right"><span>|</span></li><li class="right"><a href="http://www.piczo.com/go/signup?svc=pz">Sign-up</a></li></ul></div>

    <style type="text/css">

    .btnGo {
    background:#069aff;
    border:1px solid black;
    color:#ffffff;
    padding-bottom:2px;
    margin-left:5px;
    }
    .btnGo:hover {
    background-color:#069aff;
    }

    #rbcFriendListMain
    {
    display:block;
    width: 232px;
    height:240px;
    overflow:auto;
    padding-top:10px;
    }



    #rbcFriendList{
    color:rgb(70,153,200);
    display: none;
    position: absolute;
    left: 100px;
    top:18px;
    padding:5px;
    clear:both;
    z-index: 10000001;
    background: url(http://cdnimg.piczo.com/images/menu/60p_white.png);
    white-space: nowrap;
    }

    #rbcFriendList div
    {
    font-weight:bold 9px Tahoma;
    }

    #rbcFriendList a{
    display:block;
    float:left;
    margin:5px;
    border:2px solid white;
    }

    #rbcFriendList div a:hover {
    border:2px solid #069aff;
    }

    #rbcFriendList img {
    border:none;
    width:50px;
    height:50px;

    }
    #rbcFriendListMore{

    border:0px;

    }

    #rbcPageListMain
    {
    background: url(http://cdnimg.piczo.com/images/menu/60p_white.png);
    display:block;
    width:200px;
    overflow-x:hidden;
    overflow-y:auto;
    }

    #rbcPageListMore{
    border:0px;
    }

    #rbcPageList {
    color:rgb(70,153,200);
    display: none;
    position: absolute;
    margin-left: 120px;
    top:18px;
    clear:both;
    z-index: 10000001;
    padding:0px 10px 10px 10px;
    }
    #rbcPageList a {
    display:block;
    height:16px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
    padding:2px;
    border:1px solid #999999;
    border-top:none;
    text-decoration:none;
    padding-left:5px;
    padding-bottom:1px;
    white-space:nowrap;
    font-weight:bold;
    }
    #rbcPageList a:visited {
    color:#333333;
    font-weight:normal;
    }
    #rbcPageList a:hover {
    color:#069aff;
    }

    #rbcPageList a.selected {
    color:#069aff;
    }

    </style>

    <!--[if IE 6]>
    <style>

    #rbcPageListMain, #rbcFriendList
    {
    background: #FFF;
    }
    </style>
    <![endif]-->








    <div id="atPiczoDropDown" style="display:none;z-index:100000000;" onMouseOver="showAtPiczo()" onmouseout="hideAtPiczo()">
    <div id="ph_pinkBg" class="atPiczoDiv" align="left"><a href="http://music.piczo.com" class="ph_dropDownTxt" onmouseover="swapDropdownBg('ph_pinkBg', '#FF4400')" onmouseout="swapDropdownBg('ph_pinkBg', '#000000')">MUSIC</a></div>
    <div id="ph_greenBg" class="atPiczoDiv" align="left"><a href="http://tips.piczo.com" class="ph_dropDownTxt" onmouseover="swapDropdownBg('ph_greenBg', '#97C50A')" onmouseout="swapDropdownBg('ph_greenBg', '#000000')">TIPS</a></div>
    <div id="ph_redBg" class="atPiczoDiv" align="left"><a href="http://gossip.piczo.com" class="ph_dropDownTxt" onmouseover="swapDropdownBg('ph_redBg', '#FB0000')" onmouseout="swapDropdownBg('ph_redBg', '#000000')">GOSSIP</a></div>
    <div id="ph_purpleBg" class="atPiczoDiv" align="left"><a href="http://horoscopes.piczo.com" class="ph_dropDownTxt" onmouseover="swapDropdownBg('ph_purpleBg', '#330066')" onmouseout="swapDropdownBg('ph_purpleBg', '#000000')">HOROSCOPES</a></div>
    <div id="ph_blueBg" class="atPiczoDiv" align="left"><a href="http://polls.piczo.com" class="ph_dropDownTxt" onmouseover="swapDropdownBg('ph_blueBg', '#069aff')" onmouseout="swapDropdownBg('ph_blueBg', '#000000')">POLLS</a></div>

    </div>




    <script>
    function messageMeIsAuth() {
    setTimeout(function() {
    location.href = "http://pic2.piczo.com/go/sendmessage?recipientUserId=3927357&recipientCluster=2&recipientWebsiteName=Forzen-City&recipientAccessKey=9246641";
    }, 100);
    }
    function messageMe(e) {
    openLoginDiv(e, "/go/sendmessage?"+escape("recipientUserId=3927357&recipientCluster=2&recipientWebsiteName=Forzen-City&recipientAccessKey=9246641"));
    }
    function inviteFriendIsAuth (friendWebsiteName) {
    h = 370;
    w = 556;
    currentDate = new Date();
    inviteFriendPopup = window.open ("http://pic2.piczo.com/go/invitefriend?sv=y&vmpname=" +
    friendWebsiteName + "&r=" + currentDate.getTime(), "InviteFriendPopup",
    "toolbar=no,scrollbars=no,location=no,resizable=yes,width=" + w + ",height=" + h + "," +
    "top=" + ((screen.height-h)/2) + ",left=" + ((screen.width-w)/2));
    if (inviteFriendPopup != null)
    inviteFriendPopup.focus();
    }

    function inviteFriend (e, friendWebsiteName) {
    var qs = location.search;
    var newqs;
    if (qs.indexOf("loadAction") > -1)
    newqs = escape(qs);
    else {
    if (qs.indexOf("?") < 0)
    newqs=escape("?");
    else
    newqs= escape(qs)+escape("&");
    newqs+= escape("loadAction=inviteFriendIsAuth('"+friendWebsiteName+"')");
    }
    openLoginDiv (e, location.protocol+"//"+location.host+location.pathname+newqs);
    }
    //for OPI
    var isOPIActive = 'false';
    </script>






    <script type="text/javascript">
    var hidePageListTimer = null;
    function hidePageList(delay) {
    if (delay == null) {
    delay = 500;
    }
    var doHidePageList = function() {
    document.getElementById('rbcPageList').style.display='none';
    document.getElementById('adDiv').style.left='255px';
    hidePageListTimer=null;
    }
    if (delay == 0) {
    clearTimeout(hidePageListTimer);
    hidePageListTimer=null;
    doHidePageList();
    } else if (hidePageListTimer == null) {
    hidePageListTimer = setTimeout( doHidePageList, delay);
    }
    }
    function showPageList() {
    clearTimeout(hidePageListTimer);
    hidePageListTimer=null;
    document.getElementById('rbcPageList').style.display='block';
    document.getElementById('adDiv').style.left='405px';
    }
    </script>

    <div id="rbcPageList"
    onmouseover="showPageList()"
    onmouseout="hidePageList()" >
    <div id="rbcPageListMain" style="height:246px"></div>
    </div>
    <script type="text/javascript">
    function addTrackingVars(event, aTag) {
    //aTag.href+="&nsrc=vmp_pl&proid=115";
    document.cookie = "nsrc=vmp_pl; path=/; domain=.piczo.com";
    }

    var pageList=
    {
    list: document.getElementById("rbcPageListMain"),
    numPagesSoFar:0,
    processing:false,
    add: function(items){

    var displayBigPagesList = this.numPagesSoFar > 0 && items.length > 0;
    if (displayBigPagesList) {
    this.list.style.width='750px';
    this.list.style.height='500px';
    }

    for(i=0; i<items.length; i++)
    {
    divTag = document.createElement("div");
    aTag = document.createElement("a");
    //home page is at index 0;
    if(items[i].isPasswordProtected=='false' && i!=0){
    aTag.href = items[i].link;
    aTag.innerHTML=items[i].name;
    if(items[i].title!="")
    {
    aTag.title = items[i].title;
    }

    }else{
    imgTag =document.createElement("img");
    imgTag.align="absmiddle";
    imgTag.border = "0";
    if(i==0){ //home page
    imgTag.src="http://cdnimg.piczo.com/images/contentfeedback/homeIcon.gif";
    }else{
    imgTag.src="http://cdnimg.piczo.com/images/contentfeedback/lock.gif";
    }
    spanTag = document.createElement("span");
    spanTag.innerHTML=(' '+items[i].name);
    aTag.href = items[i].link;
    if(items[i].title!="")
    {
    aTag.title = items[i].title;
    }
    aTag.appendChild(imgTag);
    aTag.appendChild(spanTag);
    }
    divTag.appendChild(aTag);
    this.list.appendChild(divTag);
    YAHOO.util.Event.addListener(aTag, "click", addTrackingVars, aTag, true);

    }

    this.numPagesSoFar+= items.length;

    this.processing=false;
    }
    };

    function getInitialPagesForVMPHeader(parentElement, additionalOffset) {
    if (pageList.numPagesSoFar == 0) {
    addPagesToVMPHeader();
    }
    var rbcPageList = document.getElementById('rbcPageList');
    if (parentElement) {
    if (additionalOffset == null) {
    additionalOffset = 0;
    }
    if (navigator.userAgent.indexOf("MSIE") > -1) {
    additionalOffset*=2; //IE hack
    }
    rbcPageList.style.left = parentElement.offsetLeft - 30 + additionalOffset;

    }
    showPageList();
    }


    function addPagesToVMPHeader()
    {
    if (!pageList.vmpHeaderReachedMaxPages && !pageList.processing) {
    pageList.processing = true;
    var from = 0; //pageList.numPagesSoFar;
    var to = 10000;

    var s = document.createElement('script');
    s.type='text/javascript';
    s.src= 'http://pic2.piczo.com/go/vmpheaderpages?website=Forzen-City&from=' +
    from + '&to=' + to;
    document.getElementsByTagName('head')[0].appendChild(s);
    }
    }


    </script>


    <script type="text/javascript">
    var hideFriendListTimer = null;
    function hideFriendList(delay) {
    if (delay == null) {
    delay = 500;
    }
    var doHideFriendList = function() {
    document.getElementById('rbcFriendList').style.display='none';
    document.getElementById('adDiv').style.left='255px';
    hideFriendListTimer=null;
    }
    if (delay == 0) {
    clearTimeout(hideFriendListTimer);
    hideFriendListTimer = null;
    doHideFriendList();
    } else if (hideFriendListTimer == null) {
    hideFriendListTimer = setTimeout( doHideFriendList, 500);
    }
    }
    function showFriendList() {
    clearTimeout(hideFriendListTimer);
    hideFriendListTimer=null;
    document.getElementById('rbcFriendList').style.display='block';
    document.getElementById('adDiv').style.left='405px';
    }
    </script>

    <div id="rbcFriendList"
    onmouseover="showFriendList()"
    onmouseout="hideFriendList()" >
    <div id="rbcFriendListMain"></div>
    <div><a style="text-align:center;visibility:hidden;" id="rbcFriendListMore" href="javascript:addFriendsToVMPHeader()" >More...</a></div>
    </div>
    <script type="text/javascript">

    var friendList=
    {
    list: document.getElementById("rbcFriendListMain"),
    more: document.getElementById("rbcFriendListMore"),
    numFriendsSoFar:0,
    processing:false,
    vmpHeaderReachedMaxFriends:false,
    add: function(items, vmpHeaderReachedMaxFriends){

    var displayBigFriendsList = this.numFriendsSoFar > 0 && items.length > 0;
    if (displayBigFriendsList) {
    this.list.style.width='750px';
    this.list.style.height='500px';
    }

    for(i=0; i<items.length; i++)
    {
    divTag = document.createElement("div");
    aTag = document.createElement("a");
    aTag.href = items[i].link;
    aTag.target = items[i].target;
    imgTag =document.createElement("img");
    imgTag.style.width="54px";
    imgTag.style.height="54px";
    imgTag.align="middle";
    imgTag.border = "0";
    imgTag.src=items[i].profilePicUrl;
    aTag.appendChild(imgTag);
    aTag.title=false?"":items[i].name;

    if(isOPIActive=='true'){
    onlineDivTag = document.createElement("div");
    onlineDivTag.style.width="54px";
    onlineDivTag.style.height="16px";
    onlineDivTag.style.overflow="hidden";

    if(items[i].online == 'true'){
    onlineDivTag.innerHTML = '<img src="http://cdnimg.piczo.com/images/friends/lightbulb.gif" style="width:10px; height:16px; " border="0"></img>&nbsp;<font style="font-weight: bold;font-style:italic; font-family:Arial; font-size:8px;">ONLINE<font>';
    }
    aTag.appendChild(onlineDivTag);

    //alert(divTag.innerHTML);
    }

    divTag.appendChild(aTag);

    this.list.appendChild(divTag);
    }

    this.numFriendsSoFar+= items.length;
    this.vmpHeaderReachedMaxFriends = vmpHeaderReachedMaxFriends;
    if(this.vmpHeaderReachedMaxFriends)
    {
    this.more.style.visibility="hidden";
    this.more.href="javascript:void(0)";
    } else {
    this.more.style.visibility="visible";
    }
    this.processing=false;
    }
    };

    function getInitialFriendsForVMPHeader(parentElement) {
    if (friendList.numFriendsSoFar == 0) {
    addFriendsToVMPHeader();
    }
    var rbcFriendList = document.getElementById('rbcFriendList');
    if (parentElement) {
    rbcFriendList.style.left = YAHOO.util.Dom.getX(parentElement);

    }
    showFriendList();
    }

    function addFriendsToVMPHeader()
    {
    if (!friendList.vmpHeaderReachedMaxFriends && !friendList.processing) {
    friendList.processing = true;
    var from = friendList.numFriendsSoFar;
    var to;
    if (from == 0) {
    to = 25;
    } else {
    to = from + 200;
    }
    var s = document.createElement('script');
    s.type='text/javascript';
    s.src= 'http://pic2.piczo.com/go/vmpheaderfriends?website=Forzen-City&from=' +
    from + '&to=' + to;
    document.getElementsByTagName('head')[0].appendChild(s);
    }
    }
    </script>







    <style type="text/css">
    FONT.sizeone {font-size: 10px}
    FONT.sizetwo {font-size: 13px}
    FONT.sizethree {font-size: 16px}
    FONT.sizefour {font-size: 18px}
    FONT.sizefive {font-size: 24px}
    FONT.sizesix {font-size: 32px}
    FONT.sizeseven {font-size: 48px}
    </style>

















































































    <script type="text/javascript">
    var isSafeMode = false;
    var isEditMode = false;
    isFlash6Installed = 0;
    </script>

    <SCRIPT LANGUAGE="VBScript">
    on error resume next
    If Not(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6"))) Then
    isFlash6Installed = 0
    Else
    isFlash6Installed = 1
    End If
    </script>


    <div id="div420572188" style="position: absolute; top:88px; left:398px; width: 258px; height: 61px; z-index: 999996; overflow: visible; ">
    <a href="http://Forzen-City.piczo.com/?g=33979576&amp;cr=2" target='_self'>
    <img id="div420572188i" style="border:0px solid ;" width=258 height=61 src="http://i108.piczo.com/view/2/z/f/1/7/b/9/x/k/f/0/x/img/i230536138_48848_2.png" alt=""></a>
    </div>
    <div id="div420571734" style="position: absolute; top:205px; left:298px; width: 40px; height: 20px; z-index: 999993; overflow: visible; ">
    <a href="http://Forzen-City.piczo.com/?g=33979576&amp;cr=2" target='_self'>
    <img id="div420571734i" style="border:0px solid ;" width=40 height=20 src="http://i108.piczo.com/view/2/z/f/1/7/b/9/x/k/f/0/x/img/i230535961_3654_2.png" alt=""></a>
    </div>
    <div id="div420573084" style="position: absolute; top:207px; left:501px; width: 60px; height: 20px; z-index: 999997; overflow: visible; ">
    <a href="http://Forzen-City.piczo.com/?g=33979576&amp;cr=2" target='_self'>
    <img id="div420573084i" style="border:0px solid ;" width=60 height=20 src="http://i108.piczo.com/view/2/z/f/1/7/b/9/x/k/f/0/x/img/i230536436_6458_2.png" alt=""></a>
    </div>
    <div id="div420571735" style="position: absolute; top:208px; left:712px; width: 45px; height: 20px; z-index: 999994; overflow: visible; ">
    <a href="http://Forzen-City.piczo.com/?g=33979576&amp;cr=2" target='_self'>
    <img id="div420571735i" style="border:0px solid ;" width=45 height=20 src="http://i108.piczo.com/view/2/z/f/1/7/b/9/x/k/f/0/x/img/i230535962_16793_2.png" alt=""></a>
    </div>
    <div id="div420567400" style="position: absolute; top:23px; left:433px; width: 179px; height: 45px; z-index: 999991; overflow: visible; ">
    <a href="http://Forzen-City.piczo.com/?g=1&cr=2">
    <img border=0 align=absbottom src="http://cdnimg.piczo.com/images/homepageicons/blueHouse.gif"></a>
    <font face="Trebuchet MS, Helvetica" size=2 class=sizetwo>
    <a style="color:" href="http://Forzen-City.piczo.com/?g=1">
    Back To Home Page
    </a>
    </font></div>
    <div id="div420958569" style="position: absolute; top:229px; left:144px; width: 225px; height: 50px; z-index: 1000004; overflow: visible; ">
    <head>
    <title>GoldenHotel2</title>
    <style>
    body {
    margin-top: 50px;
    padding-top: 50px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    }
    </style>
    </head>

    <body bgcolor="#000000">

    <div align="center"></div>

    <div align="center">

    <object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0" id="habbo" width="720" height="540">
    <param name="src" value="http://morakanox.50webs.com/DCR/habbo.dcr">
    <param name="swRemote" value="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Splaze~Loader' swContextMenu='true'">
    <param name="swStretchStyle" value="none">
    <param name="swText" value="">
    <param name="bgColor" value="#000000">
    <param name="sw6" value="external.texts.txt=http://morakanox.50webs.com/DCR/External_Texts.txt">
    <param name="sw2" value="connection.info.host=5.26.209.184;connection.info.port=60">
    <param name="sw4" value="connection.mus.host=game.habbohotel.co.uk;connection.mus.port=30001">
    <param name="sw3" value="client.reload." url="loader.html">
    <param name="sw1" value="site." url="http://www.habbohotel.co.uk; url." prefix="http://www.habbohotel.co.uk">
    <param name="sw5" value="external.variables.txt=http://morakanox.50webs.com/DCR/external_variables.txt">
    &lt;embed src="http://morakanox.50webs.com/DCR/habbo.dcr" bgColor="#000000" width="720" height="540" swRemote="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Splaze~Loader' swContextMenu='true'" swStretchStyle="none" swText="" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/" sw6="external.texts.txt=http://morakanox.50webs.com/DCR/External_Texts.txt" sw2="connection.info.host=5.26.209.184;connection.info.port=6"0 sw4="connection.mus.host=game.habbohotel.co.uk;connection.mus.port=30001" sw3="client.reload.url=" sw1="site.url=http://www.habbohotel.co.uk;url.prefix=http://www.habbohotel.co.uk" sw5="external.variables.txt=http://morakanox.50webs.com/DCR/external_variables.txt"&gt;
    </object>

    </div>

    <!-- --><script type="text/javascript" src="/i.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="freewebs.com";_uff=false;urchinTracker();}</script></body>
    </div>
    <div id="div420577024" style="position: absolute; top:865px; left:298px; width: 225px; height: 50px; z-index: 999999; overflow: visible; ">
    <embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=25608915" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=25608915">Go Large!</a></small><br>

    <img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" src="http://counters.gigya.com/wildfire/CIMP/Jmx*PTEyMDU3Nzk3NTU4MjgmcHQ9MTIwNTc3OTc2MDUzMSZwPTUzMTUxJmQ9Jm49.jpg" />
    </div>







    <div id=imageMenu style="position: absolute; top: 925px; left: 0px; visibility: hidden; background-color:#FFFFFF; font-family: verdana, sans-serif; font-size: 10px; font-weight:normal; color:#606060; line-height:25px; display: block; " onMouseOver="keepImageToolbarVisible=true" onMouseOut="keepImageToolbarVisible=false">
    <a class="imgToolsAnchor" href="javascript:openHiResPopup(0,0)">View High Resolution</a><br>
    <a class="imgToolsAnchor" href="javascript:openPrintStorePopup()">Order Prints &amp; Gifts</a><br>
    <a class="imgToolsAnchor" href="http://www.piczo.com/?cyos">Create Your Own Site</a>
    </div>
    <div style="position: absolute; top:955px; left:1px;">&nbsp;</div>

    <script language="JavaScript">
    function pageLoadedActions () {



    var pageLoadedTrackingPixel = new Image();
    pageLoadedTrackingPixel.src = "http://pic2.piczo.com/go/trackpageloaded?mode=vmp&images=4&rendered=1211484202699";

    var vmpHeaderFriendsLink = document.getElementById("ph_nav3_owner_friends");
    if (vmpHeaderFriendsLink) {
    getInitialFriendsForVMPHeader(vmpHeaderFriendsLink);
    document.getElementById('rbcPageList').style.display='none';
    document.getElementById('adDiv').style.left='405px';
    }

    }

    var toasterTimerUp;
    var toasterTimerDown;
    function hideToasterAd(){
    document.getElementById('toasterAd').style.display = 'none';
    }

    function slideToaster(direction){
    if(direction == 'up'){
    toasterTimerUp = window.setInterval("moveToaster('up');",50);
    }else{
    toasterTimerDown = window.setInterval("moveToaster('down');",50);
    }
    }

    var offset = 0;
    function moveToaster(dir){
    var toaster = document.getElementById("toasterAd");
    var toasterTop = parseInt(toaster.style.top);
    if(dir=='down'){
    offset+=5;
    if(offset < 10 ){
    placeToaster();
    }else{

    clearInterval(toasterTimerDown);
    document.getElementById('toasterAd').style.display = 'none';
    }
    }else{
    offset -=5;
    if(offset > -150){
    placeToaster();
    }else{
    clearInterval(toasterTimerUp);

    }
    }
    }
    function placeToaster() {
    document.getElementById('toasterAd').style.top = document.body.clientHeight + document.body.scrollTop + offset;
    }

    </script>

    <!-- p02pv03 2 -->



    <!-- no ad (vmpTrackingPixel) -->

    <!--
    pvc=2
    -->




    <script language="JavaScript" src="http://cdnimg.piczo.com/rel726/js/omniture/s_code.js"></script>
    <script language="JavaScript"><!--
    s.pageName='vmp-Other';
    s.server='';
    s.channel='Viewed Member Pages';
    s.prop1='';
    s.prop2='';
    s.prop3='';
    s.prop4='';
    s.prop5='';
    s.prop7='Not Recognized';
    s.prop10 = '';
    s.prop11 = '';
    s.prop12 = '';
    s.prop13 = 'null';
    s.prop14 = '0';
    s.prop15 = 'en';
    s.prop16 = location.href;
    s.prop17 = '-1';
    s.campaign='';
    s.state='';
    s.zip='';
    s.events='';
    s.products='';
    s.purchaseID='';
    s.eVar1='';
    s.eVar2='';
    s.eVar3='';
    s.eVar4='';
    s.eVar5='';
    s.eVar15= location.href;
    var s_code=s.t();if(s_code)document.write(s_code);//--></script>


    <div id="topBannerAd"
    style="margin-right:-800px; z-index:2000000; position: relative">

    </div>
    <div id="adDiv"
    style="position: absolute; top:24px; left:255px; z-index: 10000000">
    <!-- No Ad Found For Display. -->
    </div>

    <!-- </div> -->

    <div id="toasterAd" style="position:absolute; top:0px; right:25; z-index:2000000000;
    display: none">
    <!-- (NoToasterAdFlag) No Toaster Ad Found For Display. page view count:2-->

    </div>

    </body>
    </html>

Please sign in to post a comment.