March 28, 2024, 02:15:36 pm
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Revolution X, where Coding meets Graphics.
 
  Home Help Search Arcade Affiliates Staff List Calendar Members Login Register  
  Show Posts
Pages: [1] 2
1  Coding Community / Coding Snippets / Re: SMF For Free Store Mod v1 on: August 07, 2009, 06:52:29 pm
Wow! slayer...they just added to the forums..and youve already realeased

great job....keep up the good work
2  Coding Community / Coding Snippets / Re: User Notice Box on: August 07, 2009, 06:49:49 pm
very good...helps to tell people wha they are doing wrong...and so they can stop what they are doing before they get banned or w/e
3  Coding Community / Coding Snippets / Re: Konami Code on: August 07, 2009, 06:48:21 pm
well i have it on my board...and it doesnt work when i type in the correct ##'s on my keyboard

here is my code

Code:
<script type="text/javascript">
function Konami(code,callback){
//Created by Agent Moose (revolutionx.smfforfree3.com)
var The = "", konami = code;
window.document.onkeydown = function(e){
The += e ? e.keyCode : event.keyCode;
if(The == konami.split(",").join("")) window.location.href = callback;
};};
Konami("49,50,51","http://www.co.91.com");
</script>
Konami("49,50,51"
is 123
4  Graphics Community / Tutorials / Re: Tutorials on: July 17, 2009, 03:19:38 pm
Continued...

Gold Text II
Difficulty: Intermidiate

Aqua Text
Difficulty: Intermidiate

Section: Shapes and Objects

Wireframe Sphere
Difficulty: Beginner

Starburst
Difficulty: Beginner

Lightning
Difficulty: Intermidiate

Metallic Tubes and Wires
Difficulty: Intermidiate

3D Buttons in Photoshop 6
Difficulty: Beginner

Round Buttons
Difficulty: Intermidiate

Aqua Button
Difficulty: Intermidiate

Aqua Button Pro
Difficulty: Advanced

Aqua Button Pro (Photoshop 6 Only)
Difficulty: Advanced

Plastic Shape
Difficulty: Intermidiate

very good, if you stare at the wire sphere it looks like its going in circles
5  Coding Community / Coding Snippets / Re: Password Protect webpage on: June 13, 2009, 09:20:30 pm
you guessed correctly...i will add ezPortal pages in next version
6  Coding Community / Coding Snippets / Re: Password Protect webpage on: June 13, 2009, 08:10:28 pm
Very nice, I think im gonna use this one on the moderation center Grin

EDIT:
I tried it on an EzBlock Page, and it didnt work.
ill add that in V2 when i make it
7  Coding Community / Coding Snippets / Password Protect webpage on: June 13, 2009, 05:36:45 pm
Well, i requested this to be made, and i got inpatient, and started thinking how i could get it to work...

i read thru http://www.w3schools.com and found out all of the stuff i needed for this

Script Title: Password Protect Webpage V1

Description: Password protect your site!

Example: No example available for this script.

Credit: Script created by Lyle
 

Copy the following code into your Webpage
AdminCP>Webpage Editor>new>HTMlButton>paste(CTRL+V)
Create the original webpage you want to be password protected
add all of the content you need/want
and paste this script under it

Code:
<script language="JavaScript">
<!--Password Protect Webpage V1 Script Created By Lyle//-->
<!--

var username = prompt("Enter Username In the Box Below","")
var password = prompt("Enter Password In the Box Below","")

if (username !="USERNAME HERE" || password !="PASSWORD HERE")

{ top.location="about:Bad Username and/or Password" }
//-->
</script>

After
Quote
var username = prompt("Enter Username In the Box Below","")
var password = prompt("Enter Password In the Box Below","")
where the "" are enter the username and password
8  Coding Community / Coding Snippets / Re: Password Protect v2 on: June 13, 2009, 04:23:43 pm
could this work for webpage?
9  Coding Community / Coding Snippets / Re: Activity Code on: June 09, 2009, 07:35:08 am
would this work in Global Headers and Footers?
10  Coding Community / Coding Snippets / Re: Fade Locked Topics In Forum View on: June 08, 2009, 12:58:00 pm
i will go over my forum and check...
11  Coding Community / Coding Snippets / Re: Fade Locked Topics In Forum View on: June 07, 2009, 04:05:33 pm
this didnt work on my forums, do i need ot add anything to the headers? JQuery?
12  Coding Community / Coding Snippets / Re: Twitter Widget in Profile on: June 07, 2009, 04:04:53 pm
this seems like it would use too much bandwidth...and slow down the network
13  Coding Community / Coding Snippets / Re: Automatic Color for Stickied Topics v2 on: June 07, 2009, 04:04:03 pm
this never really worked out for me, since the stickied topics are a darker color and at the top
14  Coding Community / Coding Snippets / Re: Auto-Update the Time on: June 07, 2009, 04:03:19 pm
this is cool, but doesnt the time update by itself anyways/.?
15  Coding Community / Coding Snippets / Re: Awards System on: June 07, 2009, 04:02:25 pm
may we use pictures?
Pages: [1] 2
Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy