Pereiti prie turinio

Rekomenduojami pranešimai

kuris is situ e-gold zaidimu jusu nuomone pritraukia daugiausia vartotoju ? nes as noriu sukurt saituka ir nzn kuri skripta pasirinkt

 

* E-Gold Batch Game

* E-Gold Bird Hunter Game

* E-Gold Black Jack Game

* E-Gold Bubble Game

* E-Gold Color Game

* E-Gold Heads and Tails Game

* E-Gold Hi/Low Dice Game

* E-Gold Hi/Low Game

* E-Gold Number Guess Game

* E-Gold Odd/Even Game

* E-Gold Raffle Game

* E-Gold Scratch Card Game

Nuoroda į pranešimą
Dalintis kituose puslapiuose
Nei vienas... Bet jeigu reiktu rinktis' date=' tai rinkciausi BlackJack'a..[/quote']

o tai jei ne is situ ? viena is populiaresniu gali gal parasyt.pameginciau susirast :)

Kad ir koki tu man kistum zaidima, vistiek nezaisciau... Per tuos zaidimus nusvylau... Tam jie ir yra sukurti... :P
Nuoroda į pranešimą
Dalintis kituose puslapiuose

dar kaika noriu prie to pacio paklaust ,va meginu daryt ta saituka, bet iskyla siokio tokiu problemu,stai jisai : http://picture.fileplace.biz/headandtails/index.php ir kai spaudi flip the coin jis kotai neredirectina i e-golda.

