Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 447
Search took 0.01 seconds.
Search: Posts Made By: Bitsys
Forum: vBulletin 2.x Beta Releases 09-25-2003, 09:49 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Version numbers that contain a letter after the...

Version numbers that contain a letter after the number means you only have to re-upload certain files. In this case, I believe you have to re-upload battlefight.php and battleupdate.php, as stated...
Forum: vBulletin 2.x Beta Releases 09-22-2003, 01:31 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Which link are you using to donate from then? Is...

Which link are you using to donate from then? Is the link in the rpgcp? Or is it in the meberprofile? Or is it somewhere else?
Forum: Member Archives 09-21-2003, 10:33 PM
Replies: 2
Views: 685
Posted By Bitsys
In showthread.php, find: FROM post,...

In showthread.php, find:
FROM post, battle_options
and change it to:
FROM post, battle_options, items_options

You may have to do this twice.
Forum: vBulletin 2.x Beta Releases 09-21-2003, 02:31 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
My hard drive crashed and I am in the process of...

My hard drive crashed and I am in the process of trying to recover the data. In the meantime, this means that I can't test any problems some of you are reporting with this hack.



Resetting...
Forum: vBulletin 2.x Beta Releases 09-18-2003, 02:32 AM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Could you describe exactly what actions you are...

Could you describe exactly what actions you are taking? What does the script do that it isn't supposed to do? Do you have a screenshot of any errors that it is giving you?
Forum: vBulletin 2.x Beta Releases 09-17-2003, 01:21 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
1. Go to your admin panel 2. Go to modify user...

1. Go to your admin panel
2. Go to modify user profile fields
3. Find the RPG Name profile field
4. Right click over the edit link and go to copy shortcut
6. Copy it in your browser
7. Near the...
Forum: vBulletin 2.x Beta Releases 09-17-2003, 01:10 AM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Are you sure that DB Fix solves the problem? You...

Are you sure that DB Fix solves the problem? You should only have to run DB Fix when users are added in the admincp manually.



Potions must hace a buff assigned to them and must either heal MA...
Forum: Community Lounge 09-15-2003, 09:43 PM
Replies: 29
Views: 2,892
Posted By Bitsys
His name is Andy Milonakis. He used to have a...

His name is Andy Milonakis. He used to have a website at http://www.andymilonakis.com , but it is no more.

You can see lots of his other videos at...
Forum: vBulletin 2.x Beta Releases 09-12-2003, 02:02 AM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Are you sure you did all of the edits both times?...

Are you sure you did all of the edits both times?

Did you try running DB Fix?

This isn't a problem with member.php since it doesn't control which usergroup you are in.
Forum: vBulletin 2.x Beta Releases 09-12-2003, 12:36 AM
Replies: 2,503
Views: 430,219
Posted By Bitsys
So you tried doing the file edits to...

So you tried doing the file edits to showthread.php and it didn't work? Were the file edits there or not?

Have you tried running DB Fix?
Forum: vBulletin 2.x Beta Releases 09-11-2003, 06:22 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
See if you are experiencing one of the following...

See if you are experiencing one of the following symptoms:

All of my users are being labeled as "Guest" in the postbit template.
No posts are showing up.
None of the RPG variables will...
Forum: vBulletin 2.x Beta Releases 09-11-2003, 06:20 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
In the 'rpgcp' template, find: $post[userid] ...

In the 'rpgcp' template, find:
$post[userid]
and chage it to:
$userid



Since we aren't supposed to be sending vb files to each other any more via PM, I will be posting the solution for you...
Forum: vBulletin 2.x Beta Releases 09-08-2003, 10:41 AM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Boh, it is against the rules to post a vb file...

Boh, it is against the rules to post a vb file like that.

When I said "send it to me", I was referring to a PM.
Forum: vBulletin 2.x Beta Releases 09-08-2003, 02:49 AM
Replies: 2,503
Views: 430,219
Posted By Bitsys
One of the edits in showthread.php did not...

One of the edits in showthread.php did not properly execute. Send me your showthread.php and I will fix it.




Admin CP -> Edit Items -> Click on the [Edit] Link next to an Item Category name...
Forum: vBulletin 2.x Beta Releases 09-07-2003, 07:39 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Is your battle privacy turned on or off?

Is your battle privacy turned on or off?
Forum: vBulletin 2.x Beta Releases 09-07-2003, 05:59 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Did you re-run the install file? It looks like...

Did you re-run the install file? It looks like you have getlevel() in there twice. To fix it, do the following:

In admin/functions.php, find the following twice:
// ###################### Start...
Forum: vBulletin 2.x Beta Releases 09-07-2003, 03:48 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
It looks like some of the edits to member.php did...

It looks like some of the edits to member.php did not execute properly. Try the following:

In member.php, find:
$signature=htmlspecialchars($bbuserinfo[signature]);

and ABOVE it, add:
//...
Forum: vBulletin 2.x Beta Releases 09-07-2003, 02:22 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Can you view the HTML source of the member...

Can you view the HTML source of the member profile webpage and paste it here?
Forum: vBulletin 2.x Beta Releases 09-05-2003, 08:59 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
In itemshop.php, find: require('./global.php');...

In itemshop.php, find:
require('./global.php');
and BELOW it, add:
if ($bbuserinfo['userid'] == 0)
{
show_nopermission();
}
Forum: vBulletin 2.x Beta Releases 09-05-2003, 04:57 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
The following code handle the % chance to hit. ...

The following code handle the % chance to hit.

It should be pretty self-explanatory.


// ############ % Chance to hit code ############
if ($oevade > 0)
{
...
Forum: vBulletin 2.x Beta Releases 09-05-2003, 12:58 AM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Spells don't have any battle debug messages.

Spells don't have any battle debug messages.
Forum: vBulletin 2.x Beta Releases 09-04-2003, 06:48 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
I have not decided one way or the other yet. ...

I have not decided one way or the other yet.

I am not very keen on the idea of "porting" it to vb3.
Forum: vBulletin 2.x Beta Releases 09-04-2003, 06:06 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Did you set the Battle Type of your Item Category...

Did you set the Battle Type of your Item Category for your shield to "Shields". Is the other admin's shield in the same item category as yours?
Forum: vBulletin 2.x Beta Releases 09-04-2003, 05:41 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Anger is still based on a user's level. To...

Anger is still based on a user's level. To restrict anger damage, do the following:

In battleupdate.php, find:
$debugvariables .= "Anger (\$anger): $anger\n";
and ABOVE it, add:
if ($anger >...
Forum: vBulletin 2.x Beta Releases 09-03-2003, 10:31 PM
Replies: 2,503
Views: 430,219
Posted By Bitsys
Oops, I forgot to tell you to edit the new battle...

Oops, I forgot to tell you to edit the new battle template ;)

Replace all "$key" with "$key1" in battle.php.

Then, in template battle_newbattle, find "key" and replace it with "key1".

Let me...
Showing results 1 to 25 of 447

 
Forum Jump

All times are GMT. The time now is 09:44 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.03275 seconds
  • Memory Usage 2,109KB
  • 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
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (72)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete