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.
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
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?
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