Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Corrupted Games

Pages: [1]
1
Code Requests / Re: [Request] Disable Website
« on: January 10, 2009, 10:57:33 pm »
how about putting it in the rules  ::)
lol there will always be people that dont read the rules
Hi, I'm looking to prevent Advertising on my website and board, I was wondering if there was a way to disable the Website Title and Website URL on the profiles.

Thanks In Advanced,
Corrupted Games

There isnt a way (that I know of) to disable those on the Profile Pages.
As Admin you can delete them if they put them in  (tedious)
Yes that is very tedious, especially because people will put them back day after day after day

2
Code Requests / [Request] Disable Website
« on: January 03, 2009, 01:55:38 am »
Hi, I'm looking to prevent Advertising on my website and board, I was wondering if there was a way to disable the Website Title and Website URL on the profiles.

Thanks In Advanced,
Corrupted Games

3
SMF For Free Codes and Support / Re: Linking Forums
« on: January 03, 2009, 01:52:47 am »
Yeah, I'm sticking with the multi forums but I am setting it to send a PM when someboy registers advising them to register to the other forum.

4
Graphics / Re: [request] Avatars
« on: January 02, 2009, 11:14:48 pm »
anyone?

5
Graphics / [request] Avatars
« on: January 01, 2009, 03:38:53 pm »

The Avatar

I would like an avatar that is a wooden bridge with a past theme that stratches over Admin Jones but when it hits the space I would like it to change to a metal bridge with a future theme.

Thanks in advance,
Corrupted Games

6
Graphics / Re: A Cool 3D thing i made!
« on: January 01, 2009, 03:25:50 pm »
Lol yep we floridians get hit with hurricanes quite a bit, however 2008 wasn't too bad where I live in fl.

Nice creation hurricane.

7
Code Requests / Re: Change E-mail Waiting Period
« on: December 31, 2008, 12:51:46 pm »
ok, i'll just have them send me a pm to change their e-mail and then wait a few days before doing so, and send an email to the previous email to verify.

8
SMF For Free Codes and Support / Re: Linking Forums
« on: December 31, 2008, 12:49:52 pm »
ok, just figured i'd check here to see if it is possible.

9
Suggestions / Re: "Buff" Board Creator
« on: December 31, 2008, 12:54:16 am »
Yea I agree Sibyl however I havnt seen another host with the headers/footers option(maybe they have an old version?) even so you guys are the best free host ive ever seen.

10
Code Requests / Change E-mail Waiting Period
« on: December 31, 2008, 12:47:25 am »
Hi, I was wondering if there was a way to set a waiting time to change your accounts email(as a security measure).

The reason I want this is because say Person A has their account stolen by Person B and wants to get their account back through "Forgot Password" if Person B has changed the email Person A is out of luck, and if this happens consistently a gap will be left in the community as many will leave instead of creating another account.

However stupid stealing forum accounts is, you know there will be people that will do it, so I felt the need to protect the people from these not-so-intelligent people in the world.

(If this can be already done Im sorry for posting and please tell me how)

11
HTML / Re: HTML Cheat Sheet & Tutorial Sites
« on: December 31, 2008, 12:30:32 am »
Not sure if this is the right place but,

If anyones looking for a place to learn html, I used http://yourhtmlsource.com and W3Schools

If I can suggest another HTML help site, this one is great for teaching th basics of web page creation, colours, tables, images sound embedding, metatags and everything!

http://gazoo.net/htmhell/


Ahh, I remember htmlhell that was where I learned my first attribute when I was like 10 (Now 13) then gave up because my attention span was that of, well a 10 year old, and I couldn't stay focused on anything because I was having too much fun with my friends, but sadly they all moved away and I don't have much to do so my excercise is Rockband(which I got 5 gold stars for the first time on today.) I only wish I had remembered that link because it is great!

12
SMF For Free Codes and Support / Linking Forums
« on: December 31, 2008, 12:06:21 am »
Hi, I am currently starting a new project called Scapers Unite which will be a fan site for both RuneScape and the rumored MechScape by JaGeX Ltd. and was wondering if there was anyway I could have 2 forums
MechScapeFS.smfforfree.com
RuneScapeFS.smfforfree.com
and have accounts created on MechScapeFS.smfforfree.com also be created on RuneScapeFS.smfforfree.com and vise versa.

For Example someone creates the account with the following information
Account Name: Account
Account Password: Password

is there any way that the account will also be created on the other forum?

<== Scapers Unite Developmental Journal located Here ==>

13
Programming / Re: A little css problem
« on: December 23, 2008, 05:19:26 pm »
heres the code
Code: [Select]
<html>
<head>
<style type="text/css">
body {
background: #000000;
color: #0000FF; }

.header {
border: 2px solid #0000A3;
width: 100%;
color: #FFFFFF; }

.nav {
border: 2px ridge #0000FF;
width: 24%;
height: 500px;
float: left; }

.main {
border: 2px ridge #0000FF;
width: 75%;
height: 500px;
float: right; }

.footer {
border: 2px solid #0000A3;
width: 100%;
color: #FFFFFF; }
</style>
</head>
<body>
<div class="header"><center><font size="7">HEADER HERE</center></font></div><br>
<div class="nav">
<center>Navigation</center>
<hr color="FFFF00">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
<a href="#">Link 4</a>
<a href="#">Link 5</a>
</div>
<div class="main">
News and stuff here
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="footer">Copyright Info and Stuff</div>
</body>
</html>

14
Programming / A little css problem
« on: December 22, 2008, 11:56:23 pm »
I'm currently in the process of changing my family's football related competitions website and was looking to convert from tables to floating divs, but I have one slight problem.

This problem is that when viewing the website with floats you cant change the size of the browser without discombobulating the entire sites layout.

For example if i have the following layout

AA
BC
DD

AA= Header
B=Navigation
C=News/Main Portion
DD=Footer

and you shrink the browser screen the layout cahnges to

AA
B
C
DD

Which I find to be an issue as im sure something smilar would happen if my aunt views it on her cell phone.

I was wondering if there was anyway to fix this problem?

15
Advertise Your Board / Corrupted Games
« on: December 15, 2008, 05:30:07 pm »
Forum Url: http://corruptedgames.smfforfree.com

Corrupted Games"How Corrupted Are You?"


Introduction

Corrupted Games is a forum ment for 2 games, RuneScape and Fallen Sword to be specific, with a website that includes two subsites called RSWorld and FSWorld.

The Staff

Corrupted Games has a dedicated staff which currently needs 0 more members.
  • Admin Huntone
  • Admin Jones
  • Admin Stone

Future Plans

Corrupted Games plans to expand into a massive gaming website with helpsites for over 100 different games, have a game of its own, and control a leading minigame website.


*topic locked -  Intentional Bumping

Pages: [1]