Server-side scripting - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: Server-side scripting


  
 CGI/1.1 script support of the W3C httpd
Scripts return their results either outputting a document to their standard output, or by outputting the location of the result document (either a full URL or a local virtual path).
This is to make it easier to later upgrade to CGI scripts, so you only need to change the script name in the file system, and not the documents pointing to it.
Script wishing to output the entire HTTP reply (including status line and all response headers) should be named to begin with
http://www.w3.org/Daemon/User/CGI/Overview.html   (695 words)

  
 Livewire
Scripts are interpreted code, so programming errors cannot disrupt the server.
Both Netscape LiveWire and Microsoft Active Server Pages now process the contents of the HTTP request (the URL, query string, general headers, cookies, and any POST data) and create a set of "Objects" for the Server-Side scripts.
There is a version of Perl that supports the OLE script interface, and other popular programming languages are promised.
http://www.yale.edu/pclt/WEBAPP/livewire.htm   (1242 words)

  
 NED Webmaster Scripts
If it finds the database, it informs your script and lets you run a query against that database.
On the NED server, I run ASP pages that query the database.
Through ODBC you can mask the location of your datafiles when you create queries to those files.
http://www.nedistrict.org/webmasters/scripts.htm   (509 words)

  
 Debugging ASP Scripts
With logical errors, which are caused by typing mistakes or flaws in programmatic logic, your script runs successfully, but yields incorrect results.
A syntax error is a commonly encountered error that results from incorrect scripting syntax.
Bugs that result in run-time errors must be corrected for your script to execute without interruption.
http://www.microsoft.com/windows2000/en/server/IIs/htm/asp/iiwadbug.htm   (1146 words)

  
 Apache module mod_include
The CGI script is given the PATH_INFO and query string (QUERY_STRING) of the original request from the client; these cannot be specified in the URL path.
A URL is constructed from the attribute, and the output the server would return if the URL were accessed by the client is included in the parsed output.
Otherwise CGI scripts are invoked as normal using the complete URL given in the command, including any query string.
http://www.apache.org/docs/mod/mod_include.html   (1646 words)

  
 Debugging Client/Server Side Scripts
Infrastructure demands are increasing and the computing industry is migrating to multi-core processors, server utilization and 64-bit computing to support next-generation workloads.
SMBs looking for a server monitoring tool will find much of what they need in Ipswitch's WhatsUp Premium Gold software, an economical solution capable of monitoring a multitude of network devices and computer services.
As the page execution reaches the breakpoint, the Debugger opens up and the subsequent code can be walked through as in other debugging environments.
http://www.serverwatch.com/tutorials/article.php/1549761   (725 words)

  
 Xtreme Visual Basic Talk - client vars in server side scripts?
considering that the var i need to use in conjunction w/ the server object is an 'i' var in a for loop, that's out of hte question.
You'll need to submit the variable to the server using a query string (mypage.asp?var=2) or a form (POSTing the data to the server).
I think you're going to need to post a longer explanation of what your page needs to do and it's source code if possible.
http://www.visualbasicforum.com/showthread.php?t=17456   (203 words)

  
 Server Side Scripts - BABasics
CGI is programmed to handle the various operating systems that the server might use.
The advantages of PHP is that it's designed specifically for web programming and optimized for fast response times.
PHP can be used on all major operating systems, including Linux, many Unix variants (including HP-UX, Solaris and OpenBSD), Microsoft Windows, Mac OS X, RISC OS and others.
http://members.shaw.ca/rnchan/htmltut/o_serverside.html   (431 words)

  
 View topic - Which server-side scripts you prefer to use? :: WebProWorld
The IDC file contained an SQL query to connect to any ODBC database, and the HTX file was an HTML template with specific sequences like this <%results%> (sort of like SSI) to format the result of the query.
Python, C, and C++ can also be used as CGI programming languages, but are not nearly as popular as Perl.
Although mod_perl for Apache and Fast CGI attempt to help improve performance in this department, CGI is probably not the future of web design because of this very problem.
http://www.webproworld.com/viewtopic.php?t=9568   (2643 words)

  
 Server Side Includes Software: Full featured server side ANTI SPAM solution; A Server Side application to monitor ...
