![]() |
My forums are www.zalastri.com :)
|
I am having one issue. My boards run version 2.3.0 and I've tried installing this hack twice just to make sure. both times it installed successfully, but on each occasion, when I go to edit profile in the user CP, all the RPG info appears twice.....once under "required info." and again at the bottom under "additional info."
1) basically I am wondering why? 2) and which category is it supposed to be under? 3) and how can I fix it if it's not supposed to be this way? |
when you add a class it does not show up in the profile but not on the class options in the admin cp
|
(my last question still is unanswered)
I have one more question: 4) In the postbit template, I have $rpname displaying N/A and $rpcash showing my character name see it at: http://rom.gloriousff.com/forums2/sh...?s=&threadid=1 edit: I figured out why, it was because I had to go to Battle edit options and change the RPG name field from 6 to 5... and I had to change the item edit options point field from field5 to field6 but....... after I did this, I kept getting database errors when trying to click my "donate" link in the postbit. so, I found out why....there is no "field6" that then existed in the userfield table, so I created it and now I get no more errors.. so I guess that when an admin changes those values like I did, they will get similar errors and that's how I fixed it... the only problem I have for now is duplication of all RPG fields in the user CP profile. One set appears in the "Required" fields, and the other in "optional" info....I am running VBulletin 2.3.0 |
i cant find bank interest in control panel how do i change percent bank interest 10% too much i want to change to 2%
|
I first got this error when trying to reply to a thread I created on my test board:
Parse error: parse error, unexpected $ in /home/gloriou/public_html/rom/forums2/newreply.php on line (it was the last line of the code) but there was no unexpected "$" anywhere near there! so I cleaned up all the spacing and instead I get this error now: Parse error: parse error, unexpected T_STRING in /home/gloriou/public_html/rom/forums2/newreply.php on line 198 which is roughly in this small peice of code: PHP Code:
I have attached the file... but for now, it's sleep time! I've been working on this hack for about 14 hours now, I only stopped to see Matrix Reloaded at the movies! |
Sign Up Points
Can i do that ?, any 1 sign up take 350 points thx |
Quote:
Quote:
Could you please clarify or explain the problem in a little more detail? Quote:
Quote:
Try the attached newreply.php. You were missing a semi-colon around line 197. Quote:
Some people say they have done this, but I have never done it myself. I recall that they later removed it because people were creating new accounts and donating the money to their main one. Quote:
Quote:
Removing the 2 makes it so that the winner only gets refunded his money, instead of getting refunded his money and his opponenets money. Unfortunately, the battle script is not smart enough to know hwo the battle was won/lost, therefore it would be rather difficult to change the outcome if someone retreats as opposed to someone dying. This is my fault since I did not plan this part properly. |
c next post (soz board made double post after i got a error)
|
having trouble :( i chmod my files etc etc but some reason it still didnt edit them so now i gotta do it manually, it says
in showthread.php find --- FROM post ".iif($forum[allowicons],'LEFT JOIN icon ON icon.iconid=post.iconid','')." LEFT JOIN user ON user.userid=post.userid LEFT JOIN userfield ON userfield.userid=user.userid replace with-- FROM post, battle_options, items_options ".iif($forum[allowicons],'LEFT JOIN icon ON icon.iconid=post.iconid','')." LEFT JOIN user ON user.userid=post.userid LEFT JOIN userfield ON userfield.userid=user.userid LEFT JOIN items_user ON items_user.userid=user.userid LEFT JOIN battle_stats ON battle_stats.userid=user.userid LEFT JOIN rpg_classf ON rpg_classf.id=user.rpgclass LEFT JOIN rpg_classm ON rpg_classm.id=user.rpgclass LEFT JOIN rpg_element ON rpg_element.elementid=user.element LEFT JOIN rpg_race ON rpg_race.raceid=user.rpgrace AND rpg_race.alignmentid=user.alignment thennnn it says find--- LEFT JOIN user ON user.userid=post.userid LEFT JOIN userfield ON userfield.userid=user.userid ".iif ($avatarenabled,"LEFT JOIN avatar ON avatar.avatarid=user.avatarid LEFT JOIN customavatar ON customavatar.userid=user.userid","")." LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid WHERE post.postid = '$postid' "); and replace it with some other code. Thing is its telling me to find the same bit of code there twice, but its givin meh too different things to replace it with. Now i noticed the code that its sayin to find exists twice in that php file, so do i replace the 1st bit of code i find with the 1st one it says to replace, and 2nd with 2nd bit etc etc :S Heck should i just try the install again?? but only select template parts?? i dont see why it didnt make the changes even tho i chmod the files to 777 |
Hmmm nm now guys, i ran the install again and it worked this time :)
|
Quote:
When I setup an item (additem type and add item) I want to change the type defaults. Most items change over just fine to new types. Some of the items would remain generic and some should not be available to generic. When I set them to other types the new values do take and are inserted into the DB just fine - but the generic type stays even when de-selected. I will look through the script and see what I can find |
These little figures etc, i got ones that are more Rap Suited, but they face forward. If i shrink em to the other ones sizes can i use em in this???
|
Quote:
Quote:
Public or private battle settings make no difference. I can manually start the battles in the CP by entering a password there or by setting the battle state to 1 and the rest of the battle works fine but without the automation of starting battles the battle system is useless. Any other suggestions? |
Dont spose people have images they have made for this they feel like sharing? Pleaseee lol
|
Quote:
|
Thanks for the link, mucho appreciatoo or somet :s
Errm that sites cool but its mainly well its all RPG stuff, which i guess makes sense, but i was kinda lookin for mini pics of weapons and otehr stuff. Basically i need to get some mini gun pictures, weed, al that kinda stuff |
Quote:
in battle.php, change all $key to $key1 and in battle_newbattle (or something like it)...change key to key1.. this would fix it. problem: somehow after the file battle.php include global.php, the key is lost. it will set back to blank. i installed this hack by copy and paste (no vbhacker) and i have no problem... |
Quote:
|
with regard to the error in newreply.php, I downloaded your file attachment (up a few posts ago) for newreply.php and then uploaded it to my web server and when I try to make a post reply I get:
Parse error: parse error, unexpected $ in /home/gloriou/public_html/rom/forums2/newreply.php on line 656 this only happens with the correctly edited newreply.php file, not the regular one that comes with VB 2.3.0 because I have tried both and I get that error with only the edited one. maybe if I knew all the changes made to newreply.php that were done by vbhacker, I could isolate the problem? any ideas on how to fix it? edit:: ignore all of this post, it was an error with my Lesane Store Hack, I didn't correctly edit newreply.php with that hack!!! sorry for wasting anyone's time! |
some bugs I noticed...
in template modifytemplate: - 2 $customfields are entered. Simply removing the first one and those related codes below the string will solve double appearance problem when a user modifying profile (which I think is mentioned though I din follow the whole thread) - instead of $customfields_required, _required is entered in the template. I am not so sure what errors will be generated, but I think it's better to replace it. Basically the two adjustments fixed the RPG appearing twice problem, as well as a problem where some of the RPG info are shown as "unknown" despite the info are actually configured properly in the admin cp. I am using vb2.3.0 btw. I hope this helps someone if it hasn't already do so. but if it did, I apologize for not following the thread. :( |
Quote:
Biography: A few details about yourself Location: Where you live Interests: Your hobbies, etc Occupation: Your job RPG Name: but I only want to get rid of RPG name (since it's a duplicate) |
have anyone here create a challenge list yet???
for example...a user want to battle...they will add themselves to the list and include a level that they want to challenge...other users can challenge those who are on that list.......if their level is equal or less than the one on that list..????? this thread is long.... |
Is there a way to have money given to the participants in a battle automatically? They would have to complete the battle of course so there would be no cheating, but is there a way to do this?
|
Nevermind, I'm a moron
|
engguist: if u r viewing the template in preview, those fields won't show. but if you save it, and go to the actual page, you will see that all of the fields you mentioned are listed. :) jsut follow wat i wrote there and u will be fine. :)
|
Quote:
Quote:
Try looking going to the Admin CP->User Proflile Fields->Modify and then remove one of the RPG Name fields, if there are two of them. After that, you have to go back to the Battle Options menu and fix the RPG Name field textbox. Quote:
Quote:
Quote:
|
any idea on a tenative date for the next beta release of this rpg system? I'm wondering if I should install 66 again or wait, a week for the next week, for the next release for example?
|
I'm having a few truble here.
I cant install the itemshop. When I tried to install it says database error Is it really bcoz of database error? coz the other stuff like battle has no problems. the same thing happen when I tried to access the healing ground |
Quote:
Quote:
What is the error? |
This is what I get when installing itemshop:
Database error in vBulletin Control Panel 2.3.0: Invalid SQL: ALTER TABLE items_user ADD item1 char(250) NOT NULL default 'No Item', ADD points1 int(5) NOT NULL default '0', ADD description1 char(250) NOT NULL default 'No Description Available', ADD icon1 char(250) NOT NULL default '', ADD itid1 int(11) NOT NULL default '0', ADD item2 char(250) NOT NULL default 'No Item', ADD points2 int(5) NOT NULL default '0', ADD description2 char(250) NOT NULL default 'No Description Available', ADD icon2 char(250) NOT NULL default '', ADD itid2 int(11) NOT NULL default '0', ADD item3 char(250) NOT NULL default 'No Item', ADD points3 int(5) NOT NULL default '0', ADD description3 char(250) NOT NULL default 'No Description Available', ADD icon3 char(250) NOT NULL default '', ADD itid3 int(11) NOT NULL default '0' mysql error: Duplicate column name 'item1' mysql error number: 1060 Date: Sunday 18th of May 2003 11:56:12 AM Script: http://www.theanimeworld.com/testvb/...ction=additems Referer: http://forum.theanimeworld.com/admin...hop_items.php? and this is when accessing healing ground Database error in vBulletin 2.3.0: Invalid SQL: SELECT items_user.bankval, userfield.field5 FROM items_user, userfield WHERE items_user.userid='1' AND userfield.userid='1' mysql error: Unknown column 'userfield.field5' in 'field list' mysql error number: 1054 Date: Sunday 18th of May 2003 11:57:52 AM Script: http://www.theanimeworld.com/testvb/heal.php Referer: http://forum.theanimeworld.com/ I also get this error when accessing a battle Fatal error: Maximum execution time of 30 seconds exceeded in /home/theanime/public_html/forum/battlefight.php on line 420 any help is greatly apreciated |
Quote:
|
a detailed account?
I didnt do much. I just followed the instruction exactly as it says. Yes I did run install_itemshop_items.php. The error I said before is found when I try to run that script. EDIT>never mind this prob. I got too many probs with my forum so I just wanna reinstall it back. |
Quote:
|
Quote:
|
I have a problem when I create new battle and input the password is '123456', it's say "Please enter a valid password", why ? Can't I fix it ? Who can help me ?
|
Quote:
In battle.php, find: PHP Code:
PHP Code:
|
Quote:
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. Edit Update: To get the Key to Key1 suggestion to work I had to go back and uncomment the lines you previously had me comment out. now it is indeed populating with a password in the database and the urls. However it does insist you enter a password and won't let you leave that field blank and when trying to get to the battle you get an error like: Fatal error: Maximum execution time of 60 seconds exceeded in /home/virtual/site2/fst/var/www/html/forums/battlefight.php on line 419 Any suggestions? BTW: line 419 of battlefight.php is PHP Code:
|
Quote:
|
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 |
All times are GMT. The time now is 07:16 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:
|