блено інтерфейс
У результаті була розроблена система для комерційного доступу до мережі Internet.
Для системи був розроблений простий у розумінні, легко доповнюваний інтерфейс.
Система розроблена з використанням операційної системи FreeBSD 8.0
В даний час система використовується в готелі Гори Азії та Гори Азії 2
У перспективі планується розробити рекламну площадку.
Список літератури
1. <# «center»> Додатки
Додаток 1
phpWelcome extends Controller {Welcome ()
{:: Controller ();
$ this-> load-> helper (array («form», «url»));
$ this-> load-> library (array («form_validation»));
$ this-> load-> database ();
} _generate_pass ($ length=10)
{
} index () {
$ ip=$ this-> input-> ip_address ();
$ this-> db-> where («ip», $ ip);
$ query=$ this-> db-> get («rules»);
$ user=$ query-> row (); ($ query-> num_rows ()!=0) {(«welcome / status»);
} else {(«welcome / login»);
}
} login ()
{
$ this-> form_validation-> set_rules («login», «Login», «trim | required | xss_clean»);
$ this-> form_validation-> set_rules («pass», «Password», «trim | required | xss_clean»); ($ this-> form_validation-> run () == FALSE)
{
$ data [«message»]=«»;
$ this-> load-> view («login_form», $ data);
}
{
$ this-> db-> where («login», $ this-> input-> post («login»));
$ this-> db-> where («pass», $ this-> input-> post («pass»));
$ query=$ this-> db-> get («users»);
$ user=$ query-> row ();
$ this-> db-> where («id», @ $ user-> id);
$ rule_exits=$ this-> db-> get («rules»); ($ query-> num_rows ()!=0) {(false) {
$ data [«message»]=«Your login das using»;
$ this-> load-> view («login_form», $ data);
} else {($ user -> prepay <= $ user -> traff) {
$ data [«message»]=«No traffic»;
$ this-> load-> view («login_form», $ data);
} else {
# GENERATE RULE NUMBERS
$ ip=$ this-> input-> ip_address ();
$ rule_in=rand (1000, 1999);
$ rule_out=rand (2000, 2999);
/ / $ this-> generate_password (4);
# INSERT RULE NUMBERS AND IP INTO DB
$ data=array («id» => $ user-> id,
«rule_in» => $ Rule_in,
«rule_out» => $ Rule_out,
«ip» => $ Ip);
$ this-> db-> insert («rules», $...