Server Side Includes Software: Full featured server side ANTI SPAM solution; A Server Side application to monitor queues.
Synchronize any folders on several computers as well as organize shared access to MS Outlook folders without using Exchange Server.
attacks, windows, secure, http, session, tool, emulate, server, anonymization, randomize, exploits, apache, internet, urlscan, lockdown, hide, security, servermask, webserver, microsoft, reported, port80 software, anonymize, mask, module, banner, cookies, response, filter, services, information, isapi, port80, obscure, software, site, identity, disguise, header
http://www.soft411.com/software/server-side-includes_2.html   (392 words)

  
 Web design toolz - Index for client and server side scripts
This script will take input from a form completed by a visitor to your site and e-mail the results direct to your in-box.
You have the option to seek on-line help if you need it, and if you make any critical errors in your HTML setup, you will be told about it through a helpful error page where you will be given the code to rectify the fault.
All it does is take a text file and store a number in it.
http://www.webdesigntoolz.co.uk/content/public/scripts/scripts.html   (674 words)

  
 CIS311: Server-side Scripts
Client-side scripting is great for animating Web pages and performing local data validation and computations, but large-scale client-server applications need additional functionality that requires the Web server to perform more complicated tasks.
A server API is an published interface that lets software developers write programs that become part of the Web server itself.
On Internet Information Server, the entire process of using the Internet Database Connector for this example is performed in six steps, as shown in the following diagram.
http://www.cisdept.csupomona.edu/hwang/cis451/dh311ss.htm   (1210 words)

  
 CPR - Server-Side Scripting
The Computing Department staff page and the RAE results pages are examples.
That is, create a page with a summary list and also a few more detailed pages, each in the same overall style and form.
You can use this URLto make links to, for example, the RAE results for the University of Gloucestershire, like this!
http://www.comp.lancs.ac.uk/computing/users/dixa/teaching/MRes/server-script   (606 words)

  
 FAQTs - Knowledge Base - View Entry - How do I protect and verify passwords without using server-side scripts
Unlike checking for "password named" html files, this image file technique won't cause the browser to display a 404 error not-found message when the html file doesn't exist.
If you really need to do this (I really do not recommend this), you can at least make it harder to access the algorithm (though not make it impossible), by placing the code in a seperate js-file and including it with the src="this/is/where/your/script/is.js"...> tag.
HTH, Jean ------- Just after posting this question, I found a solution that doesn't require encoding on the client side.
http://www.faqts.com/knowledge_base/view.phtml/aid/13970   (409 words)

  
 WDVL: CGI: The Common Gateway Interface for Server-side Processing
An HTTP server is often used as a gateway to a legacy information system; for example, an existing body of documents or an existing database application.
Some servers allow your CGI programs to be anywhere in your web directories, so long as the file name ends in ".cgi".
Unlike form variables, environment variables are not user defined but are server defined.
http://wdvl.com/Authoring/CGI   (947 words)

  
 NCSA HTTPd Tutorial: Server Side Includes (SSI)
The server does not perform error checking to make sure your script didn't output horrible things like a GIF, so be careful.
Next, you need to tell the server what filename extension you are using for the parsed files.
This would make the server parse all.html files.
http://hoohoo.ncsa.uiuc.edu/docs/tutorials/includes.html   (814 words)

  
 CVS--Concurrent Versions System v1.11.10: C. Reference manual for Administrative files
An example of an update might be to change all occurrences of 'BugId:' to be 'DefectId:' (which can be useful if the rcstemplate has recently been changed and there are still checked-out user trees with cached copies in the CVS/Template file of the older version).
If more than one matching line is found, the first one is used.
If a file is being removed, there will be no copy of the file under the current directory.
http://www.cvshome.org/docs/manual/cvs-1.11.10/cvs_18.html   (4736 words)

  
 Encoding data for HTML files, URLs, and web page output with server-side scripts
Fortunately any HTTP daemon (web server) worth it's name interprets unencoded octothorpes as a link to a fragment anchor and encoded octothorpes as part of the literal path component name.
There are plenty more characters that HTTP daemons (web servers) and HTTP user agents (web browsers) can send unencoded in a URL.
Most HTTP daemons (web servers) will only translate plus signs to spaces in the form data part of a URL.
http://cyberpimp.pimpdomain.com/usr/administrator/projects/web%20encoding%20tech%20note   (2093 words)

  
 What are Active Server Pages?
