23 projects tagged "English"
Voting Poll System script is an implementation of a voting poll for the Web. Data can be saved in TXT files on the server, or in a MySQL database. An admin page allows you to add, reset, and delete polls, see the poll code that must be added to Web pages, and view poll data including the start date and time, total number of votes, percentages, and last vote time for each poll item. It also works in browsers with JavaScript disabled. Multiple polls can be added to a single page.
HelpDEZk is a powerful system for managing requests and incidents, and facilitates efficient workflow management of all processes involved in service execution. In addition to the ability to log all processes and maintain a request’s history, it can pass requests through many approval levels. Simple and intuitive screens make day-to-day use easy for your team.
image saver is a PHP class which can open an uploaded file image in either JPEG, PNG, or GIF format and resize it to a given width and height. Either the width or height can be set to auto, so it gets adjusted to keep the original image proportion based on the value set for the other dimension. The processed image can be saved to a new file in a given target directory using the JPEG format. The compression quality of the saved image is configurable.
PHProxyImproved is a Web proxy script based on PHProxy beta 2. It features a user friendly admin module with logging, file size control, banning by IP, and on-site ADS. A Google Translate widget enables language accessibility for international users. Plugins are user scripted, which can provide access to a greater range of websites such as YouTube. The main proxy fully supports The Pirate Bay with both torrents and magnet links.
UverseWiki is a modular open source PHP framework designed for text processing. Unlike most existing solutions, it is not regular expression-based but instead uses a recursive descent parser to build a document object model. After the parsing stage has been finished and the DOM is produced, the original source is discarded and all operations are performed on the document tree instead: nodes can be altered, serialized, or rendered into a particular format (such as HTML or RTF). The wiki syntax is language-neutral and the processing itself is carried out in UTF-8.
Easy Debugger is a simple class that makes debugging complex sites very simple. The class allows you to clearly and easily output strings, variables, and objects and color code them for easier reading. It also makes it incredibly simple to output strings, variables, or even objects to email for simple troubleshooting or AJAX pages and pages where reload doesn't allow debugging. It saves debug output until the end of the page; groups all outputs from a page together; groups all outputs from specific files together; has easy color coding for advanced troubleshooting; shows line numbers and file names so you don't lose debug items; and has simple helper functions to speed up use. Debugs can be left on while the site is live, with no unwanted interruption. This code has been used on over 100 sites, from simple HTML pages to complex Web applications.