Pereiti prie turinio

e-gold numerio slepimas


Rekomenduojami pranešimai

Aišku, laukiu 50USD į 4475378 (E-G) Jeigu dar nesusipratot tik aiškinu kad ne į ta forumo vieta pataikė!

Kam ši skiltis:

http://www.uzdarbis.lt/Programavimas-f102.html

esanti: Tinklalapiai > Tinklalapių kūrimas > Programavimas?

 

Ir šiaip tipo pats busi ne materialistas? :)

Redagavo crezzyman
Nuoroda į pranešimą
Dalintis kituose puslapiuose

Kur cia db reiktu ta funkcija ikisti?

 

 

<?php include("includes/header.php"); ?>
<?php include("tpl/header.php"); ?>

		<!-- Main -->
		<img src=media/blank.gif width=20 height=20><br>
		<table width=100% align=center cellspacing=0 cellpadding=0 border=0>
			<tr>
				<td bgcolor=2B3A25>
					<table width=100% cellspacing=1 cellpadding=0 border=0>
						<tr>
							<td bgcolor=384C30>

								<table width=100% cellspacing=0 cellpadding=5 border=0>
									<tr>
										<td align=left><b>» Playing history</b></td>
										<td align=right>Referrer: <font color=yellow><?= $REF ?></font> </td>
									</tr>
								</table>
							</td>

						</tr>
						<tr>
							<td bgcolor=47732A>
								<table width=100% cellspacing=10 cellpadding=0 border=0>
									<tr>
										<td align=left>
<table width=100% cellspacing=1 cellpadding=3 border=0>
			<tr align=center>
				<td bgcolor=384C30 width=30%><b><font color=yellow>Date</font></b></td>
				<td bgcolor=384C30 width=15%><b><font color=yellow>Player</font></b></td>

				<td bgcolor=384C30 width=13%><b><font color=yellow>Bet</font></b></td>
<td bgcolor=384C30 width=13%><b><font color=yellow>Amount</font></b></td>
<td bgcolor=384C30 width=13%><b><font color=yellow>Status</font></b></td>
				<td bgcolor=384C30 width=13%><b><font color=yellow>Payout</font></b></td>
			</tr>		
<?											
$res = mysql_query("select * from headtail where gameid='$_id' order by id desc limit $_history");
if (mysql_num_rows($res)>0) {
	$ctr = 0;
	while ($row = mysql_fetch_array($res)) {
		$ctr = $ctr + 1;
?>			
<tr align=center>
				<td bgcolor=578C33 style='color:white;'><?= $row["spenddate"] ?></td>
				<td bgcolor=578C33 style='color:white;'><?= $row["egold"] ?></td>
				<td bgcolor=578C33 style='color:white;'><?= ($row["bet"]==0?"windows":"linux") ?></td>
<td bgcolor=578C33 style='color:white;'><?= $row["amount"] ?></td>
<td bgcolor=578C33 style='color:white;'><?= ($row["win"]==0?"<font color=red>loose":"<font color=yellow>win") ?></td>
				<td bgcolor=578C33 style='color:white;'><?= $row["payout"] ?></td>
<?
		  }
}
?>

			</tr>				</table>
										</td>
									</tr>
								</table>
							</td>

						</tr>
						<tr>
							<td bgcolor=578C33>
								<table width=100% cellspacing=0 cellpadding=10 border=0>
									<td align=left>
											Please do not using spam methods to earn referral bonus on our site or you will be banned from our referral system. If you have been victim of spam, <a href='mailto:<?= $_email ?>'>report here</a>
										</td>

									</tr>
								</table>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<!-- Main -->

				<!-- Footer -->
<?php include("tpl/foot.php"); ?>
		<!-- Footer -->

			</td>
		</tr>
	</table>
</body>
</html>

Nuoroda į pranešimą
Dalintis kituose puslapiuose

Aišku, laukiu 50USD į 4475378 (E-G) Jeigu dar nesusipratot tik aiškinu kad ne į ta forumo vieta pataikė!

Kam ši skiltis:

http://www.uzdarbis.lt/Programavimas-f102.html

esanti: Tinklalapiai > Tinklalapių kūrimas > Programavimas?

 

Ir šiaip tipo pats busi ne materialistas? :P

Perkelta. :)

As buciau dares paprasciau:

$row["egold"] = floor($row["egold"]/1000000).'xx'.($row["egold"]%10000);

Netikrinau, gal ir neveikia. :)

Redagavo T-Mix
Nuoroda į pranešimą
Dalintis kituose puslapiuose

Įvedžiau: 4475378

Gavau: 4.475378xx5378 :)

 

Turėtu veikti:

