HOW CAN L FIND ORIGINAL CREATOR FOR A SOFTWARE SCRIPT ?

Question by jkim5200:
How can l find original creator for a software script ?
Since so many markers are selling the same or similar script under
slightly different name, such as Instant video site script, instant video site creator, Youtube in A Box pro, etc., with the price from $ 2 to $ 97.75,
it’s really confusing to find a good working , legitimate script.
How and where can l find a right script ?
——————————————
Answer by In Defense of ☭Marxism
Click help or about
——————————————
Add your own answer in the comments!









about 1 year ago
First of all, you have 4 drop-downs. I’m not sure if that’s a type where you said “3 pull down menus”.
If you want to change the page when the person is either right or wrong, use:
location = URL;
So like this:
//enter whatever message you want
alert(“okay move on”);
//change URL to the site you want to go to
window.open(“http://www.YOURSITEHERE.… location=1, directories=1, status=1, menubar=1, scrollbars=1, resizable=1, width=600px, height=350px, top=50px, left=100px”);
} else {
//change your NO ACCESS message
alert(“sorry no access, try again”);
You could change it to:
//enter whatever message you want
alert(“okay move on”);
//change URL to the site you want to go to
location = http://www.YOURSITEHERE.com/continue.html;
} else {
//change your NO ACCESS message
alert(“sorry no access, try again”);
location = http://www.YOURSITEHERE.com/fail.html
Good Luck!
If you need further help/assistance, feel free to E-mail me.