Jump to content
php.lv forumi

mainīgie


gunmetal

Recommended Posts

  • Replies 54
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Nu saprotu ka izbesīju :D Wnk man tikai jāsataisa šitais un viss!

 

Es visu sapratu tikai bobster teica $_SESSION["bilde"]="http://attela/atrasanas/vieta/bilde.formats";'>http://attela/atrasanas/vieta/bilde.formats"; bet ko lai liek http://attela/atrasanas/vieta/bilde.formats vieta? jo visas bildes ir mysql datubāzē! bet kā lai norāda adresi bildei ja tā var būt jebkāda!

Link to comment
Share on other sites

Krč reku viss ir:

 


<?php
function rt($size = 5) {
$t = "";
for($i = 1; $i <= $size; $i++) {
	$t .= chr(rand(48, 122));
}
return $t;
}
define('KUR_GLABAJAS_TAVAS_BILDES', "http://localhost/bildes/");

$bilde = KUR_GLABAJAS_TAVAS_BILDES . rt(rand(5, 20)) . '.jpg';

echo '<img src="' . $bilde . '" />';
?>

 

Pastāv iespējamība, ka dažreiz šo to arī parādīs...

Edited by rATRIJS
Link to comment
Share on other sites

Krč reku viss ir:

 


<?php
function rt($size = 5) {
$t = "";
for($i = 1; $i <= $size; $i++) {
	$t .= chr(rand(48, 122));
}
return $t;
}
define('KUR_GLABAJAS_TAVAS_BILDES', "http://localhost/bildes/");

$bilde = KUR_GLABAJAS_TAVAS_BILDES . rt(rand(5, 20)) . '.jpg';

echo '<img src="' . $bilde . '" />';
?>

 

Pastāv iespējamība, ka dažreiz šo to arī parādīs...

 

Un atkal KUR_GLABAJAS_TAVAS_BILDES man glabājas mydql datubāze site, members, bilde. un ko tad?

Link to comment
Share on other sites

Pieliec šito sākumā (pašas pirmās rindas tavam php failam) un vajadzētu iet...

 


<?php
function gi($text = "TmVlc2kgY2lydmlzIC0gbWFhY2llcyE=") {
$i = imagecreatetruecolor(250, 50);
imagecolorallocate($i, 0, 0, 0);
imagestring($i, 5, 10, 15, base64_decode($text), imagecolorallocate($i, 255, 255, 255));
imagepng($i);
}
header('Content-Type: image/png');
gi();
die();
?>

Edited by rATRIJS
Link to comment
Share on other sites

Lab pateikšu visu kā ir

Man ir DB ar nosaukumu site iekšā members un members sadaļa bilde.

Site

members

site

Kad džeks reģistrējas saitā viņš ievada bildes kodu, kuru piem. paņēma no googles.

Džeks piereģistrējas un uzreiz aiziet uz DB sadaļā bilde tās bildes adrese!

jautājums: Kā lai es dabūju lapā profils to bildes adresi kas ir DB

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

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

Loading...

×
×
  • Create New...