Page 2 of 5 FirstFirst 12345 LastLast
Results 11 to 20 of 43

Thread: Adding Stuff Froms Scripts

  1. #11
    h1
    Guest
    .htaccess is pretty spotty on 1&1 also... and GD works fine with vBulletin's image resize feature.

  2. Internet, Programming and Graphics   -   #12
    Poster
    Join Date
    Mar 2003
    Posts
    3,582
    Yeah, basic GD works fine. It's when you wanna start watermarking or adding colored text and stuff that it screws up.

    I have seen a few CMS installs complain about their htaccess being ignored.

    Oh, and they have 4 different paths to perl and occasionally none of them work.

  3. Internet, Programming and Graphics   -   #13
    Originally posted by balamm@22 February 2004 - 23:12
    Oh, and they have 4 different paths to perl and occasionally none of them work.
    Experienced that
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

  4. Internet, Programming and Graphics   -   #14
    BANNED
    Join Date
    May 2003
    Posts
    5,520
    emmmm i&#39;m still busy checking out balamm&#39;s link in his sig weeeeeeeeeeeeeeeeeeeeee haaaaaaaaaaaaaaaaaaaaaaaaaa

  5. Internet, Programming and Graphics   -   #15
    Poster
    Join Date
    Mar 2003
    Posts
    3,582
    I&#39;ve just added another gallery for you MM. This one has a little girl on girl action

    You gotta hit the forum to see the links though.

  6. Internet, Programming and Graphics   -   #16

  7. Internet, Programming and Graphics   -   #17
    Poster
    Join Date
    Mar 2003
    Posts
    3,582
    Nope, the TGND forum. labelled "bonus" in my sig.




    *what&#39;s this got to do with internet world?

    Follow the links or email me for web related opportunities.

    Or look here metalworks

    If you have a valid concept and a bit of skill/talent, I&#39;ll host it.

  8. Internet, Programming and Graphics   -   #18
    okay remember im a n00b at this so thats why i wanted stuff i could just copy into my webpage.
    i downloaded this thing from the java website and it alows people to sign into hotmail through my website so i tried just coping it all into a paragraphy but it didnt work.
    Here is the code i dont know what to do with it.

    <html>

    <head>&#60;script LANGUAGE="JavaScript">

    &#60;&#33;--

    // HotMail Login ID Storage Program
    // Written and © by Michael Nobilio
    // June 7, 1998
    // [email protected]
    //
    // Distribute Freely, as long as
    // this notice is left in the code.
    //
    // Please notify me of any bugs.



    notice = "Click &#092;"Store Login&#092;" to save your Login ID.";
    promptMessage = "No Login Stored";

    function setCookie(name, value, expire)
    {
    document.cookie = name + "=" + escape(value) + ( (expire == null) ? "" : ("; expires=" + expire.toGMTString()) );
    }

    function getCookie(Name)
    {
    var search = Name + "=";
    if( document.cookie.length > 0 )
    {
    offset = document.cookie.indexOf(search);
    if( offset &#33;= -1 )
    {
    offset = offset + search.length;
    end = document.cookie.indexOf(";", offset);
    if( end == -1 )
    {
    end = document.cookie.length;
    }
    return unescape( document.cookie.substring(offset, end) );
    }
    }
    }

    function storeLogin()
    {
    if( loginID &#33;= null )
    {
    promptMessage = loginID;
    }

    var Value = prompt("Enter a Login ID to store:", promptMessage);
    if( Value == null )
    {
    Value = promptMessage;
    }
    var today = new Date();
    var expires = new Date();
    expires.setTime( today.getTime() + (365*24*60*60*1000) );
    setCookie( "HotMailLogin", Value, expires );
    }

    // --&#62;

    </script>

    <title>JavaFILE</title>
    <base target="leftframe">
    </head>
    &#60;&#33;--------------------------------------------&#62;
    &#60;&#33;-- HotMail Login ID Storage Program 1.1 --&#62;
    &#60;&#33;-- Written and © by Michael Nobilio --&#62;
    &#60;&#33;-- June 7, 1998 --&#62;
    &#60;&#33;-- [email protected] --&#62;
    &#60;&#33;--------------------------------------------&#62;
    &#60;&#33;-- Distribute Freely, as long as --&#62;
    &#60;&#33;-- this notice is left in the code. --&#62;
    &#60;&#33;--------------------------------------------&#62;
    &#60;&#33;-- Please notify me of any bugs. --&#62;
    &#60;&#33;-- --&#62;
    &#60;&#33;-- 1.1 Bug fixes: --&#62;
    &#60;&#33;-- * Existing Login ID is now populated --&#62;
    &#60;&#33;-- when "Update Login" is clicked. --&#62;
    &#60;&#33;-- * Prompt "Cancel" bug fixed. --&#62;
    &#60;&#33;-- --&#62;
    &#60;&#33;--------------------------------------------&#62;

    <body BGCOLOR="#FFFFFF" TEXT="#000000">

    <p align="center"></p>

    <p align="center">Great script for HotMail users that allows you to access your account
    from your HD.

    Download the Script</p>

    <form NAME="passwordform" ACTION="http://207.82.250.251/cgi-bin/start" METHOD="post">
    <input type="hidden" name="curmbox" value="ACTIVE"><input type="hidden" name="js"
    value="no"><div align="center"><center><table CELLSPACING="0" CELLPADDING="0">
    <tr>
    <td WIDTH="20">

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

    <font FACE="arial" SIZE="+2">HotMail</font> </td>
    </tr>
    <tr align="center">
    <td WIDTH="15">

    </td>
    <td><table BORDER="1" CELLSPACING="1" CELLPADDING="10">
    <tr>
    <td><table CELLSPACING="0" CELLPADDING="0">
    <tr>
    <td><font FACE="arial" SIZE="-2">Login: </font></td>
    <td>&nbsp;&nbsp;</td>
    <td><font FACE="arial" SIZE="-2">Password: </font></td>
    <td></td>
    </tr>
    <tr>
    <td><input TYPE="text" NAME="login" SIZE="16" MAXLENGTH="16" onFocus="this.select();"> </td>
    <td>

    </td>
    <td><input TYPE="password" NAME="passwd" SIZE="16" MAXLENGTH="16"> </td>
    <td ALIGN="center" VALIGN="bottom">&nbsp;<input TYPE="submit" NAME="enter" VALUE="Enter"> </td>
    </tr>
    <tr>
    <td NOWRAP ALIGN="center" COLSPAN="3"><input TYPE="radio" NAME="frames" VALUE="yes"><font
    FACE="arial" SIZE="-3">Frames</font> &nbsp; <input TYPE="radio" NAME="frames"
    VALUE="no"><font FACE="arial" SIZE="-3">No Frames</font> &nbsp; <input TYPE="radio"
    NAME="frames" VALUE="auto" checked><font FACE="arial" SIZE="-3">Use my Default</font>
    </td>
    <td>

    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </center></div>
    </form>
    <div align="center"><center>

    <table WIDTH="450">
    <tr>
    <td ALIGN="center"><form NAME="storeForm">
    <font SIZE="-1">

    <input NAME="saveLogin" TYPE="button" VALUE="Store Login"
    onClick="storeLogin(); history.go(0);"></font></p>
    </form>
    </td>
    </tr>
    <tr>
    <td VALIGN="top" ALIGN="center"><table CELLSPACING="0" CELLPADDING="10">
    <tr>
    <td ALIGN="center"><font FACE="arial" SIZE="-2">HotMail Login ID Storage Program 1.1

    Written and © 1998 Michael Nobilio

    [email protected]</font></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </center></div><font SIZE="-1" FACE="arial">

    <p align="center">DIRECTIONS: Click "Store Login" to save your Login ID.
    </p>

    <p align="center">

    </p>
    </font>
    </body>
    </html>



    it didnt come bold i made it bold to stand out so any help would be good.


  9. Internet, Programming and Graphics   -   #19
    Poster
    Join Date
    Mar 2003
    Posts
    3,582
    Paste it into notepad and save it as scriptname.htm or anyname.htm

    then open it with IE to test it.

    I&#39;m not sure whare this script is going to store the login though unless it posts to a database of some sort.


    *edit: I see it&#39;s supposed to post to a cgi. Is that your cgi script or javafile&#39;s?

    You&#39;d need that part of it too.

  10. Internet, Programming and Graphics   -   #20
    i downloaded it from java files and it came with a .txt and i copied everything from there to here and a .htm. So what do i need to do with it? When i open the .htm its how its spose to be the login thingy.


Page 2 of 5 FirstFirst 12345 LastLast

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
  •