vBulletin Modifications

Miscellaneous Hacks - vB3 Teams Hack.

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > Forum Archives > vBulletin 3.0 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs

Advertisement
  
Not Supported
[vB 3.0.7] Miscellaneous Hacks - vB3 Teams Hack. (236)
Released: 09-21-2004, 01:37 PM
Modification Information:
Author: Fury
Last Online: 10-11-2006
Hack Version: 1.1 Installer Included: 0 Additional queries added to database: 0
New Templates: 2 Template Edits: 1 File Edits: 0
New Files: 0 New Phrases: 0 Installation Time (In Minutes): 5

Well as you all know i had some bugs, didnt want to rerelease it but alot of people pmmed me with request to give it to them, and i worked with some1 today, and fixed all the bugs that this hack had.

ReadMe.txt
You must first be a registered member to view any code.
Have Fun!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 12-31-2004, 03:12 PM   #61
Junior Member
Join Date: Oct 2004
hiscl is on a distinguished road

Post i have error .. PLEASE HELPME

i have 3 error.
1st
You must first be a registered member to view any code.
NOT FOUND...


2nd
You must first be a registered member to view any code.
NOt FOund :xeye:


3st error

Edit last10racebits Template <-- where ??

i have 3.0.3 !

PLEASE HELP ME

///
como soy espaņol aveces no entiendo mucho el ingles, quizas falle en algo yo///




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 12-31-2004, 03:38 PM   #62
Charter Member
Join Date: Jun 2004
tomer_shim is on a distinguished road

Default

1. just find:
You must first be a registered member to view any code.
and replace with
You must first be a registered member to view any code.
and then find:
You must first be a registered member to view any code.
and replace with:
You must first be a registered member to view any code.
2,3:
those are made for u if u installed ShavedApe's race hack... if u did i dont see any reason for u not finding that statment and template...

good luck.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-03-2005, 10:52 AM   #63
vB Newbie
Join Date: Dec 2004
Fedalto is on a distinguished road

Default

Quote:
Originally Posted by Fury
first of all, thanks!

now, truth be told, i cant find a reason why it shouldnt work out for you.
try to change the "var" value like
You must first be a registered member to view any code.
if you'll see "Fedalto@testing" then something is wrong with "calling" the value from the db, if you wont see it, try to "reinstall" this part again. if you cant fix it after that as well, just upload your index.php to here, and ill fix it for you, or pm it.

Greetz, Fury
i was looking at that and found the error. that's a bug at your system... take a look here:

You must first be a registered member to view any code.
this query is wrong:
$ruser = $DB_site->query_first("SELECT teamid FROM user WHERE teamid='$row[userid]'");

it should be:
$ruser = $DB_site->query_first("SELECT teamid FROM user WHERE userid='$row[userid]'");

the WHERE is wrong, it should be userid instead of teamid..

for the ones who installed your hack, do the following:

Open index.php and find:

You must first be a registered member to view any code.
Replace with:

You must first be a registered member to view any code.
thats it ;)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-06-2005, 03:54 AM   #64
Charter Member
Join Date: Jul 2004
denman is on a distinguished road

Default

can someone help me out with this Error?

Database error in vBulletin 3.0.3:

Invalid SQL: INSERT INTO adminlog (adminlogid,userid,dateline,script,action,extrainf o,ipaddress) VALUES (NULL,'1',1104991794,'team.php','','','')
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 'o,ipaddress) VALUES (NULL,'1',1104991794,'team.php','','','')'

mysql error number: 1064




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-06-2005, 04:33 AM   #65
Coder
Join Date: May 2004
Real Name: Isaiah
Location: Anaheim
Isaiah is on a distinguished road

Default

pff all you guys have damn a lot of problems yet i installed this hack working great and i only found one and i fixed plus i changed it to work with Shaveape/mine Counters...




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-07-2005, 03:51 AM   #66
Coder
Join Date: May 2004
Real Name: Isaiah
Location: Anaheim
Isaiah is on a distinguished road

Default

btw 1 request once you add someone to a team there name still shows up in the list i was wondering if you can make so there name aint chooseable becuase if you have a big board its gonna be a ***** making adding them all to each team they are with. SO maybe you can make it where there names get moved and instead of having it thanks and please




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-07-2005, 08:51 AM   #67
Junior Member
Join Date: Oct 2004
joop66 is on a distinguished road

Default

Quote:
can someone help me out with this Error?

Database error in vBulletin 3.0.3:

Invalid SQL: INSERT INTO adminlog (adminlogid,userid,dateline,script,action,extrainf o,ipaddress) VALUES (NULL,'1',1104991794,'team.php','','','')
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 'o,ipaddress) VALUES (NULL,'1',1104991794,'team.php','','','')'

mysql error number: 1064
replace:
(adminlogid,userid,dateline,script,action,extrainf o,ipaddress)
with:
(adminlogid, userid, dateline, script, action, extrainfo, ipaddress)

the 'extrainf o' has a space in it, and if u dont place 's around this mysql gets confused. but my gues is that this space shouldn't be there at all.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-07-2005, 07:34 PM   #68
vB User
Join Date: Oct 2004
SeQual is on a distinguished road

Default

Yo m8, using another counter system.

http://www.vbhacks.us/forum/showthread.php?t=831

Haven't seen the changes yet for that counter mentioned in topic yet


in db counter located at 'userfield'

field1, field2, et cetera




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-08-2005, 08:14 AM   #69
Coder
Join Date: May 2004
Real Name: Isaiah
Location: Anaheim
Isaiah is on a distinguished road

Default

like fury said best cuonters to use are shaveape which are rlsed by me made by him i fixed them up and look at my profile to find them




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-10-2005, 10:39 AM   #70
Charter Member
Join Date: Jul 2004
denman is on a distinguished road

Default

How can i fix this you ?

Database error in vBulletin 3.0.3:

Invalid SQL: UPDATE teams SET pubs=pubs-, hacks=hacks-, races=races-, scans=scans- WHERE teamid=''
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 ' hacks=hacks-, races=races-, scans=scans- WHERE teamid=''' at l

mysql error number: 1064




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Install System Part 2 Ken Iovino Announcements 10 05-19-2005 11:40 AM


All times are GMT -3. The time now is 06:21 PM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)