Skip to content

Script em PHP que verifica se o servidor não está sobrecarregado. Caso esteja bloqueia o carregamento para evitar mais requisições. - Script that blocks the load when the server is overloaded.

License

Notifications You must be signed in to change notification settings

vagkaefer/overloaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Overloaded

Example Image

Description - English

Script that blocks the load when the server is overloaded.

Description - Português

Script em PHP que verifica se o servidor não está sobrecarregado. Caso esteja bloqueia o carregamento para evitar mais requisições.

Version

V 0.3 (This script is in Beta version)

How to use

To use this script, upload the file "overloaded.class.php" and the folder "languages" for your project. At the beginning of your script includes this code:

include 'overloaded.class.php';
$serverover = new overloaded();
$max_processing = 30; // 0 - 100
$serverover->check($max_processing); //If processing is greater than $ max_processing charging is blocked.

Variables

- Language

Change the language of the alerts!

$serverover->set_language( string );

Languages available:

'pt-br'-> "Português do Brasil"
'en'-> "English"
'es'-> "Español"
- Autoreload

The page reloads automatically every X seconds. Set zero to disable!

$serverover->set_autoreload( int seconds );

The default value is 0

About

Script em PHP que verifica se o servidor não está sobrecarregado. Caso esteja bloqueia o carregamento para evitar mais requisições. - Script that blocks the load when the server is overloaded.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages