Jump to content
MakeWebGames

Recommended Posts

Posted

basically i was trying to make a mod and failed thus far.

i wanted to see if anyone of the "good" coders here might be up for the challenge.

my idea involves changes to the following

jobs

view user

hof addition

 

i thought it would be easy at first but as i got into it it turned out above my skill level.

 

PM if you are interested and i will give you a full description of what i was needing.

and yes i will pay for good work.

Posted

$star=$db->query("SELECT * FROM jobs WHERE userid=$userid");

$job=$db->fetch_row($star);

if($job['jobrank'] = certain rank)

{

$image= "<image here>"

}

elseif( etc etc

then

 

print out $image w/e you want image to appear.

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