Jump to content
MakeWebGames

Recommended Posts

Posted

open viewuser.php and find <? include globals.php"; and replace with

You're unable to view this code.

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

 

then

add this to were you want your signature

You're unable to view this code.

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

 

open prefrences.php and find

You're unable to view this code.

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

 

and after that this

 

You're unable to view this code.

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

 

at the end of the page find

$h->endpage();

?>

before that add this

 

You're unable to view this code.

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

 

run this sql query

 

You're unable to view this code.

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

 

 

hope you like this i didnt make it but i am gonna edit this soon to my edited version imma have where you can have pictures and profile music players like projectplaylist up there with your own custom skin and stuff.... :mrgreen:

Posted

Re: BBCode_Engine

yea magic i edited lmao i made it were u can have pics on ur pro wid [ IMG] tags sorry for space didnt no if it would do a image lmao but yea when the site gets like torncity secuirty lamo ill add music players lmao

Posted

Re: BBCode_Engine

 

yea magic i edited lmao i made it were u can have pics on ur pro wid [ IMG] tags sorry for space didnt no if it would do a image lmao but yea when the site gets like torncity secuirty lamo ill add music players lmao

You made it able to use the [ img ] tags when they are already there?

  • 2 weeks later...
Posted

Re: BBCode_Engine

I have no problem with coding but why would i wanna waste my time on something this stupid... this is a opinion forum also mate so your allowed yours but next time think before you type :roll:

Posted

Re: BBCode_Engine

Yeah Joker its called a example... :roll:

i have no use for bbcode i was just pointing out that the original sig on profiles allows that but hey next time i wont bother and you can find out the hard way :-)

Posted

Re: BBCode_Engine

on my game i added another file called bbcode.php and it tells you all about bbcode there is even a few that i found that wasnet in there from other sites and added them into mines

  • 3 months later...
Posted

Re: BBCode_Engine

I ended up implementing the forum BBCode into my profile signatures and mailboxes without any problems. When trying to add it to Gang Announcements and Gang Description, the BBCode works but I get line breaks displayed.

Does this have to do with the fact that I am using '$gangdata' in {$gangdata['gangDESC']} instead of '$r' because that is the only difference that I see between the BBCodes for the mailbox, sig or forum.

How could I remove the line breaks from being displayed?

  • 2 years later...
  • 1 month later...
Posted

in the above script change

You're unable to view this code.

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

 

to

You're unable to view this code.

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

and that will make it more secure

Posted

$r['sig']=$bbc->bbcode_parse(htmlspecialchars(stripslashes(($r['sig'])));

did you see what you did? lol

there is an extra (

should be...

$r['sig']=$bbc->bbcode_parse(htmlspecialchars(stripslashes($r['sig'])));

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