Forum: vBulletin 3.7 Add-ons
03 Apr 2008, 18:51
|
Replies: 4
Views: 3,093
Notification About Users' Subscriptions Expiring
Basically the title explains what this modification does. Works hand in hand with the subscription cron job so that when it compiles and sends out emails to the users it'll compile and sent out...
|
Forum: vB3 General Discussions
31 Mar 2008, 00:36
|
Replies: 2
Views: 1,352
|
Forum: vBulletin 3.0 Full Releases
16 Feb 2004, 19:21
|
Replies: 42
Views: 15,442
vb3 User Rating Hack v1.0
I think the title is pretty self-explanatory, but I've created a ratings system for users to rate each other.
Things to do...
Files To Upload ( 1 )
-- rate.php
Template Modifications ( 1 )
--...
|
Forum: vB3 Programming Discussions
14 Feb 2004, 08:07
|
Replies: 5
Views: 1,128
|
Forum: vBulletin 3.0 Full Releases
14 Feb 2004, 07:51
|
Replies: 118
Views: 28,740
Sadie Frost
WHERE t.forumid NOT IN ( " ....
Sadie Frost
WHERE t.forumid NOT IN ( " . implode ( ",", get_noaccess_forumids ( ) ) . " )
AND t.forumid != 16
Thanks for the links Natch I will take a look.
Cheers,
g-force2k2
|
Forum: vB3 Programming Discussions
13 Feb 2004, 06:14
|
Replies: 10
Views: 1,104
|
Forum: vB3 Programming Discussions
13 Feb 2004, 06:08
|
Replies: 3
Views: 801
|
Forum: vB3 Programming Discussions
13 Feb 2004, 06:06
|
Replies: 12
Views: 1,062
|
Forum: vB3 Programming Discussions
12 Feb 2004, 17:38
|
Replies: 4
Views: 1,070
Well depending if you used the table prefix...
Well depending if you used the table prefix option in the config.php it would be (table_prefix)user else it would just be user for the table. Also the passwords are stored as md5 encription.
...
|
Forum: vB3 Programming Discussions
12 Feb 2004, 17:35
|
Replies: 3
Views: 884
|
Forum: vB3 Programming Discussions
12 Feb 2004, 01:32
|
Replies: 12
Views: 1,062
|
Forum: vB3 Programming Discussions
12 Feb 2004, 01:30
|
Replies: 44
Views: 3,391
|
Forum: vB3 Programming Discussions
12 Feb 2004, 01:25
|
Replies: 8
Views: 1,454
|
Forum: vBulletin 3.0 Full Releases
11 Feb 2004, 13:19
|
Replies: 432
Views: 49,953
Nice work Boofo, just some ideas for future vb3...
Nice work Boofo, just some ideas for future vb3 stats hack, I would personally have used a datastore column instead of a new table ( special template ) and also would have used a cron job, but these...
|
Forum: vB3 Programming Discussions
11 Feb 2004, 10:05
|
Replies: 2
Views: 753
Have not looked at the hack, but either way you...
Have not looked at the hack, but either way you would have to edit the main template which I assume would be 'home' as you did and you can basically add all of the data there, but if you're trying to...
|
Forum: vB3 General Discussions
09 Feb 2004, 16:58
|
Replies: 3
Views: 1,177
|
Forum: vB3 Programming Discussions
09 Feb 2004, 05:00
|
Replies: 44
Views: 3,391
First off
$fv= $DB_site->query("SELECT...
First off
$fv= $DB_site->query("SELECT gallery_views FROM gallery_index WHERE gallery_id='$id'");
$views=$DB_site->fetch_array($fv);
is a waste of a query as it is getting data that already...
|
Forum: vB3 Programming Discussions
09 Feb 2004, 04:46
|
Replies: 7
Views: 1,105
|
Forum: vB3 General Discussions
09 Feb 2004, 03:55
|
Replies: 21
Views: 2,535
Yeah I don't really know C ( or C++ ) at all,...
Yeah I don't really know C ( or C++ ) at all, wanted to learn some, but you don't think that placing a return to return the the main cron control script, which would be exiting out of the inner cron...
|
Forum: vB3 General Discussions
09 Feb 2004, 03:45
|
Replies: 21
Views: 2,535
|
Forum: vB3 Programming Discussions
09 Feb 2004, 03:33
|
Replies: 7
Views: 1,105
lol, okay, but then I don't believe it is that...
lol, okay, but then I don't believe it is that line that is causing the error, because I tested it and it worked fine, do you have any conflicting lines above or below that could be causing the...
|
Forum: vB3 General Discussions
09 Feb 2004, 03:31
|
Replies: 21
Views: 2,535
|
Forum: vB3 General Discussions
09 Feb 2004, 03:28
|
Replies: 21
Views: 2,535
so then are you trying to break the control of...
so then are you trying to break the control of the cron job to stop the following scheduled cron jobs, because I see that you are logging the error that has occurred, and if thats the case couldn't...
|
Forum: vB3 Programming Discussions
09 Feb 2004, 03:22
|
Replies: 7
Views: 1,105
|
Forum: vB3 General Discussions
09 Feb 2004, 03:16
|
Replies: 21
Views: 2,535
Could not not define a global variable that is...
Could not not define a global variable that is ran through each loop and if an error is occured then instead of continuing the while loop it could instead break out, and if necessary first build a...
|