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 - mattmilla1

Pages: [1] 2 3
1
SMF For Free Codes and Support / Re: [Code] Scroll Bar colors
« on: July 10, 2008, 09:05:59 pm »
ur code dont work! lol

2
General Support / Re: Problem!!!
« on: July 02, 2008, 07:03:17 pm »
it says i am admin.....but my image is one of the regular members

3
General Support / Problem!!!
« on: July 02, 2008, 06:55:05 pm »
I am the owner of my forum and i made the membergroups....i changed the admin one to say founder and changed the image.....i also made member ones to...it says i am a member but not a founder!

4
General Support / question
« on: July 02, 2008, 05:02:15 pm »
does any one know how to see how many people are on your site in a day?

or a html code that shows how many times something was clicked?

5
General Support / Question?
« on: June 27, 2008, 11:03:19 am »
Does anyone know how to put the drop down menu under the search bar at the top of the page??

6
SMF For Free Codes and Support / [Code] Picture SLideshow
« on: June 27, 2008, 08:10:07 am »
Preview: SLIDESHOW To view the preview scroll down the portal until you see a image of a hummer and a man.....it should say slideshow at the top!

Insert this where ever you want the code to show up.
Code: [Select]
<center><script type="text/javascript">

/***********************************************
* DHTML slideshow script-  © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice must stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var photos=new Array()
var photoslink=new Array()
var which=0

//define images. You can have as many as you want:
photos[0]="http://tbn0.google.com/images?q=tbn:cyhE57A0nBoa4M:http://media.teamxbox.com/games/ss/1322/full-res/1139229989.jpg"
photos[1]="http://tbn0.google.com/images?q=tbn:lO5GNCR7Kkvd6M:http://yaflamingalah.files.wordpress.com/2008/03/battlefield-bad-company-2.jpg"
photos[2]="http://tbn0.google.com/images?q=tbn:myMrQmRg-wAuAM:http://server.ricardis.tudelft.nl/~taco/bf2/scoutmod/m82a1-3.jpg"
photos[3]="http://tbn0.google.com/images?q=tbn:M4iQg8K5VnE2wM:http://www.fileshack.com/images/generated/46a10da0d5ef0_featured_without_text_pr06release_g3a3.jpg"
photos[4]="http://tbn0.google.com/images?q=tbn:jvZuqFTOz2R69M:http://www.gameogre.com/reviewdirectory/upload/Battlefield%2520Heroes.jpg"
photos[5]="http://tbn0.google.com/images?q=tbn:S_waR1joOOAwsM:http://billthe3.net/dvc/mm171/10pics/cat-sniper.jpg"

//Specify whether images should be linked or not (1=linked)
var linkornot=0

//Set corresponding URLs for above images. Define ONLY if variable linkornot equals "1"
photoslink[0]=""
photoslink[1]=""
photoslink[2]=""

//do NOT edit pass this line

var preloadedimages=new Array()
for (i=0;i<photos.length;i++){
preloadedimages[i]=new Image()
preloadedimages[i].src=photos[i]
}


function applyeffect(){
if (document.all && photoslider.filters){
photoslider.filters.revealTrans.Transition=Math.floor(Math.random()*23)
photoslider.filters.revealTrans.stop()
photoslider.filters.revealTrans.apply()
}
}



function playeffect(){
if (document.all && photoslider.filters)
photoslider.filters.revealTrans.play()
}

function keeptrack(){
window.status="Image "+(which+1)+" of "+photos.length
}


function backward(){
if (which>0){
which--
applyeffect()
document.images.photoslider.src=photos[which]
playeffect()
keeptrack()
}
}

function forward(){
if (which<photos.length-1){
which++
applyeffect()
document.images.photoslider.src=photos[which]
playeffect()
keeptrack()
}
}

function transport(){
window.location=photoslink[which]
}

</script>
<center>Funny Pictures!</div>
<table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%" colspan="2" height="60"><center>
<script>
if (linkornot==1)
document.write('<a href="javascript:transport()">')
document.write('<img src="'+photos[0]+'" name="photoslider" style="filter:revealTrans(duration=2,transition=23)" border=0>')
if (linkornot==1)
document.write('</a>')
</script>
</center></td>
  </tr>
  <tr>
    <td width="50%" height="21"><p align="left"><a href="#" onClick="backward();return false"><FONT FACE=symbol>¬
</FONT>
</a></td>
    <td width="50%" height="21"><p align="right"><a href="#" onClick="forward();return false"><FONT FACE=symbol>®
</FONT>
</a></td>
  </tr>
</table>

<p align="center"><font face="Arial" size="-2">Images Provided By<br>
<a href="http://mattmilla1.smfforfree4.com">Crazy Platoon™
</a></font></p>

Things to change:
Code: [Select]
//define images. You can have as many as you want:
photos[0]="Your image url"

To add more images just add more of these:
Code: [Select]
photos[1]="you image url"
photos[2]="you image url"
photos[3]="you image url"

Make sure you keep changing this
  • as you move on......such as [1] [2] [3] [4] [5].....


To change what it says at the bottom just modify this:
Code: [Select]
<p align="center"><font face="Arial" size="-2">Images Provided By<br>
<a href="site url">your website name
</a></font></p>

7
General Support / Re: BIG PROBLEM!!!!
« on: June 25, 2008, 06:58:32 pm »
Thanks for the back up there it was kind of rude of them ;)

8
IT HAPPEND AGAIN!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

9
General Support / BIG PROBLEM!!!!
« on: June 25, 2008, 06:30:10 pm »
Forum Url: http://mattmilla1.smfforfree4.com
I CHANGED SOMETHING ON MY PORTAL AND THEN I CLICK THE DONE BUTTON AND NOW IT FROZE MY WEBSITE!!!!

MY WEBSITE WONT LOAD,REFRESH,OR ANYTHING!!!!

IS THERE ANYWAY I CAN UNDO THOSE CHANGES OR FIX THE PREOBLEM????!!!!????

10
SMF For Free Codes and Support / Re: Scroll Bar colors
« on: June 25, 2008, 05:29:55 pm »
DUDE PLEASE GIVE US A PREVIEW!!!!

11
Bugs / Server 4 Forum not loading
« on: June 12, 2008, 07:03:20 pm »
Forum Url: http://mattmilla1.smfforfree4.com
my forums are not loading AT ALL it says that there is an error!

12
General Support / BIG PROBLEM!!!!
« on: June 12, 2008, 05:05:50 pm »
Forum Url: http://mattmilla1.smfforfree4.com
my admin panel cannot be accessed!!! I was changing a code in the footers and then the codes that were organized got murged together after i saved the header and footer....but when i realized the code didnt work i went to go change it but yet it would not ALLOW ME TO ACCESS THE ADMIN PANEL!!!!!!

Is there a way that i can reset the headers to the original without deleting the codes????? I NEED BIG HELP PLEASE!!!!

13
General Support / Re: Server 4 Move in Process
« on: May 14, 2008, 07:02:11 pm »
okay thx

14
SMF For Free Codes and Support / Re: Help me fix this?
« on: May 14, 2008, 06:31:11 pm »
Do you have the money code as well, because if you do you have to delete that....also it might have something to do with the amount of items yo have. I had a lot of items and it slowed the process down a lot for me!! Try those and see how it works.

If it doesnt work than ask Agent moose, he made it.

15
General Support / Re: Server 4 Move in Process
« on: May 14, 2008, 06:27:02 pm »
what time tonight will they be up and running exactly...?

Pages: [1] 2 3