How to Remove “Infinite menus must be purchased for internet use” pop up.
If you are using Opencube infinite menus in your website, you probably saw “Infinite menus must be purchased for internet use” message.
This message is popping up because the trial version of Infinite Menus has been used to develop the page. Opencube the developer of Infinite Menus want you to buy their software before using it on the internet. It is good tool for designing professional looking menus and you should probably buy it if you are going to use it.
However this message is very naggy while your developing your page. So Here is quick way to remove this message.
Steps
- Open the page that contains your menus
- Find this string jrwupdqf
- Remove all the characters in the quotation and make it empty string. Just like this sx36(“”)
- Save your page and test if it has been removed.
Advertisements
Leave a Reply Cancel reply
Pages
Recent Posts
Categories
Blogroll
Recent Comments
fahad on How to remove “smartlink to:”… | |
Bloughton on How to remove “smartlink to:”… | |
If it walks like a d… on How to remove “smartlink to:”… | |
Alex on How to remove “smartlink to:”… | |
Chaosfiend on How to Remove “Infinite… |
Advertisements
thanx buddy, it really works,
now the pop up has been disabled
it worked, thanks
This method doesn’t work correctly. To actually “fix” this string argument vice deleting it, replace the string:
bnhvu*%Mohlrjvh$Ngqyt\”pytv#ff\”syseketgg$gqu$Jpwisphx!wvi/$,
with
mqfeukrr/jrwupdqf
Leave the string mqfeukrr/jrwupdqf intact where it currently is.
all right ok
thank you so much
this is good job :))
Hey dude,
Thats a pretty solution but is it a permanent one.
ie – if i create the website by using this menus and upload it on internet will this work.
pls suggest.
mack, If you like it why don’t you buy it? Anyways if you decided to use it on the net apply syx method : replace the string: bnhvu*%Mohlrjvh$Ngqyt\”pytv#ff\”syseketgg$gqu$Jpwisphx!wvi/$, with mqfeukrr/jrwupdqf leave the string mqfeukrr/jrwupdqf intact where it currently is.
Thank you so so so so so much. It works, i was using this software for 2 years without publishing on web.
now that i own a website
this is 5 out 5
excellent job
I just started using the trial version of OpenCube v7.3 and I was rather dismayed when I saw the “Buy! Now” show up in my menu bar. To prevent the Buy now from replacing one of your menu items in v7.3 and keep all the box animations and hover effects intact adjust the following code in the .js file.
1. Find:
function x2(name,b,add){
Immediately after the Squiggly brackets insert:
var name=”xxxx”;
where xxxx is the menu item that Buy! Now replaces.
2. Find:
function qa(a,b){return String.fromCharCode(a.charCodeAt(0)-(b-(parseInt(b/2)*2)));}
Replace it with: function qa(a,b){ return 0;}
Enjoy