How to: vBulletin Sitemap Generator on multiple webserver

How to: vBulletin Sitemap Generator on multiple webserver

Turn off the sitemap-generator cronjob in vbulletin admincp
Now we create a conjob:

cmd> crontab -e 

Change the lines below to match your path and credentials and put them in a new cron:

php /path/to/forum/vbseo_sitemap/vbseo_sitemap.php
scp /path/to/forum/vbseo_sitemap/data/*.gz user1@host1:directory/
scp /path/to/forum/vbseo_sitemap/data/*.gz user2@host2:directory/

How to turn off UIWebView horizontal bounce

How to turn off UIWebView horizontal bounce



for (id subview in webView.subviews
{
    if ( [[subview class] isSubclassOfClass:[UIScrollView class]] )
    {
        ((UIScrollView*) subview).bounces = NO;
        ((UIScrollView*) subview).alwaysBounceVertical = NO;
        ((UIScrollView*) subview).alwaysBounceHorizontal = NO;
        ((UIScrollView*) subview).bouncesZoom = NO;          
    }
}
NSString* scriptToPreventBouncing = @"<script type="text/javascript"> document.ontouchmove = function(e){ e.preventDefault(); } </script>";
NSString* footerHTML = @"<div>All rights reserved</div>";
[footer loadHTMLString: [scriptToPreventBouncing stringByAppendingString:footerHTML] baseURL:[NSURL URLWithString:@"http://somewebsite.com"]];
UIWebView *webView = [[UIWebView alloc] ....];
webView.scrollView.scrollEnabled = NO;
webView.scrollView.bounces = NO;

GUIDE TO TURN OFF REDDOSUKATO'S AI



1. OTOME DAIYOUSEI
Turn off auto AI: In Otome_Daiyousei_-3.st under [state -3, AI‹N“®], change var(59) = 1 to var(59) = 0

2. KOA MELT
Turn off auto AI: In Meruto_06_-3.st under [state -3, VarSet AI‹N“®ƒRƒ}ƒ“ƒh] change var(59) = 1 to var(59) = 0

3. ELIZABETH REMILIA
Turn off auto AI: In Elizabeth_Remilia_St06_AI.st under [state -3, VarSet AI‹N“®ƒRƒ}ƒ“ƒh] change var(59) = 1 to var(59) = 0

4. CORNELIA
Turn off auto AI: In Cornelia_AI.st under [state -3, VarSet AI‹N“®ƒRƒ}ƒ“ƒh] change var(59) = 1 to var(59) = 0

5. PATCHOULI KISHINAMI
Turn off auto AI: In patchouli_St08_-2.st under [state -3, Varset AI‹N“®], change var(59) = 1 to var(59) = 0

6. REISEN_RA
Turn off auto AI: In Reisen_AI.st under [State -3, AI], change value = 1 to value = 0

7. GURUGURU FLAN
Turn off auto AI: In G_Flan_St09_AI.st under [State -3, VarSet], change value = 1 to value = 0