Написан "Скелет" библиотеки.

This commit is contained in:
root 2024-02-12 07:07:09 +03:00
parent b9bc65d359
commit 83e2ce772b

17
pointsystemlib.php Normal file
View File

@ -0,0 +1,17 @@
<?php
function createuser($name, $basepoint=0) {}
function removeuser($name) {}
function points($name) {}
function addpoint($name, $point, $reason="") {}
function rmpoint($name, $point, $reason="") {}
function paypoint($byname, $toname, $point, $reason="") {}
function logpoint($name) {}
function banpoint($name, $point, $by="ANON_ADM", $len="perm", $reason="", $id=0) {}
function infobanpoint($name, $id) {}
function chechtimebanpoint($name, $id) {}
function unbanpoint($name, $id) {}
function banspoints($name) {}
function reservepoint($name, $point="1", $id=0) {}
function unreservepoint($name, $id, $renurn=false) {}
function reservespoints($name) {}
?>