For this reason, much of the online Help for Active Server Pages is written for people who are familiar with HTML but aren't computer programmers.
When you type a URL in the Address box or click a link on a Web page, you're asking a Web server on a computer somewhere to send a file to the Web browser (sometimes called a "client") on your computer.
You can display date, time, and other information in different ways.
http://www.aspfree.com/c/a/ASP/What-are-Active-Server-Pages   (773 words)

  
 HNS - Goahead Webserver Server Side Scripts Viewing Vulnerability
Then it is supported by a lot of companies that use it for their projects and it is also used like "base" for other webservers, furthermore it has been developed for be very tiny and to run on embedded systems.
However exists a vulnerability letting the client to view the source code of each ASP file (or other server side scripts excluded the cgi-bin files) simply adding some chars or URL encoded chars after the name of the requested file:
Goahead webserver is an embedded OpenSource server that can be build on a lot of systems (CE, Ecos, GNU/Linux, Lynx, MacOS, NW, QNX4, VXWORKS, Win32 and others).
http://www.net-security.org/vuln.php?id=3140   (331 words)

  
 NCSA Tutorial: Imagemap
Through such a map, users can be provided with a graphical overview of any set of information resources; by clicking on different parts of the overview image, they can transparently access any of the information resources (possibly spread out all across the Internet).
This document is a step-by-step tutorial for designing and serving graphical maps of information resources with either the external imagemap CGI script or with the built in imagemap support in NCSA HTTPd 1.5.
With NCSA HTTPd 1.5, the server can now handle imagemap queries without launching the external imagemap script.
http://hoohoo.ncsa.uiuc.edu/docs/tutorials/imagemapping.html   (978 words)

  
 Companies - Specializing - Server Side Scripts Software
Code-Crafters is dedicated to providing advanced server side software which is feature packed and...
Offering server side graphing & charting & drawing component software for data visualization in M...
Aqua Data Studio is the database query tool and SQL editor that allows developers to easily creat...
http://www.soft411.org/companies/server-side-scripts.html   (401 words)

  
 Introduction to Active Server Pages
For example, previously, to process user input on the Web server you would have had to learn a language such as Perl or C to build a conventional Common Gateway Interface (CGI) application.
Since ASP is designed to be language-neutral, if you are skilled at a scripting language such as VBScript, JScript, or PERL, you already know how to use Active Server Pages.
If you are already familiar with scripting languages such as Microsoft VBScript or Microsoft® JScript® (JScript is the Microsoft implementation of the ECMA 262 language specification), you will have little trouble learning ASP.
http://www.property4investment.net/iis/htm/asp/iiwaabt.htm   (507 words)

  
 Server-side scripts
Without seeing an example of a page, code fragment, anything, there is no way to determine the problem.
Report about any problems and errors to webmaster@vbip.com
I agree with gpinkett, why would you use PWS (created for use on win95) instead of a full blown internet server (IIS5)?
http://www.vbip.com/forum/topic.asp?id=5502   (235 words)

  
 Info: (mysql) Server-Side Scripts
* Server-Side Overview Overview of the Server-Side Scripts and Utilities * mysqld_safe `mysqld_safe', The Wrapper Around `mysqld' * mysqld_multi `mysqld_multi', A Program for Managing Multiple MySQL Servers * myisampack `myisampack', The MySQL Compressed Read-only Table Generator * mysqld-max `mysqld-max', An Extended `mysqld' Server
http://w3.am.lodz.pl/cgi-bin/info2html?(mysql)Server-Side+Scripts   (43 words)

  
 ScriptsWave.com - PHP, CGI, Perl, JavaScript, ASP.Net and ASP scripts
This php excel script will dump your data from SQL table (MySQL, supply your own SQL query) to a microsoft excel (.xls) file.
123 Flash Chat Server Software is a chat solution of high-performance java server and fascinating flash client.It's fast and reliable, easy and affordable way to host and manage real-tim...
This PHP MySQL script has taken running an affiliate program from your website to the next level!
http://www.scriptswave.com   (983 words)

  
 Xtreeme DHTML Menu Studio Professional Edition Screenshot - With this program you can add a DHTML drop down menu to ...
The program comes with tons of predefined graphical looks and supports easy integration with existing web sites.
With this program you can add a DHTML drop down menu to your web site.
http://www.softpile.com/Development/Web/Screenshot_40495.html   (106 words)

  
 ASP Scripts - Server-Side Utilities
Access to the component can also be turned on at website basis like all other ASPFusion components.
See the documentation and some examples for how do it.
With aspPrint you can print something other than the current web page contents.
http://www.sitescripts.com/ASP/Server-Side_Utilities   (357 words)

  
 Free Php Software - Main Site For The Free Server-side HTML Embedded Scripting Language
