vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   RPG Class Hack v2.0 (https://vborg.vbsupport.ru/showthread.php?t=41759)

joeboo 08-02-2002 08:32 PM

Thanks a lot Aerith! btw, i love how Spira Online looks :)

shidobu 08-05-2002 07:31 AM

Quote:

Originally posted by ExAvIoUr
instead of my class name i get this $rpgclass1.
you need to change
Code:

$rpgclass2 = '<img src="images/classes/'.$rpgclass1.'.gif" border="0" alt="'.$rpgclass1.'" align="left"><b>$rpgclass1</b>';
to

Code:

$rpgclass2 = '<img src="images/classes/'.$rpgclass1.'.gif" border="0" alt="'.$rpgclass1.'" align="left"><b>'.$rpgclass1.'</b>';
the single quote was basically making it output $rpgclass1 instead of the actual variable

ExAvIoUr 08-05-2002 02:41 PM

hey shidobu, thanx a lot. it worked.

[D]Vincent 08-05-2002 02:53 PM

Well I started working on my next version which I will try and include to be able to add/edit classes from Admin CP. I already started working on it but I should hvae it done by the end of the week ^^

mediafuzion 08-08-2002 11:06 PM

i cant get magic defense to work!

[D]Vincent 08-09-2002 09:21 AM

That was my mistake open the template postbit and replace Magic Defense: $rpgmagdef with Magic Defense: $rpgmagicdef

BTW I updated the hack. See the first post for more details.

And the admin cp thing I decided not to do because I'm only a beginner and I think I'll mess up my own board if I even try testing it out lol. Maybe later though :P

ExAvIoUr 08-09-2002 09:51 PM

u got an error or whatever u call it.

replace this in admin/function.php

PHP Code:

$rpgclass3 '<img src=\"={ imagesfolder }/classes/'.$rpgclass1.'.gif\" align=\"left\"><b>'.$rpgclass2.'</b>'

with this

PHP Code:

$rpgclass3 '<img src="{ imagesfolder }/classes/'.$rpgclass1.'.gif" align=\"left\"><b>'.$rpgclass2.'</b>'

that will fix the picture. take out the spaces in imagesfolder.

ExAvIoUr 08-09-2002 11:03 PM

also the admin add-on doesn't work. i tried a lot of stuff. but no results

[D]Vincent 08-10-2002 04:16 AM

x_x don't I feel stupid. I'll update it and fix that stuff in a feel minutes.

[D]Vincent 08-10-2002 04:21 AM

Updated the thing, I'm not sure why the admin only class doesn't work though... maybe it should be $post[groupid] instead of $bbuserinfo[groupid]. I'll look into it.


All times are GMT. The time now is 06:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01052 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete