30.09.2012, 01:15
(
Последний раз редактировалось SchurmanCQC; 17.12.2012 в 19:17.
)
MySQL UCP Starter Package 2
This project is old, and I no longer support it. I do not play SA-MP that much, and I'm busy with school, etc, I could go on and on. Here's something to sum it up:
AIN'T NOBODY GOT TIME FO DAT
What is this?
This is a User Control Panel Starter Package. A User Control Panel allows users in a server to access their account, change settings, view info, and much more.YOU NEED TO KNOW A LITTLE BIT OF HTML AND PHP TO USE THIS. YOU DO NOT NEED TO BE A PRO, BUT YOU CAN'T BE A NEWBIE EITHER!
This project is old, and I no longer support it. I do not play SA-MP that much, and I'm busy with school, etc, I could go on and on. Here's something to sum it up:
AIN'T NOBODY GOT TIME FO DAT
What is this?
How do I install this?
First of all, you need to know how to code only a small bit of HTML and PHP. You also need to know how to use a computer. I will not provide a tutorial for this release. If you are a newbie and would like me to install this on your webserver, I will do that for you if you PM me! So, instead of having to install it yourself with a "how to", I'll even do it for you.Why are you releasing this?
I'm releasing this because it isn't much. And people would die for a working UCP! It is completely bare, doesn't have a skin, and doesn't have any "extra" features.Features
- Fully secure with session IDs
- Login/logout functions
- Dashboard that displays user info
- Skins images that display in the Dashboard
Package Contents
- display (File Folder)
- SKINS (File Folder)
- 0-299.jpg Skins images. From 0 to 299 not including missing skins.
- index.php Has the login form. If you are already logged in, it will redirect to the dashboard.
- checkcreds.php Check's the user's credentials when logging in.
- connection.php INCLUDE that contains the MySQL information required for the connection.
- dashboard.php Dashboard of the UCP. Shows the user's info and allows them to login and logout.
- logout.php Logs the user out.
Updates, Bugfixes and Additions
-------------------------Package Two-------------------------
Fixed some critical bugs. Here's a list of bugfixes and additions:-------------------------Package Two-------------------------
- Fixed the deprecated mysql_escape_string function by changing it to mysql_real_escape_string.
- Added comments that explains every function and operation in this package!
- Fixed redirecting to "index.html" instead of "index.php".
-------------------------Package One-------------------------
First release. Nothing to see here.Download pls?
Package Two (See Updates Above)Download Here (RECOMMENDED!)
Package One (First Release)
Download Removed - Contains Critical Bugs
ucpsessids SQL Dump
Код:
-- -- Table structure for table `ucpsessids` -- CREATE TABLE IF NOT EXISTS `ucpsessids` ( `sessid` varchar(20) NOT NULL, `name` varchar(25) NOT NULL, `ip` varchar(25) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;