Blog List
 
My Favorites

21Publish - Cooperative Publishing

Download home

 

Freeware...Member downloads and sharing...

It's not illegal if you're not selling it. Check the law.

 

 

Recommended Freeware Sites:

http://www.webmasterpaste.com/javascripts.html

http://www.mercuryboard.com/index.php?a=resources

http://www.thefreecountry.com/perlscripts/messageboards.shtml

www.phpjunkyard.com/php-message-board.php

http://pages.hostedscripts.com/

http://www.coolservlets.com/

www.Tucows.com

www.freewarejava.com

www.download.com

www.jumbo.com

www.zdnet.com

www.freewarejava.com

www.myzips.com

www.thinkotis.com

www.10000games.com

www.kidsfreeware.com

www.sunfreeware.com

www.snapfiles.com

http://www.relaxingsoftware.com/turbosnaphome.htm

www.1000apps.com (download flash movie maker...)

http://www.avast.com/index.html (an excellent virus protector and purger combo downloads)

 

 

 

Javacript, applets, etc...:

We have a bunch of javascripts, etc below for your designing pleasure.

We are seeking scripts for:

Form generators

Clocks

news windows

browser windows within a page

thumb gallery code

polscripts

message board script

driver links...

script for cut and paste web publishing/with import options

counters

script for file converter software

langauage translator scripts

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

From weirdoz.org...

How to install Visual Chat on your own Website

There are two different possibilities how to include Visual Chat on your own website.

(I) Including the Visual Chat Applet in your HTML Code

The easiest way is to include the following HTML paragraph in your page. Simply copy and paste it into your HTML code. You can change the value of the parameter "Room" from "Lobby" to any other existing room name, thus redirect your visitors directly to your own forum.

<TABLE align="center" border="5" cellpadding="0" cellspacing="0">
  <TR>
    <TD>
      <APPLET CODE="chat.ChatApplet" ARCHIVE="http://www.weirdoz.org/visualchat/chat.jar" CODEBASE="http://www.weirdoz.org/visualchat" WIDTH=480 HEIGHT=400>
        <PARAM NAME="CabBase" VALUE="http://www.weirdoz.org/visualchat/chat.cab">
        <PARAM NAME="Port" VALUE="5555">
        <PARAM NAME="Room" VALUE="Lobby">
        <PARAM NAME="DemoMode" VALUE="FALSE">
      </APPLET>
    </TD>
  </TR>
</TABLE>

Please consider that this means you share the Visual Chat Applet from www.weirdoz.org with other people.

(II) Installing the Visual Chat Server and Applet on your Server

This approach is recommended if you want to set up your own Visual Chat Server. Installing and running the Visual Chat Server components on your host requires the right to execute a Java program on your server - either through local access or using a remote shell like Telnet or SSH, plus X11 in case the server is a Unix machine. Please contact your system administrator in case of any doubts.

Important: Most internet service providers will not provide this as part of their regular homepage hosting package, but offer Private Java VMs in an extended package.

A Java runtime environment is a prerequisite for Chat Server installation. This runtime is either included in the Visual Chat Server Installer, resp. comes already shipped with most common operating system, or can be downloaded from these sites:

As a Java application, Visual Chat ist platform-independent. It has been successfully tested on Windows 95/98/NT/2000/XP, Mac OS8, Linux and Sun Solaris.

