08-25-2016, 05:15 AM
new group project
building the raza poker casino script
find the script from this page on bbhf
this is just a quick intro ill give full xampp setup instructions on domain sub domains virtual domain and so on
works 100% this guru sorted it hehe
some say there are no payment gateways but this is khona framworks
adding one shouldn't be that big of an issue (payment gateway is there)
cool justs you know this software has a payement gateway w1 you need aw1 id
thanks rob
ill be back just going to do some research for xampp setup 1.7.3 I think php5.1 unsure of mysql yet
step 1 download and install XAMPP for Windows Version 1.7.1 !
step 2 unless you already own your domain you need to create two virtual domains for this too work i believe . casino.com admin.casino.com . to make this happen we need to ad
127.0.0.1 localhost
127.0.0.1 http://www.casino.com
127.0.0.1 http://www.admin.casino.com
to the host file C:\Windows\System32\drivers\etc\host
now that we have created our temp domain names we have to setup xampp
step 3 now add your domain and sub domain to the C:\xampp\apache\conf\extra vhost.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot c:/xampp/htdocs/main
ServerName localhost
<Directory "c:/xampp/htdocs/main">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot c:/xampp/htdocs/admincasino
ServerName admin.casino.com
<Directory "c:/xampp/htdocs/admincasino">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot c:/xampp/htdocs/casino
ServerName casino.com
<Directory "c:/xampp/htdocs/casino">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
now create the too folder admincasino in c:/xampp/htdocs/ and casino in c:/xampp/htdocs/ too on your main harddrive
simples thats the server set up
step 4 localhost/phpmyadmin create and upload database
dident need to change ewt create database as baza
work 100% just logged into admin panel its in russian gonna find english settings cool works 100%
cool little casino
kohona framework 3 there loads im in the process of translating the sit now
this is a clip of the admin iv already started translating it
fun pyen gteay sep
$fields["WMI_MERCHANT_ID"] = $merchant ;
$fields["WMI_PAYMENT_AMOUNT"] = $w1_sum ;
$fields["WMI_CURRENCY_ID"] = "643"; //код валюты
$fields["WMI_PAYMENT_NO"] = $payid ;//номер платежа
$fields["WMI_DESCRIPTION"] = "BASE64:".base64_encode("Payment for order #".$payid ." : ".$_POST['w1_num'] );// $l
$fields["WMI_EXPIRED_DATE"] = "2019-12-31T23:59:59";
$fields["WMI_SUCCESS_URL"] = "http://".$_SERVER['SERVER_NAME']."/pay/success_w1.php";
$fields["WMI_FAIL_URL"] = "http://".$_SERVER['SERVER_NAME']."/pay/fail.php";
$fields["WMI_AUTO_ACCEPT"] = "1" ;
$fields["MY_PAYERID"] = $_POST['w1_num']; //$l ; // Дополнительные параметры
$fields["MY_OPERATOR"] = "W1" ; // интернет-магазина тоже участвуют
//$fields["MyShopParam3"] = "Value3"; // при формировании подписи!
ive had a play with the script i think ive now mastered it very easy to do
im gonna intergrate php poker into the casino
now giving 24 tables of cash poker game as well i like it that much
anybody want to work with me on this project feel free comment will take around a week to complete merging databases and hiding php poker adding extra feature to user profile adding links to free and real money poker games , i have to create too poker site 1 casino merge 3 databases sound hard proper easy with search and replace, ive done this befor with jackpotsoft casino
building the raza poker casino script
find the script from this page on bbhf
this is just a quick intro ill give full xampp setup instructions on domain sub domains virtual domain and so on
works 100% this guru sorted it hehe
some say there are no payment gateways but this is khona framworks
adding one shouldn't be that big of an issue (payment gateway is there)
cool justs you know this software has a payement gateway w1 you need aw1 id
thanks rob
ill be back just going to do some research for xampp setup 1.7.3 I think php5.1 unsure of mysql yet
step 1 download and install XAMPP for Windows Version 1.7.1 !
step 2 unless you already own your domain you need to create two virtual domains for this too work i believe . casino.com admin.casino.com . to make this happen we need to ad
127.0.0.1 localhost
127.0.0.1 http://www.casino.com
127.0.0.1 http://www.admin.casino.com
to the host file C:\Windows\System32\drivers\etc\host
now that we have created our temp domain names we have to setup xampp
step 3 now add your domain and sub domain to the C:\xampp\apache\conf\extra vhost.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot c:/xampp/htdocs/main
ServerName localhost
<Directory "c:/xampp/htdocs/main">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot c:/xampp/htdocs/admincasino
ServerName admin.casino.com
<Directory "c:/xampp/htdocs/admincasino">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot c:/xampp/htdocs/casino
ServerName casino.com
<Directory "c:/xampp/htdocs/casino">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
now create the too folder admincasino in c:/xampp/htdocs/ and casino in c:/xampp/htdocs/ too on your main harddrive
simples thats the server set up
step 4 localhost/phpmyadmin create and upload database
dident need to change ewt create database as baza
work 100% just logged into admin panel its in russian gonna find english settings cool works 100%
cool little casino
kohona framework 3 there loads im in the process of translating the sit now
this is a clip of the admin iv already started translating it
fun pyen gteay sep
$fields["WMI_MERCHANT_ID"] = $merchant ;
$fields["WMI_PAYMENT_AMOUNT"] = $w1_sum ;
$fields["WMI_CURRENCY_ID"] = "643"; //код валюты
$fields["WMI_PAYMENT_NO"] = $payid ;//номер платежа
$fields["WMI_DESCRIPTION"] = "BASE64:".base64_encode("Payment for order #".$payid ." : ".$_POST['w1_num'] );// $l
$fields["WMI_EXPIRED_DATE"] = "2019-12-31T23:59:59";
$fields["WMI_SUCCESS_URL"] = "http://".$_SERVER['SERVER_NAME']."/pay/success_w1.php";
$fields["WMI_FAIL_URL"] = "http://".$_SERVER['SERVER_NAME']."/pay/fail.php";
$fields["WMI_AUTO_ACCEPT"] = "1" ;
$fields["MY_PAYERID"] = $_POST['w1_num']; //$l ; // Дополнительные параметры
$fields["MY_OPERATOR"] = "W1" ; // интернет-магазина тоже участвуют
//$fields["MyShopParam3"] = "Value3"; // при формировании подписи!
ive had a play with the script i think ive now mastered it very easy to do
im gonna intergrate php poker into the casino
now giving 24 tables of cash poker game as well i like it that much
anybody want to work with me on this project feel free comment will take around a week to complete merging databases and hiding php poker adding extra feature to user profile adding links to free and real money poker games , i have to create too poker site 1 casino merge 3 databases sound hard proper easy with search and replace, ive done this befor with jackpotsoft casino