va mano dabartinis setting.php kaip atrodo failiukas.Jei kas suprantat kame beda ,pls padekit ;(


<?







//database option

$db_host = "localhost";    	//database host, usually localhost

$db_name = "picture_headandtails";      	//database name

$db_user = "picture_picture";      	//database username

$db_pass = "******";      	//database password





//autopayment option

$_acct = "3269563";      	//egold account

$_acct_pass = "*******";      //egold passphrase

$_acct_alt_pass = "*******";    	//egold alternate passphrase

         	//used for transaction validity check

$_spendmemo = "Thank you!";      //default spend memo

$_refmemo = "Thank you!";      	//defaut referral memo

$_paymemo = "Thank you!";      	//defaut payment memo

$_usev2check = 1;      //check transaction validity using v2 hash

         	//$_acct_alt_pass must be filled if you want to enable this      

         	//0 = disable || 1 = enable





//domain option

$_email = "http://www.addyour.net";      	//admin email address

$_sitedomain = "http://picture.fileplace.biz";      //site domain  

         	//do not include 'http://' part in $_sitedomain

         	//example: "www.bubble.com"

$_siteurl = "http://picture.fileplace.biz/headandtails/";      	//site complete url

         	//$_siteurl must be end with '/'

         	//example: 'http://www.bubble.com/bubble1/'



//general page layout option

$_sitetitle = "Mano pabandymas";  	//default site title

$_bgcolor = "#000000";    	//default page background

$_textcolor = "#FFFFFF";    //default text color

$_linkcolor = "#0000FF";    //default link color

$_alinkcolor = "#0000FF";    //default active link color

$_vlinkcolor = "#0000FF";    //default visited link color

$_topbannertext = "";    	//top banner text

$_topbannerurl = "";    	//top banner url

$_topbannerimg = "";    	//top banner image url



//general game option

$_usecookie = 0;      //use cookie to store transaction double check

         	//0 = disable || 1 = enable

$_def_ref = "1065777";      	//defaul ref account when blank

$_id = "mygame";      //game id

$_ref_profit = 5;      //ref profit (%)

$_admin_profit = 5;      //admin profit/fee (%)

$_history = 5;      	//number of last game shown in history



$_cost_level = 7;      	//max spend level - multiple cost only

$_cost = array();      //spend amount array      

$_cost[1] = 1;

 $_cost[2] = 2;

 $_cost[3] = 3;

 $_cost[4] = 4;

 $_cost[5] = 5;

 $_cost[6] = 15;      

$_cost[7] = 25;





//specific game option

$_profit = 190;    	//winning paid back (%)

$_win = 25;      //winning probability (%)

$_history = 10;    	//number of last game play shown

$_lose_msg = "Oooops, sorrryyyyyy!!! You loose!!!! :(";

$_win_msg = "Horrayyyy!!!! You win!!!! :)";

$_head_img = "head.jpg";

$_tail_img = "tail.jpg";

Nuoroda į pranešimą
Dalintis kituose puslapiuose
dar kaika noriu prie to pacio paklaust ' date='va meginu daryt ta saituka, bet iskyla siokio tokiu problemu,stai jisai : http://picture.fileplace.biz/headandtails/index.php ir kai spaudi flip the coin jis kotai neredirectina i e-golda.

va mano dabartinis setting.php kaip atrodo failiukas.Jei kas suprantat kame beda ,pls padekit ;(


<?







//database option

$db_host = "localhost";    	//database host, usually localhost

$db_name = "picture_headandtails";      	//database name

$db_user = "picture_picture";      	//database username

$db_pass = "******";      	//database password





//autopayment option

$_acct = "3269563";      	//egold account

$_acct_pass = "*******";      //egold passphrase

$_acct_alt_pass = "*******";    	//egold alternate passphrase

         	//used for transaction validity check

$_spendmemo = "Thank you!";      //default spend memo

$_refmemo = "Thank you!";      	//defaut referral memo

$_paymemo = "Thank you!";      	//defaut payment memo

$_usev2check = 1;      //check transaction validity using v2 hash

         	//$_acct_alt_pass must be filled if you want to enable this      

         	//0 = disable || 1 = enable





//domain option

$_email = "http://www.addyour.net";      	//admin email address

$_sitedomain = "http://picture.fileplace.biz";      //site domain  

         	//do not include 'http://' part in $_sitedomain

         	//example: "www.bubble.com"

$_siteurl = "http://picture.fileplace.biz/headandtails/";      	//site complete url

         	//$_siteurl must be end with '/'

         	//example: 'http://www.bubble.com/bubble1/'



//general page layout option

$_sitetitle = "Mano pabandymas";  	//default site title

$_bgcolor = "#000000";    	//default page background

$_textcolor = "#FFFFFF";    //default text color

$_linkcolor = "#0000FF";    //default link color

$_alinkcolor = "#0000FF";    //default active link color

$_vlinkcolor = "#0000FF";    //default visited link color

$_topbannertext = "";    	//top banner text

$_topbannerurl = "";    	//top banner url

$_topbannerimg = "";    	//top banner image url



//general game option

$_usecookie = 0;      //use cookie to store transaction double check

         	//0 = disable || 1 = enable

$_def_ref = "1065777";      	//defaul ref account when blank

$_id = "mygame";      //game id

$_ref_profit = 5;      //ref profit (%)

$_admin_profit = 5;      //admin profit/fee (%)

$_history = 5;      	//number of last game shown in history



$_cost_level = 7;      	//max spend level - multiple cost only

$_cost = array();      //spend amount array      

$_cost[1] = 1;

 $_cost[2] = 2;

 $_cost[3] = 3;

 $_cost[4] = 4;

 $_cost[5] = 5;

 $_cost[6] = 15;      

$_cost[7] = 25;





//specific game option

$_profit = 190;    	//winning paid back (%)

$_win = 25;      //winning probability (%)

$_history = 10;    	//number of last game play shown

$_lose_msg = "Oooops, sorrryyyyyy!!! You loose!!!! :(";

$_win_msg = "Horrayyyy!!!! You win!!!! :)";

$_head_img = "head.jpg";

$_tail_img = "tail.jpg";

 

Tai yra visų HandT žaidimų trūkumas, kad neredirectina į egold su FF- reikia įtaisyti mygtuką Firefox useriams spend.php faile. O šeip pastebėjimas, kad tu anglų nemoki:

 

   $_sitedomain = "http://picture.fileplace.biz";                  //site domain      

                                //do not include 'http://' part in $_sitedomain

                                //example: "www.bubble.com"

Nuoroda į pranešimą
Dalintis kituose puslapiuose

Prisijunkite prie diskusijos

Jūs galite rašyti dabar, o registruotis vėliau. Jeigu turite paskyrą, prisijunkite dabar, kad rašytumėte iš savo paskyros.

Svečias
Parašykite atsakymą...

×   Įdėta kaip raiškusis tekstas.   Atkurti formatavimą

  Only 75 emoji are allowed.

×   Nuorodos turinys įdėtas automatiškai.   Rodyti kaip įprastą nuorodą

×   Jūsų anksčiau įrašytas turinys buvo atkurtas.   Išvalyti redaktorių

×   You cannot paste images directly. Upload or insert images from URL.

Įkraunama...
  • Dabar naršo   0 narių

    Nei vienas registruotas narys šiuo metu nežiūri šio puslapio.

  • Prisijunk prie bendruomenės dabar!

    Uždarbis.lt nariai domisi verslo, IT ir asmeninio tobulėjimo temomis, kartu sprendžia problemas, dalinasi žiniomis ir idėjomis, sutinka būsimus verslo partnerius ir dalyvauja gyvuose susitikimuose.

    Užsiregistruok dabar ir galėsi:

    ✔️ Dalyvauti diskusijose;

    ✔️ Kurti naujas temas;

    ✔️ Rašyti atsakymus;

    ✔️ Vertinti kitų žmonių pranešimus;

    ✔️ Susisiekti su bet kuriuo nariu asmeniškai;

    ✔️ Naudotis tamsia dizaino versija;

    ir dar daugiau.

    Registracija trunka ~30 sek. ir yra visiškai nemokama.

  • Naujausios temos

  • Karštos temos

×
×
  • Pasirinkite naujai kuriamo turinio tipą...