Jump to content

Recommended Posts

Posted

Hello everybody,

I'm sharing with you the badge pilot

I see you always look here in the forum.

Installation

Downlod of the files: voegolv.vv.si/badge.rar

1° Download files badge

2°Send to folder of files on your server for the badge mysite.net / lib / images

3° Enter the code below onto your page Profile_main.tpl or pilot_public_profile.tpl, where you want the badge to appear Pilot

<table width="226" border="0" cellspacing="0" cellpadding="0" background="<?php echo SITE_URL?>/lib/images/badge/cracha3.jpg">
		 <tr>
		 <td width="226" bgcolor="e97714"><img src="<?php echo SITE_URL?>/lib/images/badge/cracha_top.jpg" alt="a" width="227" height="36"></td>
		 </tr>
		 <tr>
		 <td bgcolor="e97714"><img src="<?php echo SITE_URL?>/lib/images/badge/cracha_branner.jpg" alt="a" width="227" height="50"></td>
		 </tr>
		 <tr>
		 <td height="98" align="center" bgcolor="e97714"><img src="<?php echo PilotData::getPilotAvatar($pilotcode); ?>" alt="a"

/></td>
		 </tr>
		 <tr>
		 <td align="center" bgcolor="e97714" class="zzsz"><span class="style4"><?php echo $userinfo->firstname . ' ' . $userinfo->lastname?></span></td>
		 </tr>
		 <tr>
		 <td height="18" align="center" bgcolor="e97714" class="zzsz"><span class="style5"><?php echo $userinfo->rank;?></span></td>
		 </tr>
		 <tr>
		 <td align="center" bgcolor="e97714" class="zzsz"><img src="<?php echo SITE_URL?>/lib/images/badge/cracha5.jpg" alt="a" width="125" height="65"></td>
		 </tr>
		 <tr>
		 <td align="center" bgcolor="e97714" class="zzsz"><img src="<?php echo SITE_URL?>/lib/images/badge/cracha_rodape.jpg" alt="a" width="227" height="50"></td>
		 </tr>
	 </table>

Demo of the Badge.

badge.jpg

GLO0004.png

Website: www.voegolv.net

By: Luiz Fernando

Posted

Each photo represents a part of your badge,

the script will add all photos to make the design of badge.

The script is a base for people with little knowledge in php, but

can be changed for better performance, my only intention was to help

people with little knowledge on the subject.

GLO0004.png

Website: www.voegolv.net

By: Luiz Fernando

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.   Restore formatting

  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...