![]() |
now my register.php won't go anywhere when you click submit :( Do u know what could cause that?
EDIT: I am gonna double check the codes in register.php again when i get home |
Well that Award is working perfect...
I just checked my register.php, and I did exactly what the installation file said, but my register.php doesnt work anymore |
This hack ++++ed up my database and now i dont know how to restore it
|
just upload your backed up database
|
you see wat this hack did was, when i installed it, when i was done, i had a php error, so i decided to uninstall it, when i uninstalled it, i had a database error, so i tried to restore my database, but now i get errors like
Code:
Invalid SQL: |
Nevermindfixed it now
|
Quote:
|
i installed the hack thru the HTL,
but after install, i can't find the Menu Options in the admincp... how/where can i add awards?... |
I have 3.0.3 and I cant get the Awards to show up on the posts. I have been through the files 3 times but i cant seem to find the problem (I had 3.0.1 installed and it worked fine) I was wondering if this was a common problem with 3.0.3
|
Ok. I dont know if my version of the software was old and not updated, but if you have installed the software on 3.0.3 and are having trouble making it show in the post where it says:
functions_showthread.php ADD BELOW: Code:
// do posts from ignored users |
Second time this has screwed up my database and ive had to restore it to 2 days before i installed it
I never want to see it again |
Installed and working well, but I just was wondering if an update was being worked on at this time...? Thanks for the great hack!
/me clicks install! |
Not at the moment, I am busy with work, trying to get my boards back up and running and a whole list of other things that take priority to this hack.
|
I have a big problem , i uninstalled the hack right now , and now i can?t enter on board or on admincp.
I got the folling database error : PHP Code:
Many thanks |
BIG problem here... I jsut followed all of the instructions to the T and I am getting this sql error when trying to view any thread.
Database error in vBulletin 3.0.3: Invalid SQL: SELECT post.*, post.username AS postusername, post.ipaddress AS ip, user.*, userfield.*, usertextfield.*, useraward.*, icon.title as icontitle, icon.iconpath, avatar.avatarpath, NOT ISNULL(customavatar.avatardata) AS hascustomavatar, customavatar.dateline AS avatardateline, level, NOT ISNULL(deletionlog.primaryid) AS isdeleted, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason, 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 LEFT JOIN user AS user ON(user.userid = post.userid) LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid) LEFT JOIN useraward AS useraward ON(useraward.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 deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND type = 'post') 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 () mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 23 mysql error number: 1064 It was my mistake. This is fixed now. Now I have to fix this dang "foreach" error. |
I made the changes that are supposed to fix the foreach errors but I still have them.
Any ideas? I did the regular install. |
Well, I tracked the problem down to this. I removed this chunk of code and now my forums actually work but not the awards... There is somthign in this code that is not workign well:
// ###### [START HACK='Awards/Medals/Cards by AnimeWebby' AUTHOR='AnimeWebby' VERSION='2.0' CHANGEID= 12 ] // AWARDS IN POSTBIT foreach($userawards AS $key => $useraward) { $userawardid = "award$useraward[awardid]"; if (!empty($post["$userawardid"])) { $userawardid_desc = $userawardid."_desc"; if ($post[$userawardid_desc] != '') { $useraward[description] = $post[$userawardid_desc]; } eval('$post[\'userawards\'] .= "' . fetch_template('awards_bit') . '";'); } } // END AWARDS IN POSTBIT // ###### [END HACK='Awards/Medals/Cards by AnimeWebby' AUTHOR='AnimeWebby' VERSION='2.0' CHANGEID= 12 ] |
I removed my one too ... replacing the files with my old ones ..
|
has anyone gotten this to install on 3.0.3, otherwise I will stay away
|
Quote:
|
I have it installed on 3.0.3 and it's working just fine. In fact, I have about 30 hacks on my 3.0.3 and I have no errors whatsoever! You can find a link to it in my sig, but it has not been grated public access yet. It will be opening soon, so all I can say now is that it works just fine on 3.0.3! I have attached a screenshot for everyone to see that it does work on 3.0.3! Hope everyone that needs help, gets it working soon! :)
|
After AnimeWebby pointed out the mistake I must have made everything works great. I have installed MANY hacks and even went over my work a second time before asking for help form the author but it was still user error on my part.
Thanks AnimeWebby! Great hack! I am running vb 3.0.3 btw. |
Quote:
|
Just run admincp/awards_install.php they are at the end :D
|
Great hack im using it :)
|
I can't get the awards to "stick" to the member I give it to. In the adminCP, I go to the user, choose the award (only have 1 installed at the moment), click "yes", hit "save", but it does not save. Any ideas?
*edit* I've gone through all files/templates 2x now. Still no dice. Also, I've installed this hack about 3x on other sites running 3.0.3. The hack works fine for them...but not on this latest one. Could it have something to do w/ the fact that I also have uShop and the Arcade hack installed? It's just odd though, that the setting just won't save. That seems to be the only problem. |
Quote:
|
:( Well damnit...I don't know wuttup. What file determines if that is to be saved or not? Could it be a setting instead??
I thought this would be admincp/user.cp, but I've made sure that the code edits are correct there. Also, I used HTL, and I'm using 3.0.3. |
Quote:
|
Go into your phpmyadmin and see if the useraward table is in there. Otherwise the only thing I could think of is a problem with admincp/user.php specifically:
PHP Code:
PHP Code:
|
Is it anyway possible to allow mods to give out awards? Just to make my life easier?
Or a way to schedule a way to have "broken user profile" fixed? |
installed with out a problem good ? flow
|
I have a problem..
Everything seems to work fine except when I try to view my member's public profile. So put back my original member.php and still have errors. help!! Code:
Invalid SQL: |
Well I narrowed down the problem to the functions.php file. I'm really not worried about this hack being shown in the member profile but rather just in the post bit..
So should I worry? |
that's exactly what I have AnimeWebby...still no dice. Would you mind taking a look at the file yourself to see if something else is conflicting with it?
|
bump
need help on this please. I have confirmed that it is NOT the user.php file. I have 2 sites. It works on 1, but not the other. So I took the user.php from the 1 that it did work on, and copied it to the site having troubles. Still, no change. It will not accept the change or selection of awards for a user. |
I've just tried to install this hack... I'm running 3.0.3 and followed the instructions to a tee..... I've reinstalled the original code twice now and continue to get the same error message....
Quote:
I have no other hacks or anything installed - this has been coded from a fresh install.... |
rex_b: I don't have any idea what has happened with your member profile page file... that is seriously messed up. If you want me to have a look contact me on any of my instant messenger services.
Apok: Try running this query in your admincp or phpmyadmin. If you still have troubles then contact me as above. PHP Code:
mfacer: I'll need to know what bit of code surrounds line 1890 and where this is happening. But there shouldn't be any code changes around that line to do with this hack. |
Quote:
I've used WordPad to edit functions.php and that worked perfectly. Off to try your hack now :) |
That's good to hear, keep me posted on the results :)
|
All times are GMT. The time now is 07:40 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|