Openload.io - Video/MP3/Image/File - Up to 40$/10k - Unlimited Speed - No Premium Acc

Status
Not open for further replies.
hmmm it seems i cant update my sites today.. cant login to the new domain
i recently change my password to a new one and forgot to save it (recovering it should be easy)
 
how did you do it?


forget it - u used the code:facepalm:

I've done it in two ways.
Wordpress - the functions.php code mentioned a few pages back worked.

Clipbucket - the <head>... </head> code insert even farther back worked for that site.

Sounded like you only tried the wordpress fix. I'd suggest going back even more pages and find the code for a header insert.
 
how did you do it?


forget it - u used the code:facepalm:

Okay, I tried it on my porn site. For wordpress users, install this plugin
https://wordpress.org/plugins/better-search-replace/

1.Make sure you backup your site firs.
2.Go to Tools >> Search better replace
3.
a71WUVD.png
 
for html website or blogger

put this two script in your <body>.... </body> template

<script type="text/javascript">
//openload embed
$(function() {
var iframes = document.getElementsByTagName('iframe');
var key = /https:\/\/openload.co/;
for (var i = 0; i != iframes.length; ++i) {
var match = iframes.src.search(key);
if(match != -1) {
$(iframes).attr('src', $(iframes).attr('src').replace('openload.co', 'oload.co'));
}
}
});
</script>


<script type="text/javascript">
//openload links
$(function() {
var a = document.getElementsByTagName('a');
var key = /https:\/\/openload.co/;
for (var i = 0; i != a.length; ++i) {
var match = a.href.search(key);
if(match != -1) {
$(a).attr('href', $(a).attr('href').replace('openload.co', 'oload.co'));
}
}
});
</script>
 
Last edited:
how did you do it?


forget it - u used the code:facepalm:


Okay, I tried it on my porn site. For wordpress users, install this plugin
https://wordpress.org/plugins/better-search-replace/

1.Make sure you backup your site firs.
2.Go to Tools >> Search better replace
3.
a71WUVD.png

Works Fine for me.. best option

__________________
Added after 1:

Loginkey dont sent by email , how we can login to the new domain


Enter the previously sent key.. it worked for me..
 
Last edited:
There comes another issue, all the links to thumbnail are dead too, you cannot event change from openload --> oload. Does not work.

Hey,

it was a long day for us, let me give you the latest updates:
- Current temporary domain is oload.co, streams shoudl work there, but not much more
- We are in negotiations for the openload.co domain and Iam sure we will be able to get it back, but when this will be i cannot tell you as I dont know aswell.
- All youre files and balances are safe, doenst matter what will happen, any balance will be paid out

Regards

Marcel

Dear Marcel,

i hope you still have the openload.co as you primary domain because thousands of our links are spreaded out in forums and other websites and definitely we couldn't change them like we did in our own website
 
Last edited:
Status
Not open for further replies.
Back
Top