Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem mit dslan.bat
#3
-> ich hab mysql.bat offen (hab ich auch in meinem Post erwähnt!)


PHP Code:
<?php

if ($config['bh_style']==0) {

        
// S1 Style:

        
$arr_farm = array(



                
"1"=>"250",

                
"2"=>"280",

                
"3"=>"328",

                
"4"=>"384",

                
"5"=>"449",

                
"6"=>"526",

                
"7"=>"615",

                
"8"=>"720",

                
"9"=>"842",

                
"10"=>"986",

                
"11"=>"1153",

                
"12"=>"1349",

                
"13"=>"1579",

                
"14"=>"1847",

                
"15"=>"2161",

                
"16"=>"2529",

                
"17"=>"2959",

                
"18"=>"3462",

                
"19"=>"4050",

                
"20"=>"4739",

                
"21"=>"5545",

                
"22"=>"6488",

                
"23"=>"7591",

                
"24"=>"8881",

                
"25"=>"10391",

                
"26"=>"12157",

                
"27"=>"14224",

                
"28"=>"16642",

                
"29"=>"19472",

                
"30"=>"22782",

                
"31"=>"24642",

                
"32"=>"26642",

                
"33"=>"47000",

                
"34"=>"43000",

                
"35"=>"49000",

                
"36"=>"55000",

                
"37"=>"62000",

                
"38"=>"65000",

                
"39"=>"70000",

                
"40"=>"75000"

                "41"
=>"80000"

                "43"
=>"85000"

                "44"
=>"90000"

                "45"
=>"95000"

                "46"
=>"100000"

                "47"
=>"105000"

                "48"
=>"110000"

                "49"
=>"115000"

                "50"
=>"120000"

                "51"
=>"125000"

                "52"
=>"130000"

                "53"
=>"135000"

                "54"
=>"140000"

                "55"
=>"145000"

                "56"
=>"150000"

                "57"
=>"155000"

                "58"
=>"160000"

                "59"
=>"165000"

                "60"
=>"170000"

                "61"
=>"175000"

                "62"
=>"180000"

                "63"
=>"185000"

                "64"
=>"190000"

                "65"
=>"195000"

                "66"
=>"200000"

                "67"
=>"300000"

                "68"
=>"500000"

                "69"
=>"720000"

                "70"
=>"900000"


        
);

}

elseif (
$config['bh_style']==1) {

        
// SDS Style:

        
$arr_farm = array(



                
"1"=>"240",

                
"2"=>"281",

                
"3"=>"329",

                
"4"=>"386",

                
"5"=>"452",

                
"6"=>"530",

                
"7"=>"622",

                
"8"=>"729",

                
"9"=>"854",

                
"10"=>"1002",

                
"11"=>"1174",

                
"12"=>"1376",

                
"13"=>"1613",

                
"14"=>"1891",

                
"15"=>"2216",

                
"16"=>"2598",

                
"17"=>"3045",

                
"18"=>"3569",

                
"19"=>"4183",

                
"20"=>"4904",

                
"21"=>"5748",

                
"22"=>"6737",

                
"23"=>"7896",

                
"24"=>"9255",

                
"25"=>"10848",

                
"26"=>"12715",

                
"27"=>"14904",

                
"28"=>"17469",

                
"29"=>"20476",

                
"30"=>"24000",

                
"31"=>"27500",

                
"32"=>"32000",

                
"33"=>"37500",

                
"34"=>"43000",

                
"35"=>"49000",

                
"36"=>"55000",

                
"37"=>"62000",

                
"38"=>"65000",

                
"39"=>"70000",

                
"40"=>"75000"


                "41"
=>"80000"

                "43"
=>"85000"

                "44"
=>"90000"

                "45"
=>"95000"

                "46"
=>"100000"

                "47"
=>"105000"

                "48"
=>"110000"

                "49"
=>"115000"

                "50"
=>"120000"

                "51"
=>"125000"

                "52"
=>"130000"

                "53"
=>"135000"

                "54"
=>"140000"

                "55"
=>"145000"

                "56"
=>"150000"

                "57"
=>"155000"

                "58"
=>"160000"

                "59"
=>"165000"

                "60"
=>"170000"

                "61"
=>"175000"

                "62"
=>"180000"

                "63"
=>"185000"

                "64"
=>"190000"

                "65"
=>"195000"

                "66"
=>"200000"

                "67"
=>"300000"

                "68"
=>"500000"

                "69"
=>"720000"

                "70"
=>"900000"

        
);

}

?>


Ich würde gerne noch nen screen von dslan_start.bat machen aber das geht net weil sich jetzt plötzlich auch apache_start.bat weigert sich zu öffnen Sad
Nichts ist so schlimm, wie wir fürchten,
nichts so gut, wie wir hoffen.
I Confusednob: YOU
Reply


Messages In This Thread
problem mit dslan.bat - by Nonilol - 29.06.2010, 20:28
RE: problem mit dslan.bat - by Black Arrow - 29.06.2010, 20:38
RE: problem mit dslan.bat - by Nonilol - 29.06.2010, 21:03
RE: problem mit dslan.bat - by Black Arrow - 29.06.2010, 21:10
RE: problem mit dslan.bat - by Nonilol - 29.06.2010, 21:22
RE: problem mit dslan.bat - by Black Arrow - 29.06.2010, 21:25
RE: problem mit dslan.bat - by Nonilol - 29.06.2010, 21:28
RE: problem mit dslan.bat - by Black Arrow - 29.06.2010, 21:29
RE: problem mit dslan.bat - by Nonilol - 29.06.2010, 21:37
RE: problem mit dslan.bat - by Black Arrow - 29.06.2010, 21:42
RE: problem mit dslan.bat - by Nonilol - 29.06.2010, 21:45
RE: problem mit dslan.bat - by Nonilol - 30.06.2010, 13:06



Users browsing this thread: 1 Guest(s)