Installation Instructions

  1. Download and install Visual Chat Server
    The following Server Versions are available:

    The Visual Chat Server Installation Wizard comes with a graphical user interface. Install Visual Chat Server on your WebServer by running install.exe (resp. install.bin). If you only have Telnet or SSH access on your WebServer host (hence no possibility to start graphical applications), you might want to download the ZIP-Version. In this case, simply unzip the file VisualChat.zip.

  2. Set the webserver-folder (created during installation) as one your WebServer's document folders
    How this is done epends on the WebServer vendor (e.g. Apache: Edit httpd.conf. IIS: Add virtual directory). You might as well want to copy the contents of the webserver-folder to the WebServer's primary document folder. What is important is that the webserver-folder (containing chat.html, chat.cab and chat.jar) is accessible via HTTP.

  3. Start the ChatServer by invoking the program "ChatServer.exe", "ChatServer" resp. "java -cp server.jar chat.ChatServer"
    ChatServer is the central communication unit of Visual Chat. It receives messages from Clients and broadcasts them to all other Clients currently connected. A ChatServer-executable comes with the Installation Wizard Versions, and can be found in the target folder that was chosen during installation. You can either invoke the program via your desktop (in case you have local access - simply double-click the ChatServer-icon, just like starting any other application), or remotely using Telnet or SSH.

    In case you want to pass some commandline arguments, here is the exact syntax for running the ChatServer-executable:

    ChatServer [ port [ serverkey ] ]

    e.g.

    [~]$ cd VisualChat

    [~/VisualChat]$ ChatServer 5555 MyServerkey

    The port must fit with the port provided to the Client applet over a HTML Applet-parameter (see webserver/chat.html). The Serverkey is used to protect the Administration applet from unauthorized access. If no Serverkey is provided, it is set to "Admin".

    If you downloaded the ZIP-File Chat Server Version, you will have to enter the following command from your commandline shell:

    java -cp server.jar chat.ChatServer [ port [ serverkey ] ]

    This has to be done from the chatserver-subfolder (created during installation), e.g.

    [~]$ cd VisualChat/chatserver

    [~/VisualChat/chatserver]$ java -cp server.jar chat.ChatServer 5555 MyServerkey
    8/1/98 11:01:13 PM: Listening on port 5555...
    8/1/98 11:01:13 PM: Storage folder is users/...
    8/1/98 11:01:13 PM: Image folder is images/...
    8/1/98 11:01:13 PM: Room folder is rooms/...
    8/1/98 11:01:13 PM: Room filename is rooms...
    8/1/98 11:01:13 PM: Log level is 1...
    8/1/98 11:01:13 PM: Nr of banned ip-addresses read from banned_ip: 1
    8/1/98 11:01:13 PM: ChatServer up and running...

    The ZIP-File Version also contains sample start scripts for Windows (chatserver/startchat.bat) and Unix (chatserver/startchat.sh).

    Under Unix you should consider that

    1. X11 is available and your environment variable DISPLAY is set accordingly. If you start X11 remotely, do so by applying nohup.
    2. ChatServer is started as a background process (using the ampersand-symbol), e.g. "java -cp server.jar chat.ChatServer &"
    3. ChatServer might need to be running as nohup as well (depending on the Java VM), in case you plan to log out from the very user session you used to start ChatServer, e.g. "nohup java -cp server.jar chat.ChatServer &"

  4. Start the Client by opening chat.html in your browser
    The Visual Chat Client is a Java applet, which considerably eases the invocation for the end user - one simply opens a Web page, without the need of downloading any installing additional software. The Client browser requests the applet to be downloaded from the WebServer, starts the applet and displays the login dialog.

    Go sure that the Client applet is downloaded via HTTP - go sure that the browser's address field conatins something like

    http://<your_server_name>/VisualChat/chat.html

    Don't run it over a file-codebase like

    file://c|/VisualChat/webserver/chat.html

    otherwise some browsers won't allow to connect to the ChatServer (MSIE won't, Netscape will though). You should now be able to log in.

    When starting up for the first time, the Chat Server will create a user named "Admin" with password "Admin" (unless a Serverkey was provided as a commandline argument when starting the Chat Server for the first time. In this case, the Serverkey will also serve as the "Admin"-user's password). You should change this password as soon as possible by logging in as "Admin", clicking the User-tab, entering a new password and hiting the "Apply" button.

    You can also delete the Admin user at any time by erasing the file users/Admin. A new Admin user will then be created when starting the Chat Server for the next time. The Administration applet located at admin/admin.html can be used for remote server administration.

    Certain Clients can be prohibited from using Visual Chat. This is done by storing banned ip-addresses (one per line) in a file named "banned_ip" within the chatserver-folder. A sample "banned_ip"-file comes with the Server Installation.

In case you experience any difficulties when downloading / installing Visual Chat, consider having a look at the Visual Chat FAQs.

 

Search Engine javascript ( frow www.freeware.com)

 

<form name="jksearch" action="http://www.google.com/search" method="get" onSubmit="jksitesearch(this)">

<p>Search JavaScript Kit:<br />
<input id="hiddenquery" type="hidden" name="q" />
<input name="qfront" type="text" style="width: 200px" value="navigator object" /> <input type="submit" value="Search" /><br />
<div style="font: bold 11px Verdana;">Google:<input name="se" type="radio" checked>  Yahoo:<input name="se" type="radio">  MSN:<input name="se" type="radio">
</div>

<script type="text/javascript">

// All-in-one Internal Site Search script- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// This notice must stay intact for use

//Enter domain of site to search.
var domainroot="www.javascriptkit.com"

var searchaction=[ //form action for the 3 search engines
"http://www.google.com/search",
"http://search.yahoo.com/search",
"http://search.msn.com/results.aspx"
]

var queryfieldname=["q","p","q"] //name of hidden query form for the 3 search engines

function switchaction(cur, index){
cur.form.action=searchaction[index]
document.getElementById("hiddenquery").name=queryfieldname[index]
}

function jksitesearch(curobj){
for (i=0; i< document.jksearch.se.length; i++){ //loop through radio to see which is checked
if (document.jksearch.se[i].checked==true)
switchaction(document.jksearch.se[i], i)
}
document.getElementById("hiddenquery").value="site:"+domainroot+" "+curobj.qfront.value
}


</script>

</p>

</form>

<p style="font: normal 11px Arial">This free script provided by<br />
<a href="http://www.javascriptkit.com">JavaScript Kit</a></p>