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

Showing results 1 to 25 of 54
Search took 0.00 seconds.
Search: Posts Made By: Pikok
Forum: vBulletin 3.0 Beta Releases 03-30-2004, 07:49 PM
Replies: 7
Views: 3,159
Posted By Pikok
Look in "includes/vbiplogger.php" and...

Look in "includes/vbiplogger.php" and find..$iplog_access_filename = $iplog_tempdir . $iplog_script . "_" . $iplog_access_filename;
Add this below:if ($iplog_script=='arcade.php')
{
$iplog_wait =...
Forum: vBulletin 3.0 Full Releases 03-28-2004, 05:32 AM
Replies: 288
Views: 60,808
Posted By Pikok
You're missing " . TABLE_PREFIX ." in all the...

You're missing " . TABLE_PREFIX ." in all the files. You're doing a great job on this one so far.. Keep up the great work! ;)
Forum: vBulletin 3.0 Full Releases 03-23-2004, 07:08 PM
Replies: 109
Views: 22,130
Posted By Pikok
You could either put the code into the script...

You could either put the code into the script itself to remove the old IPs from the database or setup a cron to run daily too. That way they wouldn't be taken up wasted space. ;)

Looking good so...
Forum: vBulletin 3.0 Full Releases 03-23-2004, 07:40 AM
Replies: 109
Views: 22,130
Posted By Pikok
You need to modify it so that the the visitors IP...

You need to modify it so that the the visitors IP get logged in the datavase along with the date so that they can't keep rating, clicking through, etc. the same site over-and-over-and-over.. ...
Forum: vBulletin 3.0 Full Releases 03-17-2004, 12:20 AM
Replies: 58
Views: 28,383
Posted By Pikok
Why not use this in...

