MyBB Community Forums

Full Version: Using a CDN with MyBB 1.8.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
It seems to be working for me: http://www.cdn.net

There are other alternatives such as MaxCDN: https://www.maxcdn.com

Some hosts (such as SoftLayer) also offer their own CDNs which can help.

Really it's just a case of seeing whichever has the cheapest prices. In terms of features, they're all pretty similar Smile
ah, the http:// link is working, yuor original post is pointing to https://cdn.. which fails.
Ah, that's odd. They must have removed the SSL.
Can i use dropbox as CDN? also what happend to the avatars i.e a new user upload a avatar will it autoamtically be stored in my cdn? ty
(2015-06-21, 09:45 AM)pandabb Wrote: [ -> ]Can i use dropbox as CDN? also what happend to the avatars i.e a new user upload a avatar will it autoamtically be stored in my cdn? ty

I guess you could, but I wouldn't recommend it. Yes, uploads (attachments, avatars) will be stored on the CDN too.
Great, i was able to partially make this work i am missing some parts can you please help me?

I do not know what to enter in this part:
Path to store static files
If you have enabled the CDN option above, please optionally enter a full path to store static files. This is only useful for "Push" type CDNs or local sub-domain setups. This path should not have a trailing slash.

If my cdn is. http://mysitecdn1.appspot.com then what is my path to store static files?

Also if im gona update my css or add some custom image example a background image where do i store this in appspot google.
Hi,

Is this CDN a push type CDN where you have to push your files to it? If so, it won't work with the current implementation. The path is used if you're using a subdomain or something as shown in this guide.
Hello again sir and thank you for replying again.

This is what i'm following - http://www.techelex.org/mybb-cdn-google-app-engine

Is this a push type? I believe so, i just deploy and that's it.
(2015-06-21, 02:50 PM)pandabb Wrote: [ -> ]Hello again sir and thank you for replying again.

This is what i'm following - http://www.techelex.org/mybb-cdn-google-app-engine

Is this a push type? I believe so, i just deploy and that's it.
 If you use first Method than it's a push method.
If you use second version it's a pull method.
You mean this?

Quote:
If you dont want to download your files and update into in a google app engine.

2.3. Download this SymPullCDN Zip File and extract it to your desktop. The zip file contains a couple of folders, YAML and files that you can view inside WordPad.You will have to modify two files: main.py and app.yaml.

2.4. Open main.py in your favorite text editor and find this line:

Origin = âhttp://replace*me/â and change it to the domain name you would like to use as your like
Origin = http://community.mybb.com/
2.5. open app.yaml and find the following line:

Application: *replace*me*
replace it with identifier which is choose in step 3
2.6. Now Follow step 1.9 to 2.2.

If you have any questions, feel free to ask!


^ I tried this one but the images doesnt show, i would like to achieve thru google appspot like what's in the first post. Is it possible? I want a free method.
Pages: 1 2 3