Main > Free Download Search >

Free self managing script

self managing

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 979
Aselfpack

Aselfpack


Aselfpack offers you a handy and extremely useful tool which creates a single matlab self-extract p or m file with all the contents of a selected folder(including subdirectories). more>> Aselfpack offers you a handy and extremely useful tool which creates a single matlab self-extract p or m file with all the contents of a selected folder(including subdirectories). This product will be an excellent choice for everyone!<<less
Added: 2009-07-25 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
S.G.W.- Self Growing Websites

S.G.W.- Self Growing Websites


SGW is a very powerful script that is installed on your server along with your website. The main idea of it is to update (grow) your websites with fresh original targeted content on a regular basis in more>> SGW is a very powerful script that is installed on your server along with your website. The main idea of it is to update (grow) your websites with fresh original targeted content on a regular basis in a very unique human way. The best thing is that this process can be completely randomized and automated.SGW contains a system of Input and Output modules, which closely interact with each other, processing and adding all kinds of content to your website based on very advanced settings for each particular module.Also, the advantage of SGW, not offered in any other similar product is that each module can be easily turned on or turned off, depending on your website?s requirements. You will also be able to install additional modules at a later time.<<less
Added: 2006-10-10 License: PHP License Price: $249.00
660 downloads
JSC Seminte

JSC Seminte


Seminte is a Lithuania based company that specialize in WEB programming, IT projects managing, development and testing of IT projects. Our main goal is to provide customers with end-to-end solution: C more>> Seminte is a Lithuania based company that specialize in WEB programming, IT projects managing, development and testing of IT projects. Our main goal is to provide customers with end-to-end solution: Creation of a project, development, testing and final release to the market. Our company is working in IT business for more than 4 years now. We have successfully worked with partners from UK, India and USA.<<less
Added: 2007-07-06 License: PHP License Price: Free
841 downloads
WEBInsta? FM manager 0.1.1

WEBInsta? FM manager 0.1.1


Webinsta File manager is a file manager which allows you to manage files on you server using a clean and easy to use admin interface. It supports all the standard features like creation of file and directories , renaming , editing , deletion , more>> Webinsta File manager is a file manager which allows you to manage files on you server using a clean and easy to use admin interface. It supports all the standard features like creation of file and directories , renaming , editing , deletion , upload . Also has enhanced much asked for fetures like multiple cut , copy , paste , multiple chmod , image preview and zoom . Its provides a combination of features , clean GUI and size which is hard to beat . - The various features are : Very simple installation multiple Upload, copy, cut, delete options Chmod ( only if the server is configured for this action) . Image preview and zoom Edit files in plain text. View files. - introduction to WEBinsta FM Manager Webinsta? FM manager was built as a very simple solution to have some control over excisting webspace.. It was built because we wanted to provide a simple, powerful, reliable file manager for the people who want these facilites but do not have the technical knowledge of handling the bigger and complex versions of such managers. Very easy to install and to handle. Everything is almost self explaining - System Requirements WEBinsta FM Manager does not require any high end requirements but the following things are required . PHP > 4.2 . A Mozilla or IE compatable browser.<<less
Added: 2004-06-25 License: GPL Price: 0.00
10 downloads
Managing Users with Cookies

Managing Users with Cookies


This shows how to save and retrieve cookies in ASP; also shows how to set an expiration date. This method is one of the easiest ways to keep track of users on your site. more>> This shows how to save and retrieve cookies in ASP; also shows how to set an expiration date. This method is one of the easiest ways to keep track of users on your site.<<less
Added: 2007-07-31 License: Freeware Price: Free
820 downloads
Managing ASP.NET Sessions 1

Managing ASP.NET Sessions 1


This tutorial explains everything you need in order to start using sessions in your website. Sessions in the websites are very important as one of the ways how you can send sensitive data from one web page to another. more>> This tutorial explains everything you need in order to start using sessions in your website. Sessions in the websites are very important as one of the ways how you can send sensitive data from one web page to another.<<less
Added: 2008-06-18 License: Freeware Price: $0.00USD
13 downloads
AdSapient Banner Manager 1.3

AdSapient Banner Manager 1.3


AdSapient Banner Manager provides a cost-effective solution for banner ad management. It allows to easily create and manage online advertising campaigns delivering creatives in the most efficient and smart way. The advanced audience targeting and more>> AdSapient Banner Manager provides a cost-effective solution for banner ad management. It allows to easily create and manage online advertising campaigns delivering creatives in the most efficient and smart way. The advanced audience targeting and reporting modules will help you to encrease campaigns ROI greatly leaving both the advertiser and the publisher satisfied with the advertising results. The audience targeting is conveniently divided different filters: geo, content, context, traffic, time, keyword, behavior. Reporting is visually presented in pie charts and bar charts. In-build anti-fraud mechanism prevents abuse in publishing and ad serving. Campaigns self-adjustment mechanism allow the marketer to encrease campaigns ROI without constantly changing the settings. Secure authorization and payment transactions modules provide for smooth and stable functioning of your ad network. Users can play different roles in the system: advertiser, publisher, advertiser+publisher, exchange participant, advertiser+exchange participant, account manager, guest which makes this system truely universal in terms of online advertising.<<less
Added: 2005-02-18 License: Commercial Price: $0.00USD
12 downloads
ASP .NET: Managing State with ASP.NET and C#

