Jump to content
MakeWebGames

[v1] New criminal.php layout (FREE)


Cyanide

Recommended Posts

  • 2 weeks later...
  • 2 weeks later...

Re: [v1] New criminal.php layout (FREE)

Well I'd figure I give this a try with out using V1 converting over to V2.

This is all probably wrong but what the hell, you need to start somewhere It might as well be here!

What I did was added a name called "Payout"

From this

<table width='75%' cellspacing=1 class='table'><tr><th>Crime</th><th>Cost</th><th>Do</th></tr>";

To this

<table width='75%' cellspacing=1 class='table'><tr><th>Crime</th><th>Cost</th><th>Payout</th><th>Do</th></tr>";

---------------------------------------------------------------------------------------------------

Changed this to a '4' colspan from '3'

print "<tr><td colspan='4' class='h'>{$r['cgNAME']}</td></tr>";

_______________________________________________________________________________________

Now what I'm trying to do is place the percentage of the crime under PAYOUT, having a hard time with this. Do I need to create a table now in SQL called Payout? Need a little guidance on this...

 

*edit*

I think I just figure it out.

I added </td><td>{$v['crimeXP']} As so,

print "<tr><td>{$v['crimeNAME']}</td><td>{$v['crimeBRAVE']} Brave</td><td>{$v['crimeXP']}</td><td>Do</td></tr>";

 

Is there any thing ells I need to do?

Link to comment
Share on other sites

Re: [v1] New criminal.php layout (FREE)

 

looks cool but better if v2s

Learn To F***ing Convert And Stop Asking On Every Post Its Annoying

 

Don't be such an ass, You don't learn if you don't ask simple.

I have no idea how to convert, the only way I'm gonna learn is by comparing codes.

It is annoying when someone asks all the time but there's no need to be such an ass

Link to comment
Share on other sites

Re: [v1] New criminal.php layout (FREE)

I have another style for criminal.php if you want.

Firstly put in this link:http://www.futureconvict.com/tablehgrad1.png

Then save the picture as 'tablehgrad1.png' and upload onto your server.

 

Secondly open header.php and find:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

 

Then replace with:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

 

Then open criminal.php and replace all with:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Then you are done!!! :-D

If you want a screenshot visit here: http://www.futureconvict.com/screenshot.jpg

Or if you need any help please message me!

Thanks

Toxication

Link to comment
Share on other sites

Re: [v1] New criminal.php layout (FREE)

 

looks cool but better if v2s

Learn To F***ing Convert And Stop Asking On Every Post Its Annoying

 

Don't be such an ass, You don't learn if you don't ask simple.

I have no idea how to convert, the only way I'm gonna learn is by comparing codes.

It is annoying when someone asks all the time but there's no need to be such an ass

He Can Learn To By Being A Good Coder

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.

×
×
  • Create New...