<?php include("includes/header.php"); ?>
<?php include("tpl/header.php"); ?>

		<!-- Main -->
		<img src=media/blank.gif width=20 height=20><br>
		<table width=100% align=center cellspacing=0 cellpadding=0 border=0>
			<tr>
				<td bgcolor=2B3A25>
					<table width=100% cellspacing=1 cellpadding=0 border=0>
						<tr>
							<td bgcolor=384C30>

								<table width=100% cellspacing=0 cellpadding=5 border=0>
									<tr>
										<td align=left><b>» Playing history</b></td>
										<td align=right>Referrer: <font color=yellow><?= $REF ?></font> </td>
									</tr>
								</table>
							</td>

						</tr>
						<tr>
							<td bgcolor=47732A>
								<table width=100% cellspacing=10 cellpadding=0 border=0>
									<tr>
										<td align=left>
<table width=100% cellspacing=1 cellpadding=3 border=0>
			<tr align=center>
				<td bgcolor=384C30 width=30%><b><font color=yellow>Date</font></b></td>
				<td bgcolor=384C30 width=15%><b><font color=yellow>Player</font></b></td>

				<td bgcolor=384C30 width=13%><b><font color=yellow>Bet</font></b></td>
<td bgcolor=384C30 width=13%><b><font color=yellow>Amount</font></b></td>
<td bgcolor=384C30 width=13%><b><font color=yellow>Status</font></b></td>
				<td bgcolor=384C30 width=13%><b><font color=yellow>Payout</font></b></td>
			</tr>		
<?											
$res = mysql_query("select * from headtail where gameid='$_id' order by id desc limit $_history");
if (mysql_num_rows($res)>0) {
	$ctr = 0;
	function eg($eg)
	{
		$x1 = substr($eg, 0, 2);
		$x2 = substr($eg, 4, 10);
		$eg = "".$x1."xx".$x2."";
		return $eg;
	}
	while ($row = mysql_fetch_array($res)) {
		$ctr = $ctr + 1;
?>			
<tr align=center>
				<td bgcolor=578C33 style='color:white;'><?= $row["spenddate"] ?></td>
				<td bgcolor=578C33 style='color:white;'><?= eg($row["egold"]) ?></td>
				<td bgcolor=578C33 style='color:white;'><?= ($row["bet"]==0?"windows":"linux") ?></td>
<td bgcolor=578C33 style='color:white;'><?= $row["amount"] ?></td>
<td bgcolor=578C33 style='color:white;'><?= ($row["win"]==0?"<font color=red>loose":"<font color=yellow>win") ?></td>
				<td bgcolor=578C33 style='color:white;'><?= $row["payout"] ?></td>
<?
		  }
}
?>

			</tr>				</table>
										</td>
									</tr>
								</table>
							</td>

						</tr>
						<tr>
							<td bgcolor=578C33>
								<table width=100% cellspacing=0 cellpadding=10 border=0>
									<td align=left>
											Please do not using spam methods to earn referral bonus on our site or you will be banned from our referral system. If you have been victim of spam, <a href='mailto:<?= $_email ?>'>report here</a>
										</td>

									</tr>
								</table>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<!-- Main -->

				<!-- Footer -->
<?php include("tpl/foot.php"); ?>
		<!-- Footer -->

			</td>
		</tr>
	</table>
</body>
</html>

Redagavo crezzyman
Nuoroda į pranešimą
Dalintis kituose puslapiuose

Vedam 7 zenku veikia gerai: 4xx5377

Vedam 6 zenklu, gaunam: 0xx7537

Nuo kada sąskaita prasideda 0 :P

:)

 

Tikriausiai žinot kad eg yra ir 6 skaitmenų(senieji nr)... :)

 

 

Matau jau veikia... tiko tas iterptas?

Redagavo crezzyman
Nuoroda į pranešimą
Dalintis kituose puslapiuose

Vedam 7 zenku veikia gerai: 4xx5377

Vedam 6 zenklu, gaunam: 0xx7537

Nuo kada sąskaita prasideda 0 :)

:P

 

Tikriausiai žinot kad eg yra ir 6 skaitmenų... :D

Taip, cia pritaikyta naudoti tada, kai tusuojami du paskutiniai ar priespaskutiniai skaitmenys (niekas nezaidzia Head and Tails su trizenkliais numeriais :D)

Tavo duotas budas, jei neklystu, negerai veikia su dvizenkliais numeriais? Rodo per daug skaitmenu? :)

Redagavo T-Mix
Nuoroda į pranešimą
Dalintis kituose puslapiuose

Bet dvizenkliu nr nemačiau :)

44.e-gold.com - nera 2

444.e-gold.com - nera 3

 

o 444444.e-gold.com yra 6 :P

 

Visdelto yra:

10.e-gold.com

100.e-gold.com

Bet jie paciu e-gold.com (bent jau pagal uzrasus) :) gal kokie spec :D

Redagavo crezzyman
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ą...