Why not use this in includes/functions_newpost.php: if ($seliconid == $iconid)
{
if ($show['dropdownicons'])
{
$iconselect = " selected";
}
else
{
$iconchecked =...
Forum: vBulletin 3.0 Full Releases 03-14-2004, 05:57 AM
Replies: 34
Views: 7,927
Posted By Pikok
In redirect.php find:if ($rdr == '') { ...

In redirect.php find:if ($rdr == '')
{
eval(print_standard_error('error_redirect'));
}And Replace With:// Get Host Name From URL
preg_match("/^(http:\/\/)?([^\/]+)/i", $rdr, $matches);...
Forum: vBulletin 3.0 Full Releases 03-12-2004, 06:20 AM
Replies: 180
Views: 44,574
Posted By Pikok
There has to be someone on your site at the time...

There has to be someone on your site at the time it's set to run or it won't run until the next time someone visits.. Also, only one script's run each time, even if more than one are waiting to be...
Forum: vBulletin 3.0 Full Releases 03-11-2004, 07:19 PM
Replies: 133
Views: 41,720
Posted By Pikok
Put the news part in a conditional that check the...

Put the news part in a conditional that check the browser and have it do whatever you want for different browsers.<if condition="is_browser('safari')">
// Stuff For Safari Here
<else />
// Stuff...
Forum: vBulletin 3.0 Full Releases 03-04-2004, 10:06 AM
Replies: 180
Views: 44,574
Posted By Pikok
I think you should be able to do that with this.....

I think you should be able to do that with this..
// now execute the backup
exec('mysqldump --add-drop-table -h' .DB_HOST. ' -u' .DB_USER. ' -p' .DB_PASSWORD. ' ' .DB_NAME. ' 2>' .DUMP_PATH. '/'...
Forum: Modification Requests/Questions (Unpaid) 02-16-2004, 09:15 AM
Replies: 11
Views: 1,991
Posted By Pikok
This should work.. New Custom Field ...

This should work..

New Custom Field
Create a custom field in the AdminCP and take note of the field number. You can set it as radio buttons or a drop-down menu.. It's your preference. Either...
Forum: vBulletin 2.x Full Releases 11-23-2003, 05:28 PM
Replies: 224
Views: 38,858
Posted By Pikok
login box is under the header image i'm running...

login box is under the header image
i'm running a script for the hits and whos online yes, and they're using the same mysql db
Forum: vBulletin 2.x Full Releases 11-23-2003, 04:07 PM
Replies: 224
Views: 38,858
Posted By Pikok
Hi, i'm getting this error on the bottom of my...

Hi, i'm getting this error on the bottom of my main page after fully installing and configuring this hack:
Warning: mysql_query(): 17 is not a valid MySQL-Link resource in...
Forum: vB3 General Discussions 11-15-2003, 11:27 AM
Replies: 20
Views: 2,822
Posted By Pikok
that doesn't seem to help...:x

that doesn't seem to help...:x
Forum: vB3 General Discussions 11-15-2003, 11:25 AM
Replies: 20
Views: 2,822
Posted By Pikok
argh :D

argh :D
Forum: vB3 General Discussions 11-15-2003, 11:15 AM
Replies: 20
Views: 2,822
Posted By Pikok
sorry, had some trouble with adding the image

sorry, had some trouble with adding the image
Forum: vB3 General Discussions 11-15-2003, 11:12 AM
Replies: 20
Views: 2,822
Posted By Pikok
the effect when i use this code: <tr...

the effect when i use this code:
<tr align="center">
<td bgcolor="{firstaltcolor}" colspan="2" align="left">
<table cellpadding="0" cellspacing="0" border="0"><tr>
<td valign="top"><img...
Forum: vB3 General Discussions 11-15-2003, 11:03 AM
Replies: 20
Views: 2,822
Posted By Pikok
You're mistaking me there...I only want it to...

You're mistaking me there...I only want it to show up in the forum name with forum description cell, not the other cells...and to cover the entire cell :s
Forum: vB3 General Discussions 11-15-2003, 10:55 AM
Replies: 20
Views: 2,822
Posted By Pikok
i tried that but then the image has the length of...

i tried that but then the image has the length of the forum description and doesn't cover the whole cell...
this is what i adjusted:

<tr align="center">
<td bgcolor="{firstaltcolor}"...
Forum: vB3 General Discussions 11-15-2003, 10:45 AM
Replies: 20
Views: 2,822
Posted By Pikok
i still cant see to find the template...anyone...

i still cant see to find the template...anyone help me with this?
Forum: vB3 General Discussions 11-14-2003, 10:06 PM
Replies: 20
Views: 2,822
Posted By Pikok
question: in what template do i put this code? :s

question: in what template do i put this code? :s
Forum: vB3 General Discussions 11-14-2003, 10:02 PM
Replies: 20
Views: 2,822
Posted By Pikok
hold on...i'll try it :)

hold on...i'll try it :)
Forum: vB3 General Discussions 11-14-2003, 09:57 PM
Replies: 20
Views: 2,822
Posted By Pikok
yeh, but care to explain a bit more please?

yeh, but care to explain a bit more please?
Forum: vB3 General Discussions 11-14-2003, 09:54 PM
Replies: 20
Views: 2,822
Posted By Pikok
forumhome background image

So i would like to configure a background image in each cell where the forumname is...but i've looked everywhere in the templates and i can't seem to find it
this is the effect i would like to...
Forum: vBulletin 2.x Full Releases 08-02-2003, 04:38 AM
Replies: 126
Views: 23,506
Posted By Pikok
thanks, I added the whole code where the...

thanks, I added the whole code where the $quickedit was right under the $signature and it works fine :)
Forum: vBulletin 2.x Full Releases 08-02-2003, 04:23 AM
Replies: 28
Views: 6,462
Posted By Pikok
I'm running linux on my server, and they're...

I'm running linux on my server, and they're saying they support everything except some, but as you'd suppose. Linux isnt there!
Showing results 1 to 25 of 54

 
Forum Jump

All times are GMT. The time now is 06:06 AM.


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.06743 seconds
  • Memory Usage 2,035KB
  • 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
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (71)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