The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'm new to PHP and don't know much about it, but I'm trying to make a rpg class hack for my forums. This of course would be simple, but I'm making it to where they select a class in User CP and level up in it, so I was wondering how to make something equal something with two if's. Like I need it to be if $rpgclass equals Squire and $shwolevel equals 3 through 7 then it will equal something else like Knight or something. I would have just created multipule post fields and did it like
If ($showlevel == 3) { $post[fieldwhatever] = Knight } But then I have the porblem with postbit of getting them all into and I still don't know how to make it equal that level to another level. Can someone help? |
#2
|
|||
|
|||
![]() PHP Code:
|
#3
|
||||
|
||||
![]()
Thanks so much ^_^
|
#4
|
||||
|
||||
![]()
I get this error x_x
Parse error: parse error in /usr/local/psa/home/vhosts/fflounge.com/httpdocs/board/admin/functions.php on line 285 Fatal error: Call to undefined function: getuserinfo() in /usr/local/psa/home/vhosts/fflounge.com/httpdocs/board/admin/sessions.php on line 110 |
#5
|
||||
|
||||
![]()
use this code, GS has forgotten some things
![]() PHP Code:
|
#6
|
||||
|
||||
![]()
I still get this error x_x
Parse error: parse error in /usr/local/psa/home/vhosts/fflounge.com/httpdocs/board/admin/functions.php on line 283 Fatal error: Call to undefined function: getuserinfo() in /usr/local/psa/home/vhosts/fflounge.com/httpdocs/board/admin/sessions.php on line 110 |
#7
|
|||
|
|||
![]()
[D]Vincent where did you put your coding
![]() g-force2k2 |
#8
|
||||
|
||||
![]()
Vincent]I don't know the exact line but I put it after
Quote:
|
#9
|
|||
|
|||
![]()
take the coding out that you inserted and then reupload the admin/functions.php see if it runs fine then? just wondering if it is the addition or not?
g-force2k2 |
#10
|
||||
|
||||
![]()
It's that I know because when I took it out it started working, I've been trying to mess with it but I can't figure out what's wrong...
Question, could it possibly be that I can't edit that postfield? Because I made it $post[field38] instead of the $rpgclass |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|