Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: zarkov
Forum: vB3 General Discussions 07-15-2001, 10:00 AM
Replies: 2
Views: 996
Posted By zarkov
Hey Im no expert but try leaving off the WHERE id...

Hey Im no expert but try leaving off the WHERE id part of the sql statement.


CREATE TABLE menu (
id int(3) NOT NULL auto_increment,
linkid varchar(255) NOT NULL,
linktitle text NOT...
Forum: vBulletin 2.x Full Releases 07-08-2001, 12:05 AM
Replies: 219
Views: 31,335
Posted By zarkov
Sorry for not replying sooner but our host lost...

Sorry for not replying sooner but our host lost all our files and database in a server crash or somming, spent the last 2 weeks trying to get a new reliable host and rebuild the board and the last...
Forum: vBulletin 2.x Full Releases 07-07-2001, 11:48 PM
Replies: 63
Views: 7,446
Posted By zarkov
Class hack m8, less than 30 secs to install. ...

Class hack m8, less than 30 secs to install.

I could have done with this 2 days ago lol.
:)
Forum: vBulletin 2.x Full Releases 06-15-2001, 09:21 AM
Replies: 219
Views: 31,335
Posted By zarkov
dont use beta SW :)

dont use beta SW :)
Forum: vBulletin 2.x Full Releases 06-12-2001, 09:09 PM
Replies: 93
Views: 17,249
Posted By zarkov
OK look for this code in private.php if...

OK look for this code in private.php

if (is_array($privatemessage)) {
header("Content-type: application/octet-stream");
header("Content-disposition: attachment; filename=messages.txt"); ...
Forum: vBulletin 2.x Full Releases 06-12-2001, 07:16 AM
Replies: 93
Views: 17,249
Posted By zarkov
What browser you using? I found that the...

What browser you using?

I found that the code in the hack worked in IE 5 but not 5.5, I had to do a little digging around,But i assume its to do with http versions, IE 5 being http 1.0 complient...
Forum: vBulletin 2.x Full Releases 06-10-2001, 08:56 AM
Replies: 93
Views: 17,249
Posted By zarkov
Then it must be something to do with the hack,...

Then it must be something to do with the hack, either your doing something wrong or possibly your using PHP 3 and it maybe it doesnt work with 3 ( that is only a guess as i have never tried it on 3).
Forum: vBulletin 2.x Full Releases 06-10-2001, 08:47 AM
Replies: 55
Views: 10,279
Posted By zarkov
Ive come up with this to stop the date problem ...

Ive come up with this to stop the date problem
In pmstats.php

Find

$lastpost = strftime("%d-%m-%y<br>%H:%M:%S", "$user[lastpost]");

and replace with

if ($user[lastpost]==0){
Forum: vBulletin 2.x Full Releases 06-10-2001, 08:26 AM
Replies: 55
Views: 10,279
Posted By zarkov
the lastactivity, lostpost & lastvisit date &...

the lastactivity, lostpost & lastvisit date & times are colour coded Green for less than a week, Blue for 1 - 2 weeks old, and red for any date older that 14 days.
Forum: vBulletin 2.x Full Releases 06-10-2001, 08:22 AM
Replies: 219
Views: 31,335
Posted By zarkov
Ive updated the install_v2.txt file with the new...

Ive updated the install_v2.txt file with the new hacks and included the new modlog.php file.

I dont have V1 so cant test or even play with the code, so if someone else can do the new instructions...
Forum: vBulletin 2.x Full Releases 06-09-2001, 11:46 AM
Replies: 93
Views: 17,249
Posted By zarkov
did it work OK when you re up the original file?

did it work OK when you re up the original file?
Forum: vBulletin 2.x Full Releases 06-09-2001, 09:46 AM
Replies: 93
Views: 17,249
Posted By zarkov
restore private.php and see if that works then...

restore private.php and see if that works then rehack.
You probably deleted a , or } or something. :)

See my hack based on this one to Email the selected PM's to the registered email address...
Forum: vBulletin 2.x Full Releases 06-04-2001, 08:58 AM
Replies: 128
Views: 18,520
Posted By zarkov
Kier, Well done this is a great hack, installed...

Kier, Well done this is a great hack, installed and working like a charm in less than 2 mins.

