Hello, i have edit a nameserver by Cloudflare and now have a this page : https://www.vps-gratuit.com/
I waiting since 2h
Please help me
Hello, i have edit a nameserver by Cloudflare and now have a this page : https://www.vps-gratuit.com/
I waiting since 2h
Please help me
And what’s the issue exactly? The missing styles?
HI,
I have add a servername, But my web server is my nas at my home.
What’s ip i must add in NAME A ? My IP or other ?
Yes. With your IP address at home. This needs to be a static one.
Again my question:
what’s the exact issue?
OK thanks.
Now why clouflare is not in first.
My website is protected from attack ?
Would you mind to describe your problem in your native language?
Pourquoi quand on lance mon site ya pas le chargement de Cloudflare ?
What do you expect to see?
Cloudflare is transparent to website visitors except the SSL certificate and challenge pages if you decide to use them.
Est ce que mon site est protegé contre les attaques DDOS ?
Wow Arthur, your website is EXTREMELY slow here in the u.s.
Can you verify this script which is on the bottom of your html homepage:
"
(document).on("ready", function(e) {
var sync1 = ("#mainslider");
var sync2 = $("#mainslider-nav");
sync1.owlCarousel({
singleItem: true,
slideSpeed: 1000,
paginationSpeed: 800,
navigation: false,
pagination: false,
autoPlay: 7500,
afterAction: syncPosition,
responsiveRefreshRate: 200,
});
sync2.owlCarousel({
items: 4,
itemsDesktop: [1199, 4],
itemsDesktopSmall: [979, 4],
itemsTablet: [768, 3],
itemsMobile: [479, 2],
pagination: false,
responsiveRefreshRate: 100,
afterInit: function(el) {
el.find(".owl-item").eq(0).addClass(“synced”);
}
});
function syncPosition(el) {
var current = this.currentItem;
$("#mainslider-nav").find(".owl-item").removeClass("synced").eq(current).addClass("synced")
if($("#mainslider-nav").data("owlCarousel") !== undefined) {
center(current)
}
}
$("#mainslider-nav").on("click", ".owl-item", function(e) {
e.preventDefault();
var number = $(this).data("owlItem");
sync1.trigger("owl.goTo", number);
});
function center(number) {
var sync2visible = sync2.data("owlCarousel").owl.visibleItems;
var num = number;
var found = false;
for(var i in sync2visible) {
if(num === sync2visible[i]) {
var found = true;
}
}
if(found === false) {
if(num > sync2visible[sync2visible.length - 1]) {
sync2.trigger("owl.goTo", num - sync2visible.length + 2)
} else {
if(num - 1 === -1) {
num = 0;
}
sync2.trigger("owl.goTo", num);
}
} else if(num === sync2visible[sync2visible.length - 1]) {
sync2.trigger("owl.goTo", sync2visible[1])
} else if(num === sync2visible[0]) {
sync2.trigger("owl.goTo", num - 1)
}
}
});
$(document).on("ready", function(e) {
// ______________ TESTIMONIALS
$("#testimonials-carousel").owlCarousel({
items: 1,
autoPlay: 5000,
itemsDesktop: [1199, 1],
itemsDesktopSmall: [979, 1],
itemsTablet: [768, 1]
});
// ______________ MODAL
$("#cantBuy").modal('show');
// ______________ MODAL
$("#canBuy").modal('show');
// ______________ MODAL
$("#cantVote").modal('show');
// ______________ MODAL
$("#addVG").modal('show');
// ______________ MODAL
$("#majVG").modal('show');
// ______________ PRICE TABS
$('#shared-hosting-price-tabs').responsiveTabs({
startCollapsed: 'accordion'
});
// ______________ FEATURES TABS
$('#shared-hosting-features-tabs').responsiveTabs({
startCollapsed: 'accordion'
});
// ______________ VIDEOPOPUP
$("a.autoplay").VideoPopUp();
$("a.noautoplay").VideoPopUp({
autoplay: 0
}); // Disable autoplay
// ______________ COUNTDOWN
$("#limited").countdown("2019/08/15", function(event) {
$(this).text(
event.strftime('%D Days %H:%M:%S')
);
});
// ______________ PARALLAX
$('.section-parallax').parallax("50%", 0.4);
// ______________ STATS
$('.statistics').waypoint(function() {
$('#myStat1').circliful();
$('#myStat2').circliful();
$('#myStat3').circliful();
$('#myStat4').circliful();
}, {
offset: 800,
triggerOnce: true
});
});
</script>"
This topic was automatically closed after 31 days. New replies are no longer allowed.