Php Software - server web chat php dwebpro source free Software Php Software.
PHP Scripts Newest Listings Most Popular Top Ranked Add a Link Modify a Link Web Site HostingWeb Programming ForumFree Web Counter Custom Software Development Job search.
All about Free discussion board about software, hardware, networks and Purchase mac rumor or mac osx (php redirect) free mac software The best thing about mac valve etc.
http://www.vlasishost.com/news/free-php-software.html   (542 words)

  
 Amazon.com: Books: Server-Side Flash: Scripts, Databases and Dynamic Development
The authors make these subjects easy to understand and the tutorials are excellent for bridging the graphic person's need to see the concepts in action.
Really good book, it solved all my problems with database and server integration with Flash.
Then again, MX users who do get the book should check out the newer LoadVars object as an alternative to the older but still supported LoadVariables.
http://www.amazon.com/exec/obidos/tg/detail/-/0764535986?v=glance   (1434 words)

  
 Client side and server side scripts
One main reason why we prefer CGI is they are free and it's the ultimate choice for UNIX and Apache web servers.
In other words, the user's browser will interpret the JavaScript along with the HTML.
In two ways you can make your site dynamic.
http://www.macronimous.com/resources/tutorials/client_side_server_side.asp   (333 words)

  
 MySQL 5.0 Reference Manual :: 5.1.1 Overview of the Server-Side Scripts and Utilities
There are several other programs that also are run on the server host:
A utility to describe, check, optimize, and repair
5.1.5 mysqld_multi — Program for Managing Multiple MySQL Servers
http://dev.mysql.com/doc/mysql/en/server-side-overview.html   (381 words)

  
 WDVL: Server Side Includes
If your plan is to just add a few includes to special pages, give them a file extension of.shtml and the server will parse only those pages.
Still, if you're not using includes to add the headers and footers to your entire site there's really no need to parse every single page.
On the other hand, if you have an existing site of multiple pages, plan to use includes to add headers and footers and don't look forward to renaming all of your files to.shtml you can add the line
http://www.wdvl.com/Authoring/SSI/Intro/index.html   (945 words)

  
 WebDeveloper.com - ftp uploads without server side scripts
Web-based Quickbase from Intuit is an easy, flexible and affordable way to manage projects with better visibility and accountability for everyone.
Tips and technique on the Visual Basic programming environment.
Need a dynamic range of support solutions for Linux?
http://www.webdeveloper.com/forum/showthread.php?s=c8a0ceb76bda73102852a64f7da4d12c&t=81805   (471 words)

  
 How can I validate dynamic HTML pages produced by ASP, JSP, Perl, PHP and other server-side scripts?
HTML-Kit makes it possible to check dynamically generated documents using HTML Tidy by allowing the document to be run through a web server.
HTML and XHTML documents can be checked for errors using HTML Tidy.
However, HTML Tidy is most effective on static documents, and may not be able to process documents that use server-side scripting for generating tags.
http://www.htmlkit.com/faq/pages/validate_dynamic_pages.html   (234 words)

  
 Free Webmaster Resources - Server Side Scripts
- free scripts for web page enhancement and business.
Only experts can design them themselves, but everyone needs them.
- DHTML code library featuring free, original scripts and components, all of which ultilize fourth+ generation browser technology.
http://www.f-w-r.com/scripts.php   (211 words)

  
 ASP .NET - Triggering both client and server side scripts
Here's some code that might work for you.
Does anyone have a better way of doing this?
querystring which will will built dynamically in the open window script.
http://www.mcse.ms/archive109-2003-11-114050.html   (456 words)

  
 Server-side scripting - definition of Server-side scripting in Encyclopedia
CGI or direct execution) can be used to build up complex multi-page sites, but direct execution usually results in lower overhead due to the lack of calls to external interpreters.
The primary advantage of server-side scripting is the ability to highly customize the response based on the user's requirements, access rights, or queries into data stores.
Those scripts were executed by the operating system, and the results simply served back by the web server.
http://encyclopedia.laborlawtalk.com/Server-side_scripting   (282 words)

  
 Free Search Tool Downloads
TreePad Lite for Linux is a very intuitive and powerful personal database program, PIM and search tool.
The program allows you to edit search phrases before generating the Search Engine.
You don't need any server-side scripts to use it.
http://www.filesweb.com/search-tool   (2463 words)

  
 Retrieving files from server-side scripts using ActiveX components
