vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   RPG Integration Hack /w Battle (BETA) (https://vborg.vbsupport.ru/showthread.php?t=46417)

LangTuDaTinh 05-19-2003 10:00 PM

Quote:

Today at 02:25 PM Spark said this in Post #1650
Hi , :)
We have a little problem with this really interessting Hack. When we will select element , race etc. in our profile , it will not saved. We can?t select any Selections , too.
Please help us , we have an demo user for you to look at our problem
http://hang.anime-angelz.de/vbb
Username : test
pass: test

the prob is in the profile and then later in the rpgcp.php
Thx for help


read the instruction carefully, u missed some codes in member.php. have u edit ur member.php yet...it seems that u have not edited that file yet..

DarkDraco07 05-20-2003 02:23 AM

anyone know how to keep it from displaying battle threads in new post search? i want them to be recorded but not displayed there

LangTuDaTinh 05-20-2003 02:30 AM

Quote:

Today at 08:23 PM DarkDraco07 said this in Post #1652
anyone know how to keep it from displaying battle threads in new post search? i want them to be recorded but not displayed there


first, get its forumid

second, in search.php

look for
PHP Code:

if ($action=="getnew") { 

about 20 lines below that u will see

PHP Code:

    $wheresql.=" AND thread.open<>10"

change it to (replace XXXXX with that forumid)

PHP Code:

    $wheresql.=" AND forumid != XXXXX  AND thread.open<>10"


you_ands_i 05-20-2003 05:27 AM

I've already fix "Invalid password" error, but in Private Message the password battle not show and when I click go to Battle, the system show "Invalid Battle Password", why ? fix ?

Cicada 05-20-2003 07:25 AM

just installed it on a test board, no problems, after installing it on a production board, i ran into quite a few -- it does not updae XP with posts;

is tehre any way to:

a) fix this
(EDIT: i think ive fixed it, was in battle optiosn to give users XP per post, duh)


YET, that did not fix the problem :(


b) uninstall teh hack manually

also, i get this error when submitting a new reply:

Code:

Invalid SQL: SELECT field5 FROM userfield WHERE userid='1'
mysql error: Unknown column 'field5' in 'field list'

mysql error number: 1054

yet if i hit the back button and submit the reply again, it goes through -- i've added the auto-update stats into the newthread and newreply scripts as per the instructions...

also,

Code:

Invalid SQL: SELECT field6, field5 FROM userfield WHERE userid='5'
mysql error: Unknown column 'field6' in 'field list'

mysql error number: 1054

I get that when trying to search for a user to edit in teh admin CP.

i also get

Code:

Invalid SQL: SELECT field5 FROM userfield WHERE userid=5
mysql error: Unknown column 'field5' in 'field list'

mysql error number: 1054

when tryingto donate GP/Points/Gil to a user.

it's also not updating Gil/GP for user posts. :mad:

LangTuDaTinh 05-20-2003 07:37 AM

Quote:

Yesterday at 11:27 PM you_ands_i said this in Post #1654
I've already fix "Invalid password" error, but in Private Message the password battle not show and when I click go to Battle, the system show "Invalid Battle Password", why ? fix ?
have u change all "$key" in battle.php to "$key1" yet?
also change "key" in battle_newbattle template to "key1". if u do this then u will have no problem...

Cicada 05-20-2003 07:56 AM

Quote:

Today at 09:52 AM LangTuDaTinh said this in Post #1657
first, where did u get the code for auto update stats for newreply and newthread?

in the new version of this hack, i don't think he use that anymore....

in itemshop > Edit Options >"point field" > change that field id to ur point field id which u can get in Modify from User Profile Fields

do the same for Edit Options from "battle"

but since u are using the old code or something,

to fix this, u need to get the field id from User Profile Fields >Modify,

there are "Points, and "RPG name" , change ALL field6 to fieldxxxxxx (where xxxxxxx is ur RPG name field id) and do the same for ALL field5
which is for "Points"

i downloaded whatever was attatchedto the first post -- where can i get teh newer version/upgrade script for the newest version?

also, the battles are not working :(

LangTuDaTinh 05-20-2003 07:59 AM

oppss i think the code will paste the variable from ur itemshop and rpg setting....so the error look like that

anyway to fix this, do only this

in itemshop > Edit Options >"point field" > change that field id to ur point field id which u can get in Modify from User Profile Fields

do the same for Edit Options from "battle"

note: there are "Points, and "RPG name" , change field6 to fieldxxxxxx (where xxxxxxx is ur RPG name field id) and do the same for field5 which is for "Points"

try to fix this first...then see if "the battle" is working or not

note: i delete my post above to shorter this thread.....eeheh..

roninuta 05-20-2003 03:42 PM

Does anyone know where a good place to start would be if I wanted to setup a class that was admin only? I do not want mods getting to this particular class for testing purposes.

Cicada 05-20-2003 06:00 PM

Quote:

Today at 09:59 AM LangTuDaTinh said this in Post #1658
oppss i think the code will paste the variable from ur itemshop and rpg setting....so the error look like that

anyway to fix this, do only this




in itemshop > Edit Options >"point field" > change that field id to ur point field id which u can get in Modify from User Profile Fields

i dont understand whete to gt the field ID

Bitsys 05-20-2003 06:43 PM

Quote:

Yesterday at 03:32 PM Jagang said this in Post #1648
Yes still having same issue. Really I'd like to strip the whole password system out since i really have no need of it and all it is doing is causing me problems.
Did you try what I posted at https://vborg.vbsupport.ru/showthrea...117#post397117 ?


Quote:

Yesterday at 03:49 PM Sun Boy said this in Post #1649
So, Can you make this addon, plase ?
Sorry, I can't do that right now.
Quote:

Yesterday at 04:25 PM Spark said this in Post #1650
Hi , :)
We have a little problem with this really interessting Hack. When we will select element , race etc. in our profile , it will not saved. We can?t select any Selections , too.
Please help us , we have an demo user for you to look at our problem
http://hang.anime-angelz.de/vbb
Username : test
pass: test

the prob is in the profile and then later in the rpgcp.php
Thx for help

Hi, I visited the board and attempted to log in with the username and password that you provided, but I was not successful. Are you sure that the username and pass you provided to me are correct?

Quote:

Today at 01:27 AM you_ands_i said this in Post #1654
I've already fix "Invalid password" error, but in Private Message the password battle not show and when I click go to Battle, the system show "Invalid Battle Password", why ? fix ?

Did you turn off private battles in the admin cp?

Quote:

Today at 03:25 AM Cicada said this in Post #1655
just installed it on a test board, no problems, after installing it on a production board, i ran into quite a few -- it does not updae XP with posts;

is tehre any way to:

a) fix this
(EDIT: i think ive fixed it, was in battle optiosn to give users XP per post, duh)


YET, that did not fix the problem :(


b) uninstall teh hack manually

also, i get this error when submitting a new reply:

Code:

Invalid SQL: SELECT field5 FROM userfield WHERE userid='1'
mysql error: Unknown column 'field5' in 'field list'

mysql error number: 1054

yet if i hit the back button and submit the reply again, it goes through -- i've added the auto-update stats into the newthread and newreply scripts as per the instructions...

also,

Code:

Invalid SQL: SELECT field6, field5 FROM userfield WHERE userid='5'
mysql error: Unknown column 'field6' in 'field list'

mysql error number: 1054

I get that when trying to search for a user to edit in teh admin CP.

i also get

Code:

Invalid SQL: SELECT field5 FROM userfield WHERE userid=5
mysql error: Unknown column 'field5' in 'field list'

mysql error number: 1054

when tryingto donate GP/Points/Gil to a user.

it's also not updating Gil/GP for user posts. :mad:


Not sure about the first problem, so lets fix the second one and see if it helps. Read https://vborg.vbsupport.ru/showthrea...664#post331664 and do the same thing for the Points field.

Quote:

Today at 03:56 AM Cicada said this in Post #1657
i downloaded whatever was attatchedto the first post -- where can i get teh newer version/upgrade script for the newest version?

also, the battles are not working :(


What error message are you getting?

Cicada 05-20-2003 09:24 PM

Quote:

Today at 08:43 PM Bitsys said this in Post #1661
Did you try what I posted at https://vborg.vbsupport.ru/showthrea...117#post397117 ?

Not sure about the first problem, so lets fix the second one and see if it helps. Read https://vborg.vbsupport.ru/showthrea...664#post331664 and do the same thing for the Points field.


What error message are you getting?

that fixed the points updating problem, but i still cant figure out why it doesnt update XP with the posts? I enabled it in the battle optionsto gain XP per post...

BTW,. thank you for hte help with my problem :)

