![]() |
|
|
Mod Options |
World of Warcraft Class Recruitment Status module (db backend) Details »»
|
|||||||||||
|
World of Warcraft Class Recruitment Status module (db backend)
Developer Last Online: Apr 2013
This mod is no longer supported it has been rewritten.
The new mod is available here: http://www.vbulletin.org/forum/showthread.php?t=150449 Download Now Only licensed members can download files, Click Here for more information. Show Your Support
No members have liked this post.
|
|||||||||||
Similar Mod
|
||||
| Mod | Developer | Type | Replies | Last Post |
| World of Warcraft Recruitment Form | elricstorm | vBulletin 3.6 Add-ons | 161 | 31 May 2009 21:44 |
| World of Warcraft Recruitment Status Module! | ChaoticMageDDC | vBulletin 3.6 Add-ons | 13 | 28 Jan 2007 10:38 |
| Comments |
|
#2
|
|||
|
|||
|
***reserved***
No members have liked this post.
|
|
#3
|
|||
|
|||
|
awesome, would love to see more WoW hacks released for sure!
No members have liked this post.
|
|
#4
|
||||
|
||||
|
I second that.. I'll have to install this later when I get home. Nice job!
Jim No members have liked this post.
|
|
#5
|
|||
|
|||
|
Thanks! I also created one for Everquest 2 as well. Glad you like it!
No members have liked this post.
|
|
#6
|
|||
|
|||
|
Have a link to the EQ2 version?
No members have liked this post.
|
|
#7
|
|||
|
|||
|
I'll clean up the code and remove some of the site-specific things after work, I will try to get it posted here sometime this evening if I can.
![]() No members have liked this post.
|
|
#8
|
|||
|
|||
|
Haven't been able to get this to work.
Fatal error: Call to a member function query_read() on a non-object in /forums/modules/class_recruit.php on line 31 Anyone else able to get it to work? No members have liked this post.
|
|
#9
|
|||
|
|||
|
Originally Posted by Xylo
What version of VB are you using ?
Did you use the included example files or write your own forms ? What version of php ? Did you populate the database with base data before running it ?
__________________
EQ2 Raid Progression | Darkportals-World of Warcraft - My mods - EQ2 Postbit | MMO Recruitment Module No members have liked this post.
|
|
#10
|
|||
|
|||
|
Originally Posted by turnipofdoom
vBulletin Version 3.6.4
PHP 4.4.4 The database was pre-populated using the provided script (well cut and past the create and insert lines thus the recruitment table is in the forums database). I dropped class_recruit.php and recruitStatus.php into the modules directory. Added a php module in CMPS, file to include: recruitStatus.php, no parent, no clean file output. If I call the module directly I still get Recruitment Druid: Fatal error: Call to a member function fetch_array() on a non-object in /<snippath>/forums/modules/class_recruit.php on line 31 Though maybe the sql was dying (and thus not returning an array). Tried it by hand mysql> select status from recruitment where class = 'Druid'; +--------+ | status | +--------+ | Closed | +--------+ 1 row in set (0.00 sec) mysql> select status from recruitment; +--------+ | status | +--------+ | Closed | | Closed | | Closed | | Closed | | Closed | | Closed | | Closed | | Closed | | Closed | +--------+ 9 rows in set (0.01 sec) Seems to work fine. Not sure what's going on. Perhaps I'm setting up the module wrong in CMPS? No members have liked this post.
|
|
#11
|
||||||||
|
||||||||
|
Ahh right on, I will update the package tonight but to fix it change
to
private is not supported until php5..
__________________
EQ2 Raid Progression | Darkportals-World of Warcraft - My mods - EQ2 Postbit | MMO Recruitment Module No members have liked this post.
|
||||||||
|
#12
|
||||||||
|
||||||||
|
Originally Posted by turnipofdoom
Upgraded to PHP 5.1.2. Tried it both ways and still get the same error.
No members have liked this post.
|
||||||||
|
#13
|
|||
|
|||
|
Some follow up troubleshooting:
Broke down the query line into two parts to find out which was failing: 31: $temp = $this->vbObj->db->query_read( "SELECT status FROM recruitment WHERE class='$query'" ); 32: $result = $this->vbObj->db->fetch_array( $temp ); Failed at line 31 still (Fatal error: Call to a member function query_read() on a non-object) So thinking vbObj is borked I put in if ($this->vbObj == null) print ( "vbObj = null"); .. and got: Recruitment Druid: vbObj = null Fatal error: Call to a member function query_read() on a non-object So yeah I'm guessing the constructor didn't get called (?) or didn't return a valid object. So checking that I put in: if ($this->vbObj == null) print ( "vbObj = null"); global $vbulletin; $vbObj = $vbulletin; if ($vbObj == null) print ( "vbObj2 = null"); if ($vbulletin == null) print ( "vbulletin = null"); .. which gives me vbObj = null vbObj2 = null vbulletin = null So the problem is with the constructor not returning a valid object. Trying to figure that one out now. No members have liked this post.
|
|
#14
|
||||
|
||||
|
right, ima dumbass __construct is only valid in php5...
change
and that "should" solve the lack of compatability i coded into it ;p
__________________
EQ2 Raid Progression | Darkportals-World of Warcraft - My mods - EQ2 Postbit | MMO Recruitment Module No members have liked this post.
|
||||
|
#15
|
|||
|
|||
|
Please click installed. <3
__________________
EQ2 Raid Progression | Darkportals-World of Warcraft - My mods - EQ2 Postbit | MMO Recruitment Module No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Mod Options | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 12:36.






