Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on May 20, 2010 16:50:20 GMT -8
Is there any way to make more pages added on with the same domain? Like wormocodes.proboards/YOURPAGE ? Like When You Add this code <script src="http://proboards.gamingmedley.com/arcade.js" type="text/javascript"> /* ProBoards Arcade (C) Charles Stover (a.k.a. GAMEchief, SegaDragon) This notice may not be removed for any reason. http://www.gamingmedley.com */ </script> It adds a new page Like wormocodes.proboards.com/index.cgi?action=arcadeCould I add more? Not sure if its against the TOS or not...
|
|
|
Post by Wormopolis on May 21, 2010 2:58:10 GMT -8
well its not easy. it requires tricking the browser into thinking there is actually a different page. if you click that link you will notice there is an error. the code basically converts the error page into something useful.
having a blank page is all well and good, but what were you planning on putting there?
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on May 22, 2010 16:49:56 GMT -8
I think I figured it out check it out Here.EDIT: dont put quotes around URLs in URL tags. it makes the link not work
|
|
|
Post by Wormopolis on May 22, 2010 17:50:21 GMT -8
that page is only blank because it has a critical code error.
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on May 23, 2010 10:41:29 GMT -8
Oh sorry
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on May 23, 2010 15:23:48 GMT -8
is that Alright?
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on May 23, 2010 15:24:33 GMT -8
oh now I see the merg feature very cool! Where is the code?
|
|
|
Post by Wormopolis on May 23, 2010 20:03:21 GMT -8
the code for merge or the code to make a new page?
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on May 24, 2010 13:11:18 GMT -8
both
|
|
|
Post by Wormopolis on May 24, 2010 20:33:18 GMT -8
The merge code is in my database. look in the index for automerge.
the code to make a new page based off having an undefined "action" in the URL I havent started on. If you notice the requests board, I got like 15 of them over the last week and I can only do so much at a time. I will mark it as in progress when I start.
its the burden of being the only one filling requests here.
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on May 26, 2010 14:39:21 GMT -8
Ok Thanks! I do not need it for a while so take your time
|
|
|
Post by Wormopolis on May 31, 2010 8:06:49 GMT -8
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on May 31, 2010 12:12:44 GMT -8
Perfect!
|
|
|
Post by Wormopolis on May 31, 2010 13:24:58 GMT -8
Main Footer. the div id must match the module name. <div style="align:center; display:none" id="thing"> <center><img src="http://i197.photobucket.com/albums/aa250/WORMOPOLIS/worm-3.jpg"><br>Hope you enjoyed that</center> </div> <script type="text/javascript"> <!-- // new module project v1.0 // by Wormopolis - www.wormocodes.com// by request of momosamuri // do not repost - keep header intact moduleName="thing"; //what you want after "action=" in the URL to bring up your content moduleTitle="Super New Thing"; locCheck=new RegExp('action='+moduleName+'(&|$)',''); if (location.href.match(locCheck) && document.title.match(/error\shas\soccurred/i)) { document.title=moduleTitle; for (tbls=document.getElementsByTagName('table'), tt=0; tt<tbls.length; tt++){ if (tbls .className=='bordercolor' && tbls.innerHTML.match(/invalid addmodule/i)) { tbls.style.display="none"; nwContent=document.getElementById(moduleName); tbls.parentNode.insertBefore(nwContent, tbls); nwContent.style.display=''; nwContent.previousSibling.previousSibling.nodeValue=" :: "+moduleTitle; break; } } }
// --> </script>
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on Jun 2, 2010 14:48:40 GMT -8
Thanks so much!!! This codes Awesome!
|
|