Bitsys 05-21-2003 08:10 PM

Quote:

Yesterday at 05:24 PM Cicada said this in Post #1662
that fixed the points updating problem, but i still cant figure out why it doesnt update XP with the posts? I enabled it in the battle optionsto gain XP per post...

BTW,. thank you for hte help with my problem :)

How much XP per post are they supposed to be getting?

Quote:

Yesterday at 08:54 PM Me! said this in Post #1663
Not sure if this was addressed yet but, maybe in another version of this mod you might want to make it verify the user has enough money to match the icrement of the bet made.

A person challenged me to a battle with a wager of 500 gil, However I only have about 200 and it still allowed me into battle.

This is not supposed to be happening. How much money was in your bank account and how much was in your pocket?

Dribbles 05-21-2003 08:41 PM

Is there a way to un-install this hack? I'm mainly concerned with the changes it made to my MySQL database. I seems like there are a lot of things to delete if I have to go in manually with PHPmyAdmin and do it by hand?? Is there an easy list of all the things to delete? thnx

eXentriC_nova 05-24-2003 07:59 AM

I wanna ask how can I make when healing you dont use the money in bank. I wanna to use the money in cash.
Some of my members bugging me thia problem coz them not to get any interest at all.
And also I have this problem. If anyone request a draw and the ppl who are answering to the request accidently click 'submit reply' without choosing yes or no the battle got stuck. The page just refreshes with the option either saying yes to the draw or say no tothw draw. And it goes forever.

MindTrix 05-24-2003 02:40 PM

quick question. Cause im runnin demo battles, its all good, but it seems every punch thats delt always hits. Do they ever miss? and wut about weapons etc? they got some sort of accuracy % ?

Asso 05-25-2003 04:19 PM

OH-MY-GOD! it' a GREAT hack and i'm waiting for this since 2001! THANKS! I'll support you forever!

sonic3d 05-25-2003 05:24 PM

is there a way to change the defense.

like if the buff of the shield is like 5000 and the person who attacked you with a sword has a buff of 5250, then the attack will only do 250 damage. i like this way instead, a lot better.

l8er
sonic

MindTrix 05-25-2003 07:15 PM

Has anyone else noticed how there is 112 pages now of errors, and then the solutions for possibly the greatest and most wanted hack in VB history lol. Im surprised some of VB's best hackers aint lent a hand. Ne wayz i jus wanted to point out that Bitsy has dun a amazing job here and not once has he/she gave a nasty reply or useless reply. he/she has answered everyones questions and comments amazingly and i think everyone should get on their knees and pray to our new god! lol, im outroz (luv da hack)

MindTrix 05-25-2003 09:18 PM

wait i got a moan lol, people on my site have weapons, yet when battling its telling them they dont have any to use, so they can only use their fists, even tho the weapons are showing under their stats etc :S

Nefi 05-26-2003 12:02 AM

Well it works, and it's real nice. But I have a tiny problem. I used VBHacker to install this, if you wanted to know.

Everytime I go to a thread it would always show empty, nothing ever would show. If anyone has any idea on what this is about, please tell me. A screenshot below to show you an idea how. If you need more information tell me ( i did follow all steps )

Xziz 05-26-2003 01:57 PM

Bitsys, are you working on the final version of this hack? I have a lot of members who ask for new features but if you are going to be upgrading it i'd rather wait until you have the upgrade ready and vb3 is ready to just do a fresh install at that point. If not I will be adding features to it here and there.

Bitsys 05-26-2003 05:36 PM

Quote:

05-21-03 at 04:41 PM Dribbles said this in Post #1665
Is there a way to un-install this hack? I'm mainly concerned with the changes it made to my MySQL database. I seems like there are a lot of things to delete if I have to go in manually with PHPmyAdmin and do it by hand?? Is there an easy list of all the things to delete? thnx

There is not an easy way at the moment, as stated in the first post. If you search this thread, you can come up with a couple of ways I have described before. Quick summary: Delete all tables that were added. Delete the fields added to the userfields and user tables. Manually undo the file edits or restore the backups.

To assist in this process, you can have vbhacker give you a .txt file of how to install the hack. Using this text file, you can do the install in reverse to uninstall it.

Quote:

