Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
Acmlm's Board - I2 Archive - - Posts by Rainbow Yoshi
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
User Post
Rainbow Yoshi

Level: 30

Posts: 480/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 09-12-05 02:33 AM, in Internet Explorer Problem Link
I am sure it has been asked before, but in internet explorer the links dont want to work. Is there any way to fix it.
Rainbow Yoshi

Level: 30

Posts: 481/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 09-12-05 03:14 AM, in Internet Explorer Problem Link
I am using 1.a2 the links show up like this http:///
Rainbow Yoshi

Level: 30

Posts: 482/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 09-12-05 03:18 AM, in Internet Explorer Problem Link
Problem solved thanks.
Rainbow Yoshi

Level: 30

Posts: 483/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 09-18-05 06:00 AM, in Blocking view from guests Link
Put this on every page or on layout not sure
if(!$log) errorpage('You must be logged in to BLAH BLAH BLAH.');
Rainbow Yoshi

Level: 30

Posts: 484/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 09-20-05 04:28 AM, in Admin Panel Link
I had already made a conversion from 1.8 to 1.A3 but yours sounds better. Mine Use Save Target as or else it will give you some external linking crap. IF that still dont work just get it here. http://cesar.ce.funpic.org/manage.zip


(edited by Rainbow Shy Guy on 09-19-05 07:30 PM)
(edited by Rainbow Shy Guy on 09-19-05 07:31 PM)
Rainbow Yoshi

Level: 30

Posts: 485/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 09-20-05 05:42 AM, in Admin Panel Link
The link doesnt work for me says your site can't be found.
Rainbow Yoshi

Level: 30

Posts: 486/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 09-24-05 07:43 AM, in Makin' my way downtown. Link



(edited by Rainbow Shy Guy on 09-23-05 10:44 PM)
Rainbow Yoshi

Level: 30

Posts: 487/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 09-25-05 05:11 AM, in Admin Panel Link
I got a suggestion, instead of just adding categories forums etc... why not make it so you can update and delete?
Rainbow Yoshi

Level: 30

Posts: 488/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 09-30-05 04:35 AM, in Discussion of File 58 (Lunar Magic V1.63) Link
SPAM!
Rainbow Yoshi

Level: 30

Posts: 489/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 10-17-05 05:43 AM, in Trouble with PHP image Link
First off I am a total n00b.
2nd What I want is basically just a little square image telling me my Item Stats
I copied this from another image _level.php and edited a little anybody know how to get it to work?

require 'lib/function.php';
require 'lib/rpg.php';

if(!$u) die();
$user=mysql_fetch_array(mysql_query("SELECT name,attack,defence,hp,hpoff,mana,manaoff,speed FROM users WHERE id=$u"));

Header('Content-type:image/png');
$img=ImageCreate(184,96);
$c[bg]= ImageColorAllocate($img, 40, 40, 90);
$c[bxb0]=ImageColorAllocate($img, 0, 0, 0);
$c[bxb1]=ImageColorAllocate($img,225,200,180);
$c[bxb2]=ImageColorAllocate($img,190,160,130);
$c[bxb3]=ImageColorAllocate($img,130,110, 90);
for($i=0;$i<100;$i++)
$c[$i]=ImageColorAllocate($img,10,16,80+$i);
ImageColorTransparent($img,0);

box( 0, 0,23,12);

$fontY=fontc(255,250,240, 255,240, 80, 0, 0, 0);
$fontR=fontc(255,230,220, 240,160,150, 0, 0, 0);
$fontG=fontc(190,255,190, 60,220, 60, 0, 0, 0);
$fontB=fontc(160,240,255, 120,190,240, 0, 0, 0);
$fontW=fontc(255,255,255, 210,210,210, 0, 0, 0);

twrite($fontW, 1, 1,0,"$user[name]");
twrite($fontW, 1, 2,0,"Item Shop Stats");
twrite($fontB, 1, 5,0,'HP:');
twrite($fontB, 1, 6,0,'MP:');
twrite($fontY, 7, 5,7,$user[hp]/$user[hpoff]);
twrite($fontY, 6, 6,8,$user[mana]/$user[mana]);
twrite($fontB, 1, 9,0,'Attack:');
twrite($fontB, 1,10,0,'Defence:');
twrite($fontY, 7, 9,7,$user[attack]);
twrite($fontY, 6,10,8,$user[defence]);