ASP .NET: Managing State with ASP.NET and C#


Web Applications are disconnected in nature which means that there is no way for the browser to know who is using the application at present time. In classic Asp programming maintaining state was a he more>> Web Applications are disconnected in nature which means that there is no way for the browser to know who is using the application at present time. In classic Asp programming maintaining state was a headache for the developers. They had to write alot of code to maintain state. But Asp.net model provides easy state management. In this article we will see how we can persist state in multiple pages so the user is recognized by the browser.<<less
Added: 2006-05-30 License: Freeware Price: Free
1246 downloads
Managing Membership and Roles

Managing Membership and Roles


ASP.NET 2.0 Free Tutorials : Managing Membership and Roles - In this tutorial you will learn about Anonymous Users, Managing Membership and Roles, The Programming Interface - Properties and Methods, S more>> ASP.NET 2.0 Free Tutorials : Managing Membership and Roles - In this tutorial you will learn about Anonymous Users, Managing Membership and Roles, The Programming Interface - Properties and Methods, Setting up the Membership, The Membership Provider, The ProviderBase Class, The MembershipProviderBase Class, Managing Roles, The Role Class and The Role Provider.<<less
Added: 2005-09-22 License: Freeware Price: Free
1496 downloads
Managing State in Web Services 1

Managing State in Web Services 1


Explains how to manage a session and application state objects in ASP.NET Web Services. Using session objects is always a good option for maintaining per user data. But the case of web services is different. In real life, Web services may be called more>> Explains how to manage a session and application state objects in ASP.NET Web Services. Using session objects is always a good option for maintaining per user data. But the case of web services is different. In real life, Web services may be called thousands of times a day. In such cases, keeping per user data in the webserver would be a bad approach.<<less
Added: 2006-11-21 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Managing State in Web Services
Managing State in Web ServicesExplains how to manage a session and application state objects . Explains how to manage a session and application state objects
License:Freeware
Download
1069 downloads
Added: 2006-11-21
Oracle 10g Administering and Managing Users

Oracle 10g Administering and Managing Users


This tutorial explains the ways and steps of creating and managing database accounts, Creating Users through Sql Plus, Creating User through iSQL*PLUS, Creating Users through EM, Manager Users, Managi more>> This tutorial explains the ways and steps of creating and managing database accounts, Creating Users through Sql Plus, Creating User through iSQL*PLUS, Creating Users through EM, Manager Users, Managing Users through sqlplus and Managing Users through EM along with screen shots, step by step Instructions and frequently asked questions.<<less
Added: 2005-05-24 License: Freeware Price: Free
1628 downloads
ASP.NET: Managing Data with ADO.NET DataSets and C#

ASP.NET: Managing Data with ADO.NET DataSets and C#


This tutorial explains about The Role of DataSets in ADO.NET , Using DataSets in ASP.NET , Saving DataSets in Session State, Using DataTable Constraints, DataSet, DataRelations Using DataSets with Dat more>> This tutorial explains about The Role of DataSets in ADO.NET , Using DataSets in ASP.NET , Saving DataSets in Session State, Using DataTable Constraints, DataSet, DataRelations Using DataSets with DataAdapters to Modify Data and the Transactional Model in DataSets.<<less
Added: 2006-05-30 License: Freeware Price: Free
1277 downloads
Forum Point

Forum Point


Learn about discussion forums and other resources that aid with designing, hosting and managing a forum Web site. Read articles and reviews of message board server software and forum web hosts. more>> Learn about discussion forums and other resources that aid with designing, hosting and managing a forum Web site. Read articles and reviews of message board server software and forum web hosts.<<less
Added: 2004-07-29 License: Freeware Price: Free
1917 downloads
LinkExchange 1.0

LinkExchange 1.0


This class provides simple mechanism of managing links exchnage with your site including adding new links, updating and deleting existing and allowing you to check if the backlink to your site is present on target web page. more>> This class provides simple mechanism of managing links exchnage with your site including adding new links, updating and deleting existing and allowing you to check if the backlink to your site is present on target web page.<<less
Added: 2006-08-05 License: Freeware Price: $0.00USD
10 downloads
 
Other version of LinkExchange
LinkExchangeof managing links exchnage with your site including adding new links, updating and deleting ... of managing links exchnage with your site including adding new links, updating and deleting
License:Freeware
Download
1176 downloads
Added: 2006-08-05
MySQL FAQs - Managing Tables and Running Queries with PHP Scripts

MySQL FAQs - Managing Tables and Running Queries with PHP Scripts


A collection of 18 tips on managing tables and data rows with PHP scripts. Clear explanations and tutorial exercises are provided on creating and dropping tables; inserting, updating, and deleting row more>> A collection of 18 tips on managing tables and data rows with PHP scripts. Clear explanations and tutorial exercises are provided on creating and dropping tables; inserting, updating, and deleting rows, selecting and looping through data rows by pages; setting auto-increment IDs.<<less
Added: 2006-09-25 License: Freeware Price: Free
1128 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5