SA-MP Forums Archive
[Tool/Web/Other] Scope PCU BETA [PHP+MYSQL] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+----- Forum: Lanzamientos/Releases (https://sampforum.blast.hk/forumdisplay.php?fid=59)
+----- Thread: [Tool/Web/Other] Scope PCU BETA [PHP+MYSQL] (/showthread.php?tid=371638)



Scope PCU BETA [PHP+MYSQL] - The_Scope - 24.08.2012

Scope PCU BETA


Contenido del PCU:

Version BETA:

1- Registro de usuario.
2- Logeo de usuario.
3- Perfil de usuario.
4- Admin Panel.
5- Estadisticas del servidor. (Jugadores conectados, etc)
6- Noticias mediante *******.
7- Baneo de IP de usuarios.
8- Modificador de rango de usuario.
9- La configuracion del PCU se puede cambiar facilmente desde el Admin Panel.
10- Paginacion (index.php?mostrar=pagina)

DEMO:

CLICK AQUI PARA PROBAR EL PCU
Usuario: demo
Contraseсa: demo

NOTA: Cambia lo que necesites para probar el PCU

Creditos:

Diseсo: Rafael Keramidas
Modificaciуn del Diseсo: The Scope
Programador del PCU: The Scope
Sistema de Baneo mediante IP: "TuFuncion"
SampQuery: Westie

Base de datos SQL:

Код:
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Estructura de tabla para la tabla `banned`
--

CREATE TABLE IF NOT EXISTS `banned` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) NOT NULL,
  `time` varchar(255) NOT NULL,
  `long` varchar(255) NOT NULL,
  `reason` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `configuracion`
--

CREATE TABLE IF NOT EXISTS `configuracion` (
  `nombreserver` varchar(30) NOT NULL,
  `urlforo` varchar(30) NOT NULL,
  `serverip` varchar(30) NOT NULL,
  `serverport` varchar(10) NOT NULL,
  `pcupor` varchar(30) NOT NULL,
  `usuario*******` varchar(30) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `configuracion`
--

INSERT INTO `configuracion` (`nombreserver`, `urlforo`, `serverip`, `serverport`, `pcupor`, `usuario*******`) VALUES
('Scope PCU', 'thescope.com.ar', '64.31.23.161', '6464', ' - PCU por The Scope', '*******');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `usuarios`
--

CREATE TABLE IF NOT EXISTS `usuarios` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `usuario` varchar(20) NOT NULL,
  `password` varchar(10) NOT NULL,
  `email` varchar(45) CHARACTER SET utf8 COLLATE utf8_spanish_ci DEFAULT NULL,
  `fecha` varchar(50) NOT NULL,
  `rango` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Volcado de datos para la tabla `usuarios`
--

INSERT INTO `usuarios` (`id`, `usuario`, `password`, `email`, `fecha`, `rango`) VALUES
(1, 'demo', 'demo', 'demo@demo.com', '12-08-22', 'Administrador');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Descarga:


Respuesta: Scope PCU BETA [PHP+MYSQL] - ardarmiierlez - 24.08.2012

Esta super


Respuesta: Scope PCU BETA [PHP+MYSQL] - The_Scope - 24.08.2012

Quote:
Originally Posted by ardarmiierlez
Посмотреть сообщение
Esta super
+rep
Gracias, pronto pondre la descarga e.e


Respuesta: Scope PCU BETA [PHP+MYSQL] - The-Krew - 24.08.2012

awesome! O.o

+rep (y)


Respuesta: Scope PCU BETA [PHP+MYSQL] - The_Scope - 24.08.2012

Quote:
Originally Posted by The-Krew
Посмотреть сообщение
awesome! O.o

+rep (y)
Thanks


Respuesta: Scope PCU BETA [PHP+MYSQL] - Zume - 24.08.2012

Excelentes tus trabajos, Sinceramente me gustan.

+rep :P



Respuesta: Scope PCU BETA [PHP+MYSQL] - The_Scope - 24.08.2012

Quote:
Originally Posted by Zume-Zero
Посмотреть сообщение
Excelentes tus trabajos, Sinceramente me gustan.

+rep :P
Gracias


Re: Scope PCU BETA [PHP+MYSQL] - SuperMarioRol - 27.08.2012

En lanzamientos es obligatorio poner la descarga y el cуdigo fuente...
Buen trabajo


Respuesta: Scope PCU BETA [PHP+MYSQL] - The_Scope - 28.08.2012

Descarga aсadida: http://forum.sa-mp.com/attachment.ph...4&d=1346179125

NOTA: Lamentablemente no pude completar algunas cosas que tenia ganas de hacer antes de poner la descarga porque ando con otros trabajos Saludos


Respuesta: Scope PCU BETA [PHP+MYSQL] - TiNcH010 - 28.08.2012

Estб bueno pero...

http://www.mgamers.es/scope/pcu/index.php?mostrar=jugar

no funca xD