Jump to content
MakeWebGames

Recommended Posts

Posted

can anybody make a mod so that users can change the colour of there name by paying a certain in game or out of game fee ? or is it not someting likely to happen ? i seen a similar thing on www.mafiareloaded.com and was wondering idf somebody can make a free mod about it . thanks

Posted

Re: Mccodes V2 Request Name Changes

Store the colour of the data in the user table in a hexadecimal code. Where you want the colored name add something like..

 

You're unable to view this code.

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

Posted

Re: Mccodes V2 Request Name Changes

 

if u have players with different colours and stuff its easier for hackers to hack

lol. You know nothing about hacking eh?

I do know becos my cousin told me y and his a haker. Including images

Posted

Re: Mccodes V2 Request Name Changes

Open Preferances.php

You're unable to view this code.

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

Underneath add

You're unable to view this code.

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

Find

<a href='preferences.php?action=sexchange'>

underneath add

Name Color Change

Find

You're unable to view this code.

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

Underneath add :

 

You're unable to view this code.

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

Open Header.php

Find

Name:

replace with

if($ir['color'] == "")

{

echo("Name:");

}

else

{

echo("<font color='{$ir['color']}'>Name</font>);

}

Not sure it works first time using post XD

Posted

Re: Mccodes V2 Request Name Changes

 

I do know becos my cousin told me y and his a haker. Including images

If I were your cousin, I'd be mad at you for outing me as a talentless hack.

Posted

Re: Mccodes V2 Request Name Changes

 

I do know becos my cousin told me y and his a haker. Including images

Your cousin aka pain, know's nothing about hacking. All he did was exploit using a SQL injection and he call's himself "hacker" please. Get a life.

As for image's. Only way is if you bypass the file type which i will not tell you how to do. And i don't think you know how to.

@ Yaz123, that is very insecure. Just input

 

'><script>alert('document.cookie');</script><a href='#

And every where my name is displayed. I get document.cookie :)

Posted

Re: Mccodes V2 Request Name Changes

add to global func or create a who.php file and insert

You're unable to view this code.

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

Then in each page replace the standard name calling to nameformat($r['userid']) // and $userid for your own pages you view

:)

Posted

Re: Mccodes V2 Request Name Changes

Hello Heres What i coded it works too :)

Preferences:

 

You're unable to view this code.

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

 

You're unable to view this code.

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

 

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.

 

Then Header:

find:

You're unable to view this code.

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

 

Enjoy it should work and when changing the color in preferences Make Sure you put it like #000000 or #FFFFFF etc .

  • 3 months later...
Posted

Re: Mccodes V2 Request Name Changes

For

You're unable to view this code.

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

Could have.

You're unable to view this code.

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

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