a great work of a great man thank you
first need to install mysql
PHP Code:
sudo apt-get install mysql-server
now add new password for mysql
add new password to confirm
now install PhpMyAdmin
Code:
apt-get install phpmyadmin
now config phpmyadmin
add new password for phpmyadmin
re add new password for phpmyadmin
install apache2
set OK
now we have termined setup the server
now we access to phpmyadmin
Code:
change ip to your ip sever
now we setup base bdcspserver
[hr]
now upload cmumdb.sql from cmum-231c folder unziped
now we have termined setup the base
edit config.php in cmum-231c folder unziped
Code:
<?php
$dbhost = "";
$dbname = "";
$dbuser = "";
$dbpass = "";
$charset = "utf-8";
?>
change to this
Code:
<?php
$dbhost = "localhost";
$dbname = "dbcspserver";
$dbuser = "root";
$dbpass = "password";
$charset = "utf-8";
?>
now edit genxml.php in folder genxml in www in cmum-231c folder unziped
Code:
// Enter your server info below before use
$dbhost = "";
$dbname = "";
$dbuser = "";
$dbpass = "";
$charset = "utf-8";
ghange to
Code:
// Enter your server info below before use
$dbhost = "localhost";
$dbname = "dbcspserver";
$dbuser = "root";
$dbpass = "password";
$charset = "utf-8";
dbpass = "password" password for data baze installed later
now upload folder www cmum-231c folder unziped to /var/www in your server 192.168.1.77
now go to
login : admin
pasw : password
thank to iDream-Team
[hr]
now connect csp to CSP MySQL User Manager
Code:
<user-manager class="com.bowman.cardserv.XmlUserManager" allow-on-failure="false" log-failures="true">
<auth-config>
<user-source name="outsource">
<user-file-url>http://127.0.0.1/genxml/genxml.php</user-file-url>
</user-source>
<update-interval>1</update-interval>
</auth-config>
</user-manager>
[hr]
now go to SETTINGS
Hide All Text On Login Page : yes
Log Failed Logins : yes
Show Send OSD Link : yes
in /var/keys in your dreambox change in mg_cfg
Code:
O: { 00 } root dreambox
here Add User Default Values
you can import users from proxy.xml
ok now users added
here you can sea csp state
[hr]
now go to activecode php
http://192.168.1.77/activecode.php
[hr]
here to generate code
![]()
a great work of a great man thank you
Can i use this to setup a test line panel or is it something different ?
Thanks.
Last edited by satview; 06-15-2015 at 04:05 PM.
Originally Posted by satview
dear this one is CSP MySQL for csp server control
Note: Viewing Pay TV without a valid subscription is illegal
All the files available here are kept for experimental and educational purpose only
PLEASE SUBSCRIBE OUR YOUTUBE CHANNEL
https://www.youtube.com/c/GeoSharingTv
thank you so much where do i find the files to upload ?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks