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

Showing results 1 to 25 of 47
Search took 0.00 seconds.
Search: Posts Made By: meowmeow
Forum: vB3 General Discussions 09-29-2004, 06:49 AM
Replies: 2
Views: 1,071
Posted By meowmeow
I did comment out all the 'echo's and 'print's ...

I did comment out all the 'echo's and 'print's
but when i try to run it, not as cron, it still does some sort of output...
the page background goes all white. maybe its the flush i dont know! ...
Forum: vB3 General Discussions 09-27-2004, 07:19 AM
Replies: 2
Views: 1,071
Posted By meowmeow
"update forum counters" cron

I would like the forum update counters script to be run from the scheduled tasks.

how do i do this?

I tried getting the section in admincp/misc.php :

// ###################### Start update...
Forum: vB3 General Discussions 06-16-2004, 06:29 AM
Replies: 2
Views: 970
Posted By meowmeow
nobody can help?? please... I have the number...

nobody can help?? please...
I have the number of posts and the number of threads which update regularly, but the number of members and the newest member who havent changed for the past 2 weeks......
Forum: vB3 Programming Discussions 06-16-2004, 06:28 AM
Replies: 1
Views: 911
Posted By meowmeow
...anybody...

...anybody...
Forum: vB3 Programming Discussions 06-15-2004, 01:13 PM
Replies: 1
Views: 911
Posted By meowmeow
statistics on index page!

--------sorry for the cross posting but its quite urgent, maybe here someone can help me-------
the forum statistics in the index page give some info about the forum.
one thing i'd like to change...
Forum: vB3 General Discussions 06-15-2004, 11:58 AM
Replies: 2
Views: 970
Posted By meowmeow
could it have something to do with the template? ...

could it have something to do with the template?

<div><phrase 1="member.php?$session[sessionurl]u=$newuserid"
2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
Forum: vB3 General Discussions 06-15-2004, 09:39 AM
Replies: 2
Views: 970
Posted By meowmeow
changing statistics in index page (modified)

the forum statistics in the index page give some info about the forum.
one thing i'd like to change is the "newest member"
form index.php i can see it is taken from these two queries:

$members...
Forum: vB3 General Discussions 06-11-2004, 02:28 PM
Replies: 2
Views: 881
Posted By meowmeow
they run at the time I set them on the VB...

they run at the time I set them on the VB sheduled tasks as well dont they???
Forum: vB3 General Discussions 06-11-2004, 12:40 PM
Replies: 2
Views: 881
Posted By meowmeow
VB3 redirecting...

I have about 8 scripts i need to import forums and moderators into the VB database and then update all the counters...

to avoid putting 8 scheduled tasks in VB (cuz i want to run these imports...
Forum: vB3 General Discussions 06-11-2004, 12:08 PM
Replies: 3
Views: 979
Posted By meowmeow
ok, found the error!!! its in the database... ...

ok, found the error!!!
its in the database...
in the 'moderator' table all the moderators are inserted 5 times...
some of them six..have no idea what i did! but the problem is in my import...
Forum: vB3 General Discussions 06-11-2004, 11:54 AM
Replies: 3
Views: 979
Posted By meowmeow
<a...

<a href="http://forum2.supereva.it/showgroups.php" target="_blank">http://forum2.supereva.it/showgroups.php</a>
its all in italian tho, but i'm sure you know your way around!
Forum: vB3 General Discussions 06-11-2004, 10:06 AM
Replies: 3
Views: 979
Posted By meowmeow
showgroups....

in the showgroups page, i get all the moderators and the relative forum they moderate.
eg.
user forum
mike rugby

this is instead what i get:

user ...
Forum: vB3 General Discussions 06-10-2004, 10:22 AM
Replies: 4
Views: 1,024
Posted By meowmeow
i did that and it works...

i did that and it works...
Forum: vB3 General Discussions 06-10-2004, 09:28 AM
Replies: 4
Views: 1,024
Posted By meowmeow
or should i copy the script from misc.php...

or should i copy the script from misc.php do==updateforum
and create another file, say myCounters.php,
and run that???
Forum: vB3 General Discussions 06-10-2004, 09:06 AM
Replies: 4
Views: 1,024
Posted By meowmeow
rebuild forum info help...

i'd like to put this process in the sceduled tasks... so that it basically does an update of the forums once a day!
when in the scheduled task page, in the field
"filename" what file would i have...
Forum: vB3 General Discussions 06-09-2004, 08:02 AM
Replies: 1
Views: 824
Posted By meowmeow
problem with memberlist...

only one user shows up in the member list and i have no idea why its only him...
note that i imported all my users with a script from one database to VB's. Still everything works fine (at least it...
Forum: vB3 Programming Discussions 06-08-2004, 12:15 PM
Replies: 1
Views: 824
Posted By meowmeow
includes errors...

whats the difference between include/include_once/require/require_once

I have several scripts and to simplify things i put them all in one script like so

include (foo.php)
echo foo()
...
Forum: vB3 Programming Discussions 06-08-2004, 11:42 AM
Replies: 5
Views: 1,334
Posted By meowmeow
and when i have include ("../../global.php"); ...

and when i have
include ("../../global.php");

i get this error:

Fatal error: Failed opening required './includes/init.php' (include_path='.:/usr/local/lib/php') in...
Forum: vB3 Programming Discussions 06-08-2004, 09:28 AM
Replies: 5
Views: 1,334
Posted By meowmeow
ok did that... i have this: require...

ok did that...
i have this:
require ("../../includes/functions_databuild.php");
and this
for( $i = 0 ; $i < count($forums) ; $i++)
{
$row1 = $forums[$i];...
Forum: vB3 Programming Discussions 06-07-2004, 01:50 PM
Replies: 5
Views: 1,334
Posted By meowmeow
help using admincp/misc.php?do=update forum

I want to run the same function thats run when you click the
'update forum info' button in admincp/import&maintenance/update counters
and I think that is the "update forum" in the misc.php
how can...
Forum: vB3 General Discussions 06-07-2004, 01:22 PM
Replies: 3
Views: 1,038
Posted By meowmeow
don't think you can share cookies... unless you...

don't think you can share cookies... unless you build your system to understand VB cookies....
its easier to set 2 cookies when u login.
login to VB -> set VBcooke & yourSystemCookie
login to...
Forum: vB3 General Discussions 06-07-2004, 11:48 AM
Replies: 4
Views: 791
Posted By meowmeow
yeah, got it! found the templates and modified...

yeah, got it! found the templates and modified that instead of profile.php...
thanx!
Forum: vB3 General Discussions 06-07-2004, 10:09 AM
Replies: 4
Views: 791
Posted By meowmeow
the file is profile.php and i'm going to...

the file is profile.php
and i'm going to modify it so it will not work and give an error message.
the problem are the templates... whenever i do a search to look for the template to edit I get a...
Forum: vB3 General Discussions 06-07-2004, 09:38 AM
Replies: 9
Views: 1,071
Posted By meowmeow
ok so i got the code to update forum info. ...

ok so i got the code to update forum info.
whats the best way to use this...

i'm trying to just copy the code that does it and put it in my script... i get a few errors i'm not sure how to fix....
Forum: vB3 General Discussions 06-07-2004, 09:22 AM
Replies: 9
Views: 1,071
Posted By meowmeow
AAAAAAAaaaaah.... :ermm: thats a useful piece...

AAAAAAAaaaaah.... :ermm: thats a useful piece of info I wasn't in on!
thanks a lot!!!! :banana:
Showing results 1 to 25 of 47

 
Forum Jump

All times are GMT. The time now is 09:36 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.01569 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open 

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