vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   RPG Integration Hack (https://vborg.vbsupport.ru/forumdisplay.php?f=102)
-   -   RPG Integration Hack - Old Support Thread (https://vborg.vbsupport.ru/showthread.php?t=73868)

Neal-UK 10-16-2004 07:14 PM

Quote:

Originally Posted by nealparry
yeah, done both of them. It was something to do with the date, but it works now. Just how do users get to the lottery page?

anyone willing to register on www.burnleyweb.com just so I can test the system out? Someone who uses this on a daily basis please. Appears to work for me, but having to re-start the forums, some members haven't come back yet.

Revan 10-16-2004 07:47 PM

Install one of the navbar addons to make the rpg appear on navbar.

Neal-UK 10-16-2004 07:57 PM

Quote:

Originally Posted by Revan
Install one of the navbar addons to make the rpg appear on navbar.

Yeah done that, thanks Revan. Think more members will like this hack. Well done on it by the way.

Mr Peabody 10-17-2004 12:35 AM

Cheers Reven Your suggestion worked like a charm and everything is 100%.

PHP Code:

            $specialtemplates = array(); 
            
//where [arg] is the arguement you found above 
            
$specialtemplates array_merge(array(
                
'options',
                
'cron',
                
'forumcache',
                
'usergroupcache',
                
'stylecache',
                
'utt_store_act',
                
'arcadesettings'
        
), $specialtemplates);
        } 

Strange though now i get a error when i try to post.

Quote:

Warning: Invalid argument supplied for foreach() in /home/bogans/public_html/includes/functions_editor.php on line 443
I'm going to ask if they can install php 5.0.2 maybe that will help.
Problems started with 5.0.0

deathemperor 10-17-2004 06:25 AM

Congratulations, Revan ! it's now HoTM. now you care to release V3 ? ^^ (I mean the ETA)

Revan 10-17-2004 10:12 AM

Quote:

Originally Posted by Mr Peabody
Strange though now i get a error when i try to post.

Quote:

Warning: Invalid argument supplied for foreach() in /home/bogans/public_html/includes/functions_editor.php on line 443
I'm going to ask if they can install php 5.0.2 maybe that will help.
Problems started with 5.0.0

In the meantime you can post the surrounding 5 lines, with linestamps, here so we can see if theres something missing :)


Quote:

Originally Posted by deathemperor
Congratulations, Revan ! it's now HoTM. now you care to release V3 ? ^^ (I mean the ETA)

Thanks :)
And about the eta, you can do the math:
Things I have to do before v3 final
  • Finish redesign of ACP (approx 60 % done now)
  • Look over the entire current hack, especially Speed and Evade, and clean up their function in battle.
  • Code about 10 new features, out of which about 3-4 are as big as some of the hacks in the Major Additions.... The tournament alone is almost as big as this hack in its own, at least if Im making it better than Inferno's :p
Now does it sound like I can give an eta? :P

deathemperor 10-17-2004 02:09 PM

it seems too long, really long.

tnx for the news anyway.

RMS 10-17-2004 05:02 PM

Alright, hopefully this time I don't come up with another crazy problem that only I manage to get.

It seems that my clans get clan points even when they fight their own clan members. It was my impression that you get these when one clan fights another. Is it supposed to be this way?

Revan 10-17-2004 05:59 PM

That might be a bug in the clan points system coding.
Ill take a look at it later.

Neal-UK 10-18-2004 07:17 PM

I've started getting database errors now when some users do something I don't know:

Database error in vBulletin 3.0.3:

Invalid SQL:
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip,
user.*, userfield.*, usertextfield.*,
user.ma AS uma,user.hp AS uhp,user.pp AS upp,user.ap AS uap,rpg_battle_options.namefield,rpg_battle_option s.exprate,rpg_battle_options.privacy AS battleprivacy,rpg_items_user.*,rpg_battle_stats.*, rpg_rpg_race.name AS rpgracename,rpg_rpg_race.alignment AS rpgalignmentname,rpg_rpg_classf.name AS fclassname,
rpg_rpg_classf.folder AS fclassfolder,rpg_rpg_classm.name AS mclassname,rpg_rpg_classm.folder AS mclassfolder,rpg_rpg_element.name AS elename,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.avatardata) AS hascustomavatar, customavatar.dateline AS avatardateline,
level,

editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason,
post_parsed.pagetext_html, post_parsed.hasimages,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid

FROM post AS post, rpg_battle_options, rpg_items_options
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN rpg_items_user ON rpg_items_user.userid=user.userid
LEFT JOIN rpg_battle_stats ON rpg_battle_stats.userid=user.userid
LEFT JOIN rpg_rpg_classf ON rpg_rpg_classf.id=user.rpgclass
LEFT JOIN rpg_rpg_classm ON rpg_rpg_classm.id=user.rpgclass
LEFT JOIN rpg_rpg_element ON rpg_rpg_element.elementid=user.element
LEFT JOIN rpg_rpg_race ON rpg_rpg_race.raceid=user.rpgrace AND rpg_rpg_race.alignmentid=user.alignment
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN reputationlevel AS reputationlevel ON(user.reputationlevelid = reputationlevel.reputationlevelid)

LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN post_parsed AS post_parsed ON(post_parsed.postid = post.postid)
WHERE post.postid IN (0,1229,1234)
ORDER BY dateline

mysql error: Got error -1 from table handler

mysql error number: 1030

Date: Monday 18th of October 2004 08:53:13 PM
Script: http://www.burnleyweb.com/forum/show...ted=1#post1234
Referer: http://www.burnleyweb.com/forum/show...=1229#post1229
Username: dellym
IP Address: XX.XX.XXX.XXX

I've had a few of these e-mails now concerning different members. I have the uCash / uShop hack installed too.


All times are GMT. The time now is 01:19 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.01820 seconds
  • Memory Usage 1,756KB
  • 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)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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