Cheers :)
Forum: vBulletin 2.x Full Releases 06-03-2001, 10:33 PM
Replies: 33
Views: 7,174
Posted By zarkov
ethank, the thread starter was already...

ethank, the thread starter was already "underlined" without this hack and the last post members name wasnt.

It has nothing to do with the hack m8, Although i cant see where the underline is...
Forum: vBulletin 2.x Full Releases 06-02-2001, 10:23 PM
Replies: 686
Views: 49,549
Posted By zarkov
I couldnt agree more which is why i asked ;) ...

I couldnt agree more which is why i asked ;)

But by the souds of it id be best advised not to install and test on a working board with NO perl knowledge/ experience then ill leave alone and hope...
Forum: vBulletin 2.x Full Releases 06-02-2001, 09:48 PM
Replies: 686
Views: 49,549
Posted By zarkov
wow thanks for the quick responses guys much...

wow thanks for the quick responses guys much appreciated
Forum: vBulletin 2.x Full Releases 06-02-2001, 08:11 PM
Replies: 18
Views: 3,867
Posted By zarkov
to be honest it was because i was so proud that i...

to be honest it was because i was so proud that i got it to work properly that i couldn wait to share it.
I had to edit the post 3 times to add in the bits i missed through my excitement and joy.
...
Forum: vBulletin 2.x Full Releases 06-02-2001, 08:05 PM
Replies: 686
Views: 49,549
Posted By zarkov
fast forward, I have spent some 4 hrs reading...

fast forward,
I have spent some 4 hrs reading with interest all the posts today in this thread with amazement.

You realy unleashed a can of worms with this hack didnt you :)

I must praise you...
Forum: vBulletin 2.x Full Releases 06-02-2001, 07:16 PM
Replies: 18
Views: 3,867
Posted By zarkov
Yea sorry Bira it was a genuine mistake what i...

Yea sorry Bira it was a genuine mistake what i thought id wrote was
I created this hack to email your PM's to your registered email address after installing the download hack by bira,

If you...
Forum: vBulletin 2.x Full Releases 06-01-2001, 10:00 PM
Replies: 18
Views: 3,867
Posted By zarkov
I created this hack to email your PM's to your...

I created this hack to email your PM's to your registered email address after installing the Download hack by Bira, users get no choice in email addresses, it just pulls the registered email address...
Forum: vBulletin 2.x Full Releases 06-01-2001, 01:30 PM
Replies: 219
Views: 31,335
Posted By zarkov
No i didnt DL the attachment. Its the updated...

No i didnt DL the attachment. Its the updated modlog.php file.

You got me going then i had to load up the php file and check it again :)

also find this in the postings .php
[QUOTE]...
Forum: vBulletin 2.x Full Releases 06-01-2001, 10:01 AM
Replies: 219
Views: 31,335
Posted By zarkov
I have already worked out the problem with the...

I have already worked out the problem with the forum names anyways so thats ok but i have also added the code to log
Edit,sticky,merge and split, Im not sure if i can post a complete modified...
Forum: vBulletin 2.x Full Releases 06-01-2001, 09:24 AM
Replies: 35
Views: 7,176
Posted By zarkov
Cobra, Personaly I dont consider it an invasion...

Cobra, Personaly I dont consider it an invasion of privacy after all the stuff on the profile pages anyway, Plus its only the last time they logged in and last time they posted , Info that could be...
Forum: Modification Requests/Questions (Unpaid) 06-01-2001, 08:33 AM
Replies: 1
Views: 1,401
Posted By zarkov
OK I dont know what the problem is but i was away...

OK I dont know what the problem is but i was away for a couple of days then i get back and find a PM telling me to reply to this message then when i get here there is nothing here cause you deleted...
Forum: vBulletin 2.x Full Releases 05-24-2001, 01:12 AM
Replies: 219
Views: 31,335
Posted By zarkov
I'm having a problem with the forumid variable. ...

I'm having a problem with the forumid variable.
Like it aint storing it in the table so when i look at the logs there is no forum names.
I am not the only one suffering this as there is a picture...
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT. The time now is 04:47 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.01574 seconds
  • Memory Usage 2,030KB
  • 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
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (66)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete