The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#71
|
||||
|
||||
Quote:
Code:
Warning: Undefined property: queries in /obb/lib/database/mysql.php on line 67 Warning: Undefined variable: HTTP_X_FORWARDED_FOR in /obb/base.php on line 164 Warning: Use of undefined constant lgthsubj - assumed 'lgthsubj' in /obb/base.php on line 341 Warning: Use of undefined constant lgthdesc - assumed 'lgthdesc' in /obb/base.php on line 342 Warning: Cannot add header information - headers already sent by (output started at /obb/lib/database/mysql.php:67) in /obb/base.php on line 395 Warning: Undefined offset: 99 in /obb/base.php on line 419 Warning: Undefined variable: quit_reason in /obb/base.php on line 429 Warning: Undefined variable: quit_reason in /obb/base.php on line 435 Warning: Undefined offset: 1 in /obb/lib/functions.php on line 170 Warning: Undefined variable: query_forums in /obb/lib/functions.php on line 234 Warning: Undefined variable: adminquery in /obb/cp.php on line 228 Warning: Undefined variable: settings in /obb/cp.php(247) : eval()'d code on line 44 Warning: Undefined variable: forummanager in /obb/cp.php(247) : eval()'d code on line 45 Warning: Undefined variable: users in /obb/cp.php(247) : eval()'d code on line 46 Warning: Undefined variable: usergroup in /obb/cp.php(247) : eval()'d code on line 47 Warning: Undefined variable: email in /obb/cp.php(247) : eval()'d code on line 47 Warning: Undefined variable: avatars in /obb/cp.php(247) : eval()'d code on line 48 Warning: Undefined variable: images in /obb/cp.php(247) : eval()'d code on line 49 Warning: Undefined variable: design in /obb/cp.php(247) : eval()'d code on line 50 Warning: Undefined variable: ipbanning in /obb/cp.php(247) : eval()'d code on line 51 Apparently you require register_globals to be turned On, which is a pointless requirement since you can emulate register_globals On (being an extraordinary programmer I'm sure you've heard of extract()). However, users that have it turned Off will never be able to see that requirement since they can't get to step 2, pal. Quote:
Ohh, what's this? PHP Code:
Correct me if I'm wrong, but didn't you say 24 queries on showthread was quite a lot? Code:
SELECT lots of fields FROM obb_configuration SELECT member, record FROM obb_active WHERE record = '47373d3133f1c660f' UPDATE obb_active SET lots of stuff SELECT lots of fields FROM obb_profiles WHERE username = 'Chen' SELECT send, subject FROM obb_pmsg WHERE owner = 'Chen' AND box = 'inbox' AND isread = '0' ORDER BY time SELECT forumid FROM obb_moderators WHERE modid = '1' SELECT org, rep FROM obb_vars WHERE groupid = 0 SELECT lgthsubj, lgthdesc FROM obb_configuration SELECT template, id FROM obb_templates WHERE groupid = 0 AND (id IN (lots of numbers)) UPDATE obb_profiles SET ip = '127.0.0.1', lastactive = '1026635458' WHERE username = 'Chen' SELECT isadmin FROM obb_usergroup WHERE id = 3 SELECT forumid, pollid, description, locked FROM obb_topics WHERE id = 1 UPDATE obb_active SET inforum = '2' WHERE member = 'Chen' SELECT smiley, image FROM obb_smilies UPDATE obb_favorites SET visit = '1' WHERE threadid = 1 AND username = 'Chen' SELECT ismoderator FROM obb_forum_permissions WHERE forumid = '2' and uid = '3' SELECT ismoderator FROM obb_usergroup WHERE id = '3' UPDATE obb_favorites set visit = '1' WHERE threadid = '1' AND username = 'Chen' SELECT title, replies FROM obb_topics WHERE id = '1' UPDATE obb_topics SET views = (views + 1) WHERE id = 1 UPDATE obb_configuration SET totalviews = (totalviews + 1) UPDATE obb_active SET location = 'Reading Topic testing...' WHERE record = '47373d3133f1c660f' SELECT output FROM obb_navigations WHERE id = 'forum:2' SELECT lots of fields FROM obb_posts, obb_profiles WHERE obb_posts.poster = obb_profiles.username AND obb_posts.threadid = '1' ORDER BY obb_posts.id LIMIT 0,10 SELECT member FROM obb_active WHERE member = 'Chen' AND '1026635468' - lastaction < 600 SELECT isadmin, ismoderator FROM obb_usergroup WHERE id = '3' SELECT title, icon FROM obb_usergroup WHERE id = '3' SELECT custom AS usertitle FROM obb_profiles WHERE username = 'Chen' LIMIT 1 SELECT image FROM obb_usergroup WHERE id = '3' LIMIT 1 SELECT cache FROM obb_cache WHERE name = 'forums:gid3' LIMIT 1 SELECT total, options, answers FROM obb_polls WHERE id = '1' SELECT org, rep FROM obb_vars WHERE groupid = '0' SELECT email FROM obb_profiles WHERE id = '1' Not to mention I see some double queries in there, specifically: Code:
SELECT org, rep FROM obb_vars WHERE groupid = 0 SELECT org, rep FROM obb_vars WHERE groupid = '0' /* or */ UPDATE obb_favorites SET visit = '1' WHERE threadid = 1 AND username = 'Chen' UPDATE obb_favorites set visit = '1' WHERE threadid = '1' AND username = 'Chen' |
#72
|
||||
|
||||
Now, Chen, have we learned something from this? With the help of these fine people, you are on your way to being the crack programmer they are. Aren't you blessed?!
|
#73
|
||||
|
||||
My God I have to switch to OBB right away, I know its dynamic code are going to prove to be much better than VB3.
|
#74
|
||||
|
||||
And don't forget those excellent coders that have taught us all so much with their superb software. Isn't life grand?
|
#75
|
||||
|
||||
Oh look, they also ripped two of nakkid's tutorials.
http://forums.prolixmedia.com/read.php?TID=1111 http://forums.prolixmedia.com/read.php?TID=1113 What a great group indeed. |
#76
|
||||
|
||||
Gee, after all this, I decided to look up this OBB and see what it was like.
http://www.prolixmedia.com/ Funny thing! When I got there, the newest member was "vBulletin", who is already correcting some of the misstatements made by Ace! |
#77
|
||||
|
||||
FireFly, I just read your post, and my.. that was hilarious
|
#78
|
||||
|
||||
I signed up a few hours ago, and the email came about an hour later.
|
#79
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
I will be the first to admit OpenBB needs a lot of work... Through a year of various coders in the mix, a complete release of the development team.. it's not exactly where it should be... which is why a new product is being developed from scratch, using the latest technologies. I personally never claimed OpenBB was superior to vBulletin as a whole... but there are definite faults, just as you pointed out in OpenBB (though, I would like to point out, openbb doesn't cost $160(?) either) There are somewhere around 6(?) queries on the index alone to generate statistics (on-the-fly, might I add)... Storing statistics in a seperate table is far more efficient than generating them on the fly, and could cut the index of vB down by half. Don't get me wrong, vB was very innovative, and back in the day (yes I was, and technically still am a vB license holder.. before my obb days), from a coding standpoint, it was the hottest thing since sliced bread. Those days have long passed (as they have for obb as well)... the coding is outdated, slow, lacks efficiency, and doesn't make use of the latest technology. That's what vB3 is for... and I hope it's everything it claims to be, because we ALL have a lot of catching up to do imo. Anyways, this has turned into a vB vs. OpenBB debate, and the issue at hand here was the hacking community. Given the number of users you have here, I think you're doing a good job... but I still take issue, if not as a vB licenseholder, then as an advocate of the idea of "community support".. I take issue with people like afterlab who come around to showboat their "creations", generate traffic to their own sites, and play "dangle the candy in front of the kids." It's unnecessary, and if memory serves, there's a section of this forum dedicated to just that thing... it's a shame that showoffs feel the need to get an ego boost at other's expense. The question of skill was brought in when commercialization of hacks was discussed. As I said, I too was a vB user, and I've seen the hacks produced.. and I will maintain that 80% are not worthy of being sold. That's not only because of skill, but if you look at some of these hacks, you know people can do better... as freddie said, it's an issue of pride. People already paid more than they should for vB itself, the whole point of a hacks "community" is to provide others with resources. 'Hackers' shouldn't be creating hacks with the intent to profit, at least not publicly. No, people shouldn't "waste their time" for free, but if one thinks of it like that, they really shouldn't be here anyways. At any rate, that's my .02, and I apologize this turned into something it shouldn't have. Regards. Edit: As for the "ripping" - there is no stolen code, and I believe you're referring to the tutorial? If that's the case, I was not aware it was from vB, and it has been removed. I suggest such issues be taken up with Anthony. |
#80
|
||||
|
||||
trivaya, you forget about my tutorials rip????????
who gives you the right to label them as yours???? do you have any idea how much time i spend to test everything and put it toghether? no, you dont. you didnt even bothered to change the graphs and the sentences a little... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|