05-21-03 at 08:49 PM Me! said this in Post #1666
Hmm I need to test that problem some more and I'll let you know in better detail what's happening

A few minor things I noticed, when someone uses a potion regardless of their gender, it says "he" For example: "MissNegativity used the potion "Yellow Potion" to gain 300 HP. He feels much better now." it's really not a big deal at all, it seems to bug my users and I hear about it all the time XD


Thanks, I found it.

Quote:

05-24-03 at 03:59 AM eXentriC_nova said this in Post #1668
I wanna ask how can I make when healing you dont use the money in bank. I wanna to use the money in cash.
Some of my members bugging me thia problem coz them not to get any interest at all.
And also I have this problem. If anyone request a draw and the ppl who are answering to the request accidently click 'submit reply' without choosing yes or no the battle got stuck. The page just refreshes with the option either saying yes to the draw or say no tothw draw. And it goes forever.


The first problem is due to the RPG system defaulting to the bank currency instead of cash. I am reluctant to change this because it is more reliable.

The second problem sould have been fixed in the last version. Does the template not have a default option selected?

Quote:

05-24-03 at 10:40 AM MindTrix said this in Post #1669
quick question. Cause im runnin demo battles, its all good, but it seems every punch thats delt always hits. Do they ever miss? and wut about weapons etc? they got some sort of accuracy % ?

Fists only have a chance of missing if the opponent has armor. Weapons always have a chance of missing, but it is dependent upon the opponents evade, I think. They do not have an accuracy, per se, but they will miss every now and then. Previously, they were missing too much and the battle wasn't very fun.

Quote:

Yesterday at 01:24 PM sonic3d said this in Post #1671
is there a way to change the defense.

like if the buff of the shield is like 5000 and the person who attacked you with a sword has a buff of 5250, then the attack will only do 250 damage. i like this way instead, a lot better.

l8er
sonic


All formulas are editable in battle.php. Look for
PHP Code:

$damagedone = @floor(($weapon[damage] + $regattbonus) * $uelemod $anger $bonusattack $armor $regdefminus); 

and adjust it to your liking.

Quote:

Yesterday at 05:18 PM MindTrix said this in Post #1673
wait i got a moan lol, people on my site have weapons, yet when battling its telling them they dont have any to use, so they can only use their fists, even tho the weapons are showing under their stats etc :S

Are you sure you assigned a battle type to the weapon categories? To do this, go to the Edit Items Menu and locate a Category Name. Next to the name, you should see an edit link. Click on the link and change the battle type.

Quote:

Yesterday at 08:02 PM Nefi said this in Post #1674
Well it works, and it's real nice. But I have a tiny problem. I used VBHacker to install this, if you wanted to know.

Everytime I go to a thread it would always show empty, nothing ever would show. If anyone has any idea on what this is about, please tell me. A screenshot below to show you an idea how. If you need more information tell me ( i did follow all steps )


Some of the edits to showthread.php did not work correctly. Send me your showthread.php and I will fix it for you.

Quote:

Today at 09:57 AM Xziz said this in Post #1675
Bitsys, are you working on the final version of this hack? I have a lot of members who ask for new features but if you are going to be upgrading it i'd rather wait until you have the upgrade ready and vb3 is ready to just do a fresh install at that point. If not I will be adding features to it here and there.

I am extremely close to a final version. However, this hack will not be compatible with vb3 and I don't know if I will update it to be compatible with vb3. I may just make a completely new hack for vb3, but that is doubtful right now (especially since vb3 still isn't out).

MindTrix 05-26-2003 06:43 PM

Thank 4 ya help, it might be the drop down thing u mentioned, but my servers down now so i gotta wait b4 i can check :p

PixelFx 05-26-2003 09:04 PM

Bitsys thanks for all your hard work on this..

sonic3d 05-27-2003 12:07 AM

is ne willing to expand on what this says

PHP Code:

$damagedone = @floor(($weapon[damage] + $regattbonus) * $uelemod $anger $bonusattack $armor $regdefminus); 

i know it sats weapons damage plus the atk then does it times the element and anger plus the bonus atk. and it minuses from whose armor and def?

l8er
sonic

eXentriC_nova 05-27-2003 04:34 AM

about my 2nd problem I am using the latest version
and I dont think the template have the default selection selected.

engquist 05-27-2003 08:46 AM

I have another question:

people don't have their money count shown in their postbit (the postbit shows no value whatsoever for their money not even 0) , nor can I donate to them until they've fought a battle, I am using Lesane's store points.....how can I have their money always shown and active even if they haven't fought the first battle?

thank you for your time everyone!

my testing forums are at:

http://rom.gloriousff.com/forums2/

Bitsys 05-27-2003 04:09 PM

Quote:

Yesterday at 08:07 PM sonic3d said this in Post #1679
is ne willing to expand on what this says

PHP Code:

$damagedone = @floor(($weapon[damage] + $regattbonus) * $uelemod $anger $bonusattack $armor $regdefminus); 

i know it sats weapons damage plus the atk then does it times the element and anger plus the bonus atk. and it minuses from whose armor and def?

l8er
sonic

See https://vborg.vbsupport.ru/showthrea...314#post359314 for more information.

Quote:

Today at 12:34 AM eXentriC_nova said this in Post #1680
about my 2nd problem I am using the latest version
and I dont think the template have the default selection selected.


Open the battle_arenadraw template. Find:
Code:

<input type="radio" name="charaction" value="drawno">
and change it to
Code:

<input type="radio" name="charaction" value="drawno" CHECKED>
Quote:

Today at 04:46 AM engquist said this in Post #1681
I have another question:

people don't have their money count shown in their postbit (the postbit shows no value whatsoever for their money not even 0) , nor can I donate to them until they've fought a battle, I am using Lesane's store points.....how can I have their money always shown and active even if they haven't fought the first battle?

thank you for your time everyone!

my testing forums are at:

http://rom.gloriousff.com/forums2/


Try putting $post[storep] in place of the other money variable in your postbit template.

There should be no restriction on when you can donate to a user. Are you sure that they have to have completed a battle before you can donate to them? What error message are you getting?

engquist 05-27-2003 10:15 PM

Quote:

Today at 11:09 AM Bitsys said this in Post #1682

Try putting $post[storep] in place of the other money variable in your postbit template.

There should be no restriction on when you can donate to a user. Are you sure that they have to have completed a battle before you can donate to them? What error message are you getting? [/B]
I have $post[storerep] being used in the postbit already....what's the other variable that you thought I might have previously had? maybe I should try it?


it will do this when I click on donate user:

I click donate user: and here's an example

Verify and choose your action below:
Username wich you want to donate to:
sun2mid

sun2mid have this amount of points on the moment:


Wich action do you want to execute?
Decrease/Increase


it should say: sun2mid have this amount of points on the moment: 0

but there is no number

then I click "increase" and I give 1000

then the screen says:

You Succesfully Donated Points To sun2mid:
You succesfully donated 1000 to sun2mid.
sun2mid have points on the moment

but between the words "have" and "points" should be the number 1000.

it seems that it won't show the amount of points they have until they engage in a battle...if you want to register at my test forum bitsys, I'll give you required access to see the problem yourself:

http://rom.gloriousff.com/forums2/





in other words, if people never choose to battle, they never have any points given to them for posting or anything. I am using VBulletin 2.3.0 and am using Lesane's store points. i have also installed the lesane's lottery addon for the shop.

Mijae 05-28-2003 02:38 PM

Bytsis, I can only hold 4 items at once. Is that normal?

I have a 3 category main itemshop, and there are 3 custom shops made by users, but I only have space to hold 4 items total.

sonic3d 05-28-2003 03:56 PM

how many queries does it add in the showthread?

l8er
sonic

Xyphen 05-28-2003 07:05 PM

I suggest that people who can make addons for this hack start if Bitsys can release the hack as a full version and take it out of Beta status..

engquist 05-28-2003 07:23 PM

how do I do a complete uninstall of this hack, where can i I get a complete listing of all queries that must be undone, and all template edits and additions, and all php file changes? Thank you!

it's a great hack, but there are so many options that I think it's difficult to fix all the bugs and I get too many errors and issues running a new board with VBulletin 2.3.0.

I will wait until all issues have been fixed.

Mijae 05-28-2003 08:38 PM

Sonic3d: it depends on what you add to showthread.php. I have just one query from this hack.

Engquist: using vbhacked that you used to install the hack select "generate html" list or something like that, it will show you all the edits/queries/templates, and you will just have to manually remove everything. There arent that many bugs, I have this hack running under a moderately modified board.

