The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
auto refresh admincp login screen
I know this seems like a strange request but i need it figured out...
I use this to auto refresh search result pages.. <if condition="$_REQUEST[searchid]"> <meta http-equiv="refresh" content="60; url=" /> </if> How might I apply this to the admincp log in screen? is there a template i can use something like this in or put in a php file? |
#2
|
||||
|
||||
somebody have an idea how to do this?
|
#3
|
|||
|
|||
Maybe people can better advise you if you post what you are trying to achieve with this.
|
#4
|
||||
|
||||
Okay, my site has little to no traffic and because of this I have trouble with the mail que taking hours to process the emails in the queue. This is because the the mail queue system as well as all other cron jobs require page views to process. Since the site does not have much traffic (most users respond by email with eachother) if say 60 to 100 emails are to be sent at 10 per batch, if theres little traffic to the site it sends one batch per hourly cron function which means these emails can take up to 10 hours or more to be sent. The admincp log in screen is the only page that unfailingly ALWAYS pushes 10 batched emails through the mailque everytime the page is loaded. I have verified this by looking at the mailqueue table through phpmyadmin while loading different pages to see which one run the script to push mail through the system. I can't not use the mailqueue sytem as it boggs the server down, and I cant increase the batch number because it then gets marked as Spam since the spam filters see the high volume of the same email and flag it. So the goal with this is to leave one of my computers on that log in screen while it refreshes in order to process the list in 10 minutes instead of 10 hours. Kind of a wierd idea i know but it will do what is necessary until i get my site traffic up.
|
#5
|
|||
|
|||
It might be a little late; but I would advise you to let http://uptime.openacs.org/uptime/ check your page for "uptime"; it checks if theres the word "Success" on the page ever 2 hours; else it'll email you. (So you'll have to add the word "Success" somewhere on your page and then every 2 hours your page will be visited and thus your cron might get just the push it needs to send mail on time.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|