URL2File is an ActiveX component that just might be what you're looking for.
Looking for a way to retrieve remote files stored on Internet servers and save the content to local files from within your Active Server Pages scripts?
Batch downloading multiple web pages and other files without using a browser
http://www.chami.com/tips/internet/061798I.html   (195 words)

  
 Server Side Scripts
This script takes the users input from the madlib.html form and dynamically creates the madlib page with the users input inserted.
This script is for a guestbook so that someone e-mails you providing their name, e-mail address, and whatever comments they would like to make.
This script simply writes "Hello, world!" to the page.
http://www.csupomona.edu/~dririe/pages/server.htm   (107 words)

  
 KTI Server side scripts
Here is the page the counter software created with lots of examples and styles to chose from.
Server side scripts installed on this server and how to use them...
A list of some basic server side includes.
http://www.kersur.net/support/webstuff.shtml   (67 words)

  
 Server-side scripts (ASP)
Because the page that is delivered to the client does not contain the script the page itself cannot process any data that is input into the page.
One advantage of running scripts on the server is that the scripts always run on the same machine - if it is a Windows machine then the pages that contain the script usually use VBscript and are called Active Server Pages (ASP).
Also, you may have to replace the quotes in the pasted text with different ones, if the code still does not seem to work.
http://morpheus.cc/ict/vb/vbscript/server-side_scripts.htm   (336 words)

  
 WWW: No server side/cgi scripts
If you have some particular functionality in mind, functionality that would benefit a wide range of users, please let us know and we will consider it as a future project if it seems a reasonably valuable services and resources are available to work on it.
Allowing users to write and execute custom scripts would require that we review each one (each time it is changed) for security risks -- a task for which we simply do not have the resources.
It is unlikely that we will ever allow users to define custom cgi's or java codes that must be maintained on the server.
http://www.cmu.edu/computing/documentation/solutions/000127.html   (213 words)

  
 Server-Side Scripts
  This script strips those unexpected quotes as well as various other problem characters.
The following scripts are in VBScript and specifically developed for Server-Side ASP Development.
Most scripts are in Function form, making them easy to add to your pages without much modification.
http://www.lippeatt.com/Professional/CodeSnips/ServerSide   (360 words)

  
 Server Side Vs Client Side - TotalChoice Hosting Family Forums
PRO/CON: My knowledge of Perl and PHP is severely lacking, I'd have to learn.
Deciding which (server- or client-side scripts) which to use in these cases is just a matter of deciding where you want to place the load on, the server or the browser.
Server-side scripts, such as PHP and PERL are used to access databases and perform actions on the server, while JavaScript is usually used to manipulate the web page layout and appearence after it has been loaded from the server.
http://www.totalchoicehosting.com/forums/index.php?s=2ac0f1b833f049d511653f687e6ba845&showtopic=12992&b=1&st=&p=&   (543 words)

  
 Web Spinning Resources: Server Side Scripts
The MS IIS variation of the include file syntax is also supported.
The PHP Hypertext Preprocessor is a programming language that can be embedded in your HTML pages to create dynamic Web pages.
CGIs are often written in Perl (on Unix-based servers), AppleScript (on Mac servers) or in C/C++.
http://www.spinmailer.com/webspinning/serverside.html   (391 words)

  
 Server Side Scripts
The Request object -- deal with a requests that a user makes such as input via a form or simplay an URL
Server side scripts are useful especially when a database resides on the same machine
It runs on all browsers as scripts are processed on one machine, the server
http://personal.cityu.edu.hk/~ismikeho/www/aspl1.htm   (593 words)

  
 ACJavascripts: Javascripts - Webmasters - powered by vBulletin
Download our PRO scripts, programs, websites, templates, logos, and ebooks.
Great tutorials from basic html to in depth server-side scripts.
If you have a question about webhosting such as server types, space, bandwidth, and or terms ask here.
http://www.acjavascripts.com   (348 words)

  
 Build server-side scripts, convert data, an..: CobolScript free download
You should confirm all information before relying on it.
CobolScript: CobolScript is a COBOL based scripting language.
CobolScript has familiar COBOL syntax and is ideal for data conversion, batch interfaces, and server-side scripting.
http://www.soft411.com/company/Deskware/CobolScript.htm   (133 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.