PSI|Dr-X 05-29-2003 12:06 PM

Bytsis, i appreciate if you can make the new version of this beta the sooner possible because this version has alot of bugs...

if anyone has 0.65 contact me plz

Mijae 05-29-2003 03:29 PM

What bugs does it have? My users haven't experienced any yet.

Bitsys 05-29-2003 06:50 PM

Quote:

05-27-03 at 06:15 PM engquist said this in Post #1683
I have $post[storerep] being used in the postbit already....what's the other variable that you thought I might have previously had? maybe I should try it?


it will do this when I click on donate user:

I click donate user: and here's an example

Verify and choose your action below:
Username wich you want to donate to:
sun2mid

sun2mid have this amount of points on the moment:


Wich action do you want to execute?
Decrease/Increase


it should say: sun2mid have this amount of points on the moment: 0

but there is no number

then I click "increase" and I give 1000

then the screen says:

You Succesfully Donated Points To sun2mid:
You succesfully donated 1000 to sun2mid.
sun2mid have points on the moment

but between the words "have" and "points" should be the number 1000.

it seems that it won't show the amount of points they have until they engage in a battle...if you want to register at my test forum bitsys, I'll give you required access to see the problem yourself:

http://rom.gloriousff.com/forums2/





in other words, if people never choose to battle, they never have any points given to them for posting or anything. I am using VBulletin 2.3.0 and am using Lesane's store points. i have also installed the lesane's lottery addon for the shop.

Is that with the RPG Donate link, or Lesane's Store donate link? If it is an RPG donate link, which one are you clicking?

Quote:

Yesterday at 10:38 AM v0id said this in Post #1684
Bytsis, I can only hold 4 items at once. Is that normal?

I have a 3 category main itemshop, and there are 3 custom shops made by users, but I only have space to hold 4 items total.


The original itemshop only allows one personal itemshop item in your inventory at a time. So, 3 categories + 1 personal slot = 4 slot total.

Quote:

Yesterday at 11:56 AM sonic3d said this in Post #1685
how many queries does it add in the showthread?

l8er
sonic


1 query, as stated in the first post.

Quote:

Yesterday at 03:23 PM engquist said this in Post #1687
how do I do a complete uninstall of this hack, where can i I get a complete listing of all queries that must be undone, and all template edits and additions, and all php file changes? Thank you!

it's a great hack, but there are so many options that I think it's difficult to fix all the bugs and I get too many errors and issues running a new board with VBulletin 2.3.0.

I will wait until all issues have been fixed.


Go to vbhacker. Click on my hack, then at the bottom click on "Generate a text file". Click proceed. It should give you a text file of every single file edit, template edit, and query that was run.

Quote:

Today at 08:06 AM PSI|Dr-X said this in Post #1690
Bytsis, i appreciate if you can make the new version of this beta the sooner possible because this version has alot of bugs...

if anyone has 0.65 contact me plz


Could you please state the bugs? I think I have most of them fixed, but I want to make sure.

sonic3d 05-29-2003 07:18 PM

ok then, its for sure not this hack that i have a lot of queries in showthread. i think i know what it is though.

l8er
sonic

Bitsys 05-29-2003 08:20 PM

Version 0.67 is done. Check the first post for the new .zip file. Upgrade instructions are included in the upgrade directory.

This is a bug fix version.
  • Itemshop restocking bug fixed. (The referenced variable was out of scope).
  • Attempted fix for battle password not validating properly.
  • Fixed gender message bug in battleupdate.php.
  • Fixed Edit Item type bug causing item types to default to generic.
  • Fixed battle_arenadraw template bug causing users to not select an option when drawing.
  • Fixed usernames with ' bug.
  • Store points should now display properly in the rpgcp.
  • The update stats code should now properly take certain variables in to account.

With this version, if you specify non-private battles, then battle creation will not require a valid password.

Also, an item's stock will not reset if it is below the minimum stock value.

An uninstaller is included with this version. If you had problems installing using vbhacker, then the uninstaller will probably have problems too. Look in the UNINSTALL directory for more info.

As always, if you find any bugs or errors, let me know :)


All times are GMT. The time now is 07:46 PM.

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.03179 seconds
  • Memory Usage 1,936KB
  • 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
  • (8)bbcode_code_printable
  • (6)bbcode_php_printable
  • (31)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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