![]() |
:p any idea when 1.2.7 will be released, im allready looking forward to it :)
|
Quote:
I completely overwrote and remodeled abe1's form-hack 4.0 product and created a 100% fully customizable world of warcraft recruitment form for my guild. I'm finalizing the product and fixing a few of the customizations before I release it to the general public. It's really nice and has 2 to 3 sections of vboptions with which to customize the form with. You can even include or exclude different sections, include new questions/answers for your form, etc right in vboptions. The second reason why I'm finishing up this product is because I'm going to be using part of the features from this product to add to calendar event creation. So, it's important I finish this second product and then continue working on the next release. I am, however, still working on minor adjustments for 1.2.7. The actual event creation bit probably won't come out until 1.3.0.
I hope that helps. |
Nicw!, Cant wait, That form hack modification sounds nice, ill definatly be replacing mine with yours :)
|
Today, for no reason as all, i have made no changes to the database, ive not even been home, i get home and i find in my emails, about 70 of these like errors:
Database error in vBulletin 3.6.7: Invalid SQL: REPLACE INTO armorydata (userid,m_name,m_class,m_race,m_level,ai_name,ai_c lass,ai_race,ai_level,aii_name,aii_class,aii_race, aii_level, m_gender,m_talentone,m_talenttwo,m_talentthree,m_t alentonename,m_talenttwoname,m_talentthreename, ai_gender,ai_talentone,ai_talenttwo,ai_talentthree ,ai_talentonename,ai_talenttwoname,ai_talentthreen ame, aii_gender,aii_talentone,aii_talenttwo,aii_talentt hree,aii_talentonename,aii_talenttwoname,aii_talen tthreename) VALUES (71, 'Maaikie','Mage','Undead','70','','','','', '','','','','Female','10','48','3', 'Arcane','Fire','Frost','','','','', '','','','','','','', '','',''); MySQL Error : MySQL server has gone away Error Number : 2006 Date : Friday, June 22nd 2007 @ 03:02:35 PM Script : http://www.eu-otd.com/calendar.php?d...=2007-6-24&c=1 Referrer : http://www.eu-otd.com/calendar.php IP Address : 84.27.196.102 Username : Maaikie Classname : vB_Database i have different ones for different usernames..... Database error in vBulletin 3.6.7: Invalid SQL: REPLACE INTO armorydata (userid,m_name,m_class,m_race,m_level,ai_name,ai_c lass,ai_race,ai_level,aii_name,aii_class,aii_race, aii_level, m_gender,m_talentone,m_talenttwo,m_talentthree,m_t alentonename,m_talenttwoname,m_talentthreename, ai_gender,ai_talentone,ai_talenttwo,ai_talentthree ,ai_talentonename,ai_talenttwoname,ai_talentthreen ame, aii_gender,aii_talentone,aii_talenttwo,aii_talentt hree,aii_talentonename,aii_talenttwoname,aii_talen tthreename) VALUES (1, 'Goonerr','Warrior','Orc','70','','','','', '','','','','Male','46','15','0', 'Arms','Fury','Protection','','','','', '','','','','','','', '','',''); MySQL Error : MySQL server has gone away Error Number : 2006 Date : Friday, June 22nd 2007 @ 08:39:51 PM Script : http://www.eu-otd.com/calendar.php?d...=2007-6-26&c=1 Referrer : http://www.eu-otd.com/calendar.php IP Address : 82.32.101.43 Username : Gooner Classname : vB_Database Do you know whats worng? i havnt touched anything since yesterday, and it was working fine yesterday. |
Maybe Blizzard made some change to the armory?
|
It's trying to update Goonerr correctly but there is an issue with the alternate(s) listed for Goonerr. Check your alternate data information and make sure whatever names are listed there are correct. No changes to the armory for US and no issues here since releasing 1.2.6. Check your alternates (that's the empty data it's trying to pass). I'm not saying yours is incorrect but that's where I would start first.
Secondly, keep in mind that I don't control the armory so therefore I can't efficiently run "down" tests against it. All I can do is safely assume everything is working as intended when the armory does go down. I really wish they would bring the armory down for about 2 or 3 days so that I could make some touchup adjustments. thanks for the headsup though. |
Added World of Warcraft Recruitment Form addon this morning. Check it out if you want:
https://vborg.vbsupport.ru/showthread.php?p=1274436 |
Elric is evil! Just when I get one addon working he adds another to frustrate me =p
Ok, I have it just shy of being exactly the way I want it. I've added the column and header for the member's spec. All that is missing is adding the commands to actually make it pull the data from userfield22 and input it in the table. I tried changing calendar_getday_event which seemed like it was part of the process but I either missed something or that is only part. This seemed a good point in which to ask for help before I mess something up ^_^ |
ok, i add this mod, all seems to be going well, when i go to add an event and enable sign up and save it it just goes to a white screen. when i check the calandar page again the event is there. but if anyone goes to click the even to signup it takes them to a white screen. lol what am i doing wrong. help. :P
|
Quote:
Let's start with that for starters. |
Quote:
|
Quote:
php version 4.4.7 curl library... erm??? open for urls on ??? (sorry forgive me i'm kinda new to some of this. blah) and no other modifications to calendar. this is the only one on a fresh install. |
Quote:
Configuration > PHP Core You should see..
If this is set to OFF, that's your first problem and you need to talk to your host provider to have them change the php.ini file to allow it to ON. The parser uses file_get_contents to pull data from the xml file on the armory. The second thing you should look for is under the following section while viewing the same file: Section is named CURL
If you don't see this then you have another problem and need to ask your hosting provider to install the curl libary which is a very common libary that everyone should have. Check that next. Also, make sure you read the troubleshooting section of the chm file. |
Quote:
i'll go back and read the troubleshooting section again to see if i've missed anything but it looks like it's all correct. |
Well that's great to hear. Try the steps in the .chm file one by one just to double check things and you might find out there is just one tiny thing wrong that's preventing you from using this. Otherwise, I'll continue helping you if you need help. It sounds like you at least have the backend configured properly so that's a giant step. :)
|
Quote:
Oh geez. *sigh* Hahah. Thanks for all the help elric and the fast responses. I'll pay more attention to where I'm uploading stuff next time. LOL dur. |
Oh no, everything is working great! I was trying to add in a new column for displaying the spec info. I have the column and row added to the table, but I need to add the code to have it pull the information from the userfield and display it in the table.
you can see here what I mean. http://www.rivalnation.com/forums/ca...=2007-6-25&c=1 The userfield is already added, it's userfield22 |
Quote:
Thanks, |
If anyone is interested, I'm going to begin work on a third project for raid progression. Here's the URL for the discussion:
https://vborg.vbsupport.ru/showthread.php?p=1276906 |
How would I go about changing the default font? Comic Sans MS is weak.
Awesome mod otherwise, keep up the good work. |
Quote:
|
Good stuff, I'll be looking out for it.
|
Hey Elricstrom
I'm completely stuck. I was going to PM this to you but couldn't do an attachment. |
OMG OMG NM it worked!
|
Elricstorm, Could you please repost the last version before the Armory update? My Blizz site I run is a community site for several realms. As much as I love the armory concept, it won't work for my needs as it is limited to one realm now.
I recently replaced my hard drive, so don't have the older version install files anymore. |
hi. i'm getting the following error when i try to set up and save an event:
Fatal error: Call to undefined function: curl_init() in /www/cgi/forum/includes/wowcalendar_functions.php on line 10 any ideas? |
I've just move my guilds site onto a new server but now the mod doesn't work, will the server running in safe mode prevent it from working?
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
I have good news and I have bad news. The good news is I have version 1.2.7 finished. The bad news is I won't release it until probably late tomorrow or early Saturday.
There are a lot of new features and changes and it will be fully compatible with gwow character now. Anyhoo, food for thought. :) |
Make sure you re-read all of the .chm instructions included with the latest version.
Version 1.2.7 Changes
|
Would it be possible to get a VG version of this otherwise I will just modify this myself for VG but im not good enough to convert the XML conversion.
|
Quote:
I am working on a raid content system and a looting system (the looting system should be open-ended and will support most gaming environments). |
Hello, I've been using this mod for a little bit and love it, but I changed to a host that has allow_url_fopen disabled saying it was a security risk and I am unable to override that setting.
I tried using the code posted earlier, but it is still not able to get the armory information. Quote:
Thanks again for such a great mod. |
Quote:
|
I didn't have time to read through all now, since I'm at work, but I have 1 quick question.
Is it possible to pull out a list of attendees to be placed in a macro ingame? That is a list that says /i Arminios /i Fysak /i Elvis ...and so on. If not, would that be possible to do? |
The calender is not pulling in level, class, etc.
any help? http://www.forgottencrusaders.com/im...eenShot002.jpg |
So, I found this in the troubleshooting section of the help file:
http://www.forgottencrusaders.com/im...eenShot005.jpg But this is what I get when I go there. How do I reset it, or turn it on? Also, if I get it back on, how do I modify for those settings? Thanks http://www.forgottencrusaders.com/im...eenShot006.jpg |
All times are GMT. The time now is 02:25 AM. |
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:
|