ImagePNG($img);
ImageDestroy($img);

function twrite($font,$x,$y,$l,$text){
global $img;
$x*=8;
$y*=8;
$text.='';
if(strlen($text)<$l) $x+=($l-strlen($text))*8;
for($i=0;$i ImageCopy($img,$font,$i*8+$x,$y,(ord($text[$i])%16)*8,floor(ord($text[$i])/16)*8,8,8);
}
function fontc($r1,$g1,$b1,$r2,$g2,$b2,$r3,$g3,$b3){
$font=ImageCreateFromPNG('images/rpg/font.png');
ImageColorTransparent($font,1);
ImageColorSet($font,6,$r1,$g1,$b1);
ImageColorSet($font,5,($r1*2+$r2)/3,($g1*2+$g2)/3,($b1*2+$b2)/3);
ImageColorSet($font,4,($r1+$r2*2)/3,($g1+$g2*2)/3,($b1+$b2*2)/3);
ImageColorSet($font,3,$r2,$g2,$b2);
ImageColorSet($font,0,$r3,$g3,$b3);
return $font;
}
function box($x,$y,$w,$h){
global $img,$c;
$x*=8;
$y*=8;
$w*=8;
$h*=8;
ImageRectangle($img,$x+0,$y+0,$x+$w-1,$y+$h-1,$c[bxb0]);
ImageRectangle($img,$x+1,$y+1,$x+$w-2,$y+$h-2,$c[bxb3]);
ImageRectangle($img,$x+2,$y+2,$x+$w-3,$y+$h-3,$c[bxb1]);
ImageRectangle($img,$x+3,$y+3,$x+$w-4,$y+$h-4,$c[bxb2]);
ImageRectangle($img,$x+4,$y+4,$x+$w-5,$y+$h-5,$c[bxb0]);
for($i=5;$i<$h-5;$i++){
$n=(1-$i/$h)*100;
ImageLine($img,$x+5,$y+$i,$x+$w-6,$y+$i,$c[$n]);
}
}
?>
Rainbow Yoshi

Level: 30

Posts: 490/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 10-18-05 03:04 AM, in Trouble with PHP image Link
Okay someone just close this please .
And I didnt steal your Anncp, GamingG wanted yours and never even put mine
Rainbow Yoshi

Level: 30

Posts: 491/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 10-18-05 04:02 AM, in Trouble with PHP image Link
What havent I learned Chris, I didnt steal anything but the layout , AND BTW I CHANGE LAYOUTS TO ANOTHER ONE I FIND ABOUT EVERY WEEK (SO DONT THINK YOU SPECIAL ELRIC , and whoever your hearing from is probably an idiot , and to TheGreatWhiteDope, you said I could take them that you didnt mind because they stuff you made as a n00b.


(edited by Rainbow Yoshi on 10-17-05 07:03 PM)
Rainbow Yoshi

Level: 30

Posts: 492/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 10-25-05 05:06 AM, in THE THREAD WITH NO SPECIFIC REASON WHATSOEVER, IF YOU TRY TO RESIST THE FUDGINESS I WILL HAVE NO.... Link
DELETED


(edited by Prier on 10-25-05 04:33 PM)
Rainbow Yoshi

Level: 30

Posts: 493/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 10-25-05 06:04 AM, in THE THREAD WITH NO SPECIFIC REASON WHATSOEVER, IF YOU TRY TO RESIST THE FUDGINESS I WILL HAVE NO.... Link
Your fault you clicked the button.
Rainbow Yoshi

Level: 30

Posts: 494/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 10-25-05 06:17 AM, in THE THREAD WITH NO SPECIFIC REASON WHATSOEVER, IF YOU TRY TO RESIST THE FUDGINESS I WILL HAVE NO.... Link
Sadly I agree.
Rainbow Yoshi

Level: 30

Posts: 495/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 10-25-05 07:32 AM, in Hobbies? Link
I enjoy pissing people off.
Rainbow Yoshi

Level: 30

Posts: 496/496
EXP: 159486
For next: 6383

Since: 04-08-05

Since last post: 14 hours
Last activity: 4 hours
Posted on 11-01-05 10:14 PM, in Link errors... Link
Edit board url in boardconfig.php
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Acmlm's Board - I2 Archive - - Posts by Rainbow Yoshi


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.012 seconds.