vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   VbTeams/Clubs Hack (https://vborg.vbsupport.ru/showthread.php?t=72448)

cat_san 03-10-2005 08:19 AM

figured it out --- shoulda ran the install script BEFORE making all those code modifications.... (good thing i kept backups of the originals, huh?)

Marco van Herwaarden 03-10-2005 08:22 AM

Well there is no select query in the install script (teams2.0.2_install.php), so i doubt you are getting this error during the install script.

This error look like the install script was never run.

TunerNetwork 03-10-2005 03:55 PM

well, im having problems where i have people as a member of certain teams and they cant access the private forums for that team etc.

Scerina 03-11-2005 03:39 AM

HELP ME!!!...

After the file modifications and as I attempted to enter my forum's main index page to edit the templates, I came upon this error message:

Database error in vBulletin 3.0.6:

Invalid SQL:
SELECT teams.*, teams.name AS username,

COUNT(user.userid) AS totalmembers,
sum(user.posts) AS posts,
sum(user.reputation) AS reputation
FROM vb3teams AS teams
LEFT JOIN vb3user ON(teams.teamid = user.teamid)
WHERE teams.teamid =1
GROUP BY teams.teamid


mysql error: Unknown table 'user' in field list

mysql error number: 1109

Date: Friday 11th of March 2005 12:37:55 AM


Can someone please help me here???

Marco van Herwaarden 03-11-2005 03:55 AM

Sounds to me like you are using table prefix, and the hack didn't support that.

Try to find the file where you made the edit to this sql when installing this hack. You will probably see something like:
PHP Code:

LEFT JOIN " . TABLE_PREFIX . "user ON....... 

chnage it to:
PHP Code:

LEFT JOIN " . TABLE_PREFIX . "user AS user ON....... 


Scerina 03-11-2005 05:53 AM

I didn't do any mysql edits just main file edits...u know how to install this script? If so, can you look over my modified files and see what went wrong and if you see any thing messed up can you fix it? I mean can you help me out????

Scerina 03-11-2005 08:27 AM

screw this hack! Is full of bugs and as I read this entire thread...I realize just like the rest of you...it was poorly coded and the creator is no where to be found to help us out when we need help...I hope someone else (who is more experinced in coding) pick this hack up and rewrite it and test it out...and may that coder be successful in it and we have another cool hack to add to our forums...as for the creator of this hack...you need to practice or learn more bout coding cuz this hack has great potentials but ya codin sux as there are so many bugs in it...is not even funny and it is freakin frustratin to try and sort it out...esp when ur not a techie like u!

PLEASE SOMEONE ELSE WITH MORE CODIN EXPERINCE REWRITE THIS HACK & I HOPE YOU HAVE BETTER LUCK WITH IT THAN IT'S ORIGINAL CREATOR!

And I do not mean to sound ungrateful here but seriously...too much bugs and is freakin frustratin to try and fix it and when u do fix something... more bugs pop up! It got great potential but the codin SUX big ass time

miz 03-15-2005 01:22 PM

Quote:

Originally Posted by Scerina
screw this hack! Is full of bugs and as I read thisentire thread...I realize just like the rest of you...it was poorlycoded and the creator is no where to be found to help us out when weneed help...I hope someone else (who is more experinced in coding) pickthis hack up and rewrite it and test it out...and may that coder besuccessful in it and we have another cool hack to add to ourforums...as for the creator of this hack...you need to practice orlearn more bout coding cuz this hack has great potentials but ya codinsux as there are so many bugs in it...is not even funny and it isfreakin frustratin to try and sort it out...esp when ur not a techielike u!

PLEASE SOMEONE ELSE WITH MORE CODIN EXPERINCE REWRITE THIS HACK & IHOPE YOU HAVE BETTER LUCK WITH IT THAN IT'S ORIGINAL CREATOR!

And I do not mean to sound ungrateful here but seriously...too muchbugs and is freakin frustratin to try and fix it and when u do fixsomething... more bugs pop up! It got great potential but the codin SUXbig ass time

peeps like is the exscat reason i dont post the fix's and updates.
i had bugs on the table prefix cuse i simply dont use it

you say my coding sux so you have 2 options right now
or code for yourself, or simply dont use my code
if you want to use it take it as it is

thats all. if you want to see my real coding you can take a look on my site
there all of my hacks working 100 % perfectly.

sorry but im not going to support any qustions from you any more
thanx for the response have a good day and good bye.

Polo 03-15-2005 03:58 PM

Quote:

you need to practice or learn more bout coding cuz this hack has great potentials but ya codin sux as there are so many bugs in it
Scerina no one is forcing you to use this mod, if you dont like it learn php and code it yourself. Here is a good link to start Learn PHP

Also remember that Miz is generous enough to share his mod with the community.. he has no obligation at all to be here or share his coded mods... he does it because he feels like it... if you dont like how he codes, as I said, learn php or pay some coder to create the pefect hack for you.

Have a great day.

P.S. Next time try to be nice and dont let frustration get to you.

TunerNetwork 03-15-2005 06:50 PM

ok, back on track now the hatred has been let out,lol

Anyone want to work on getting this to work correctly for us?


All times are GMT. The time now is 01:53 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
  • Page Generation 0.01550 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete