Tony
New Member
I have my own website!
Posts: 83
inherit
210952
0
Dec 13, 2016 22:54:21 GMT -8
Tony
I have my own website!
83
July 2014
testtony12345
|
Post by Tony on Feb 8, 2015 7:03:49 GMT -8
www.proboards.com/library/plugins/item/872I need the code to look at it, I edited code for the plugin on my site, but now I can't get the code because that version on my forum socialgames.boards.net it works fine.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Feb 8, 2015 9:29:19 GMT -8
If you've inadvertently locked yourself out of your own plugin all you need to do is properly login with your global account into your forum then visit the plugin library from within your admin panel and if you are the author of any plugin being viewed then you will get "Author Tools" which allows you to get an editable copy of that plugin
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 5, 2015 15:49:51 GMT -8
www.proboards.com/library/plugins/item/872I need the code to look at it, I edited code for the plugin on my site, but now I can't get the code because that version on my forum socialgames.boards.net it works fine. This is just your javascript, without your other plugin data function GetCookie(name) { var arg=name+"="; var alen=arg.length; var clen=document.cookie.length; var i=0; while (i<clen) { var j=i+alen; if (document.cookie.substring(i,j)==arg) return "here"; i=document.cookie.indexOf(" ",i)+1; if (i==0) break; } return null; } var visit=GetCookie("ZZZZZ"); if (visit==null){ alert(pb.plugin.get('first_time').settings.message); var expire=new Date(); expire=new Date(expire.getTime()+7776000000); document.cookie="ZZZZZ=here; expires="+expire; }
|
|