Jump to content
MakeWebGames

[mccode v2] Staff Applications


Zero-Affect

Recommended Posts

I got bored lately and edited a old modification i made for Killah-City.net.

There maybe a few bugs but i assume you guys will point them out.

Since i have not released anything new for awhile i thought i would post this.

It is pretty big but works great.

StaffApps.php -

You're unable to view this code.

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

 

SQl:

You're unable to view this code.

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

SQL 2:

You're unable to view this code.

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

 

staff.php -

Find:

You're unable to view this code.

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

Add Below:

You're unable to view this code.

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

 

Also Find:

You're unable to view this code.

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

Add Below:

You're unable to view this code.

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

 

smenu.php -

Find:

You're unable to view this code.

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

 

Add Below:

You're unable to view this code.

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

 

mainmenu.php -

Find:

You're unable to view this code.

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

 

Replace with:

You're unable to view this code.

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

 

ALL STAFF BUGS FIXED

Link to comment
Share on other sites

  • Replies 78
  • Created
  • Last Reply

Top Posters In This Topic

Re: Staff Applications [FREE]

 

$db->query = ('UPDATE `staffaps` SET lock='1' WHERE ID='0');

Parse error: syntax error, unexpected T_LNUMBER in /home/bloodycr/public_html/staff.php on line 225

$sql = sprintf("UPDATE `staffaps` SET `lock` = `1` WHERE ID = 0");

$db->query($sql);

I think that's what he was trying to do? Seen as he was using the = ?

Link to comment
Share on other sites

Re: Staff Applications [FREE]

actually no its fixed lol

i was going to sprintf but i realized that the 1 and 0 are not inputted so really no need for sprintf

 

it seems you do know what your at :mrgreen:

i have no idea what on earth your talking about...

what im at?

are you insinuating i don't know what im doing?

Link to comment
Share on other sites

Re: Staff Applications [FREE]

I see it now :-o

Take away the ' '

 

actually no its fixed lol

i was going to sprintf but i realized that the 1 and 0 are not inputted so really no need for sprintf

 

it seems you do know what your at :mrgreen:

i have no idea what on earth your talking about...

what im at?

are you insinuating i don't know what im doing?

I see, I never use $db->query =

So I just assumed that you was trying to use sprintf.

And I think he was directing it at me? Read up lol, I don't get it either...

Link to comment
Share on other sites

Re: Staff Applications [FREE]

i did say there maybe some bugs since i just opened the old file and added all the extra sprintf etc... and changed all the queries

I see, I never use $db->query =

So I just assumed that you was trying to use sprintf.

And I think he was directing it at me? Read up lol, I don't get it either...

naw he said something similar earlier i think he's trying to offend me in some way

 

Very nice mate :-)

thank you ColdK

 

free mod ;)

free mod? well the clue is in the subject you know the part that says [free]

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