Pandorabots Custom HTML Page

  • 0 Replies
  • 6078 Views
*

KnyteTrypper

  • Electric Dreamer
  • ****
  • 102
  • Onward thru the fog!
    • AI Nexus
Pandorabots Custom HTML Page
« on: February 02, 2006, 10:07:59 am »
If you've looked at that plain white page long enough, but don't know HTML , here's a custom HTML page for use with Pandorabots. It's tastefully more colorful than the Pandorabots default page. It will automatically fill in your bot's name in the approrpriate spots. A special script makes it seem as if someone were typing the bot's replies one letter at a time. Copy the code below and either save it as an HTML file and upload it from the "Custom HTML" page of your Pandorabots botmaster panel, or copy it to the "Create a new HTML document" page. Note that the typing speed is adjustable just under the typing script author's notice:

Code
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <TITLE>
      <template><bot name="name"/></template>
    </TITLE>
<SCRIPT>
<!--
function sf(){document.f.message.focus();}
// -->
</SCRIPT>
  </HEAD>
  <BODY onload="sf()" bgcolor="#C0C0C0">
    <CENTER>
      <FONT face="Astron Boy Wonder" color="#993366" size="7">Pandorabots</FONT>

    </CENTER>
    <CENTER>
      <FONT face="arial" color="#000000" size="1"><B>Instructions</B><BR>
       Please follow these instructions so the bot can understand you:<BR>
       1. Spell words correctly and use good grammar.<BR>
       2. Enter only one complete sentence at a time.<BR>
      </FONT>
      <HR color="#000000" width="400">

      <CENTER>
        <FONT face="arial" color="#000000" size="5"><template><B><bot name="name"/></B></template></FONT>
      </CENTER>
      <CENTER>
        <FORM method="POST" name="f">
          <FONT face="arial" color="#000000" size="2">!CUSTID!</FONT>
          <TABLE border="0" cellspacing="0">
            <TR>
              <TD>

                <INPUT type="TEXT" autocomplete="off" name="message" size="60">
              </TD>
              <TD>
                 
              </TD>
              <TD>
                <INPUT type="SUBMIT" value="Enter">
              </TD>
            </TR>
            <TR>

              <TD align="right" valign="center">
                <FONT size="-1"><I>Powered by <A href="http://www.pandorabots.com" target="_blank">Pandorabots</A>.</I></FONT>
              </TD>
            </TR>
          </TABLE
        <CENTER>
          <FONT face="arial" color="#000000" size="2"><FONT face="arial" color="#000000" size="3">
<span id="typing">
!OUTPUT!

</span>

<script type="text/javascript">

/****************************************************
* Typing Text script- Dy Trey @ Dynamic Drive Forums
* Visit Dynamic Drive for this script and more: http://www.dynamicdrive.com
* This notice MUST stay intact for legal use
****************************************************/

interval = 100; // Interval in milliseconds to wait between characters

if(document.getElementById) {
  t = document.getElementById("typing");
  if(t.innerHTML) {
    typingBuffer = ""; // buffer prevents some browsers stripping spaces
    it = 0;
    mytext = t.innerHTML;
    t.innerHTML = "";
    typeit();
  }
}

function typeit() {
  mytext = mytext.replace(/<([^<])*>/, "");     // Strip HTML from text
  if(it < mytext.length) {
    typingBuffer += mytext.charAt(it);
    t.innerHTML = typingBuffer;
    it++;
    setTimeout("typeit()", interval);
  }
}
</script>
</FORM>
</FONT></FONT>
        </CENTER>
      </CENTER>
    </CENTER>
  </BODY>
</HTML>


 


Requirements for functional equivalence to conscious processing?
by DaltonG (General AI Discussion)
November 19, 2024, 11:56:05 am
Will LLMs ever learn what is ... is?
by HS (Future of AI)
November 10, 2024, 06:28:10 pm
Who's the AI?
by frankinstien (Future of AI)
November 04, 2024, 05:45:05 am
Project Acuitas
by WriterOfMinds (General Project Discussion)
October 27, 2024, 09:17:10 pm
Ai improving AI
by infurl (AI Programming)
October 19, 2024, 03:43:29 am
Atronach's Eye
by WriterOfMinds (Home Made Robots)
October 13, 2024, 09:52:42 pm
Running local AI models
by spydaz (AI Programming)
October 07, 2024, 09:00:53 am
Hi IM BAA---AAACK!!
by MagnusWootton (Home Made Robots)
September 16, 2024, 09:49:10 pm
LLaMA2 Meta's chatbot released
by spydaz (AI News )
August 24, 2024, 02:58:36 pm
ollama and llama3
by spydaz (AI News )
August 24, 2024, 02:55:13 pm
AI controlled F-16, for real!
by frankinstien (AI News )
June 15, 2024, 05:40:28 am
Open AI GPT-4o - audio, vision, text combined reasoning
by MikeB (AI News )
May 14, 2024, 05:46:48 am
OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am

Users Online

233 Guests, 0 Users

Most Online Today: 486. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles