Jump to content

pleek

Members
  • Posts

    135
  • Joined

  • Last visited

Posts posted by pleek

  1. ok i have this script

     

    <?php
    
    $Catagory = "A";
    
    echo'
    <div id="roms">
    <TABLE>
    <TR>
    <TD>
    <div style="height: 390px; width: 200px; overflow: auto;">';
    
    if ($Catagory = "A") {
    echo 'This is the A\'s!<br />';
    } else {
    
    echo'
    This is what will appear when you select "A" as the catagory
    
    </div>';
    }
    
    echo'
    </TD>
    <TD VALIGN="TOP">
    <B><A HREF="#A">A</A></B><BR>
    <B>B</B><BR>
    <B>C</B><BR>
    <B>D</B><BR>
    <B>E</B><BR>
    <B>F</B><BR>
    <B>G</B><BR>
    <B>H</B><BR>
    <B>I</B><BR>
    <B>J</B><BR>
    <B>K</B><BR>
    <B>L</B><BR>
    <B>M</B><BR>
    <B>N</B><BR>
    <B>O</B><BR>
    <B>P</B><BR>
    <B>Q-Z</B><BR>
    
    
    
    </TD>
    </TR>
    </TABLE>
    </div>';
    
    
    ?>
    

     

    But im totally lost on one thing. I want it so that when you click "B" for igsample. it will change $Catagory to "B". How do i do that?

  2. I need a good guest book script that i can set to have all the entries approved before they show up on my site. So they will sign the guest book then it will wait for approval, after being approved it will show up in the guest book. Anybody know of a script that is free that will do that? I have google searched for the last 30 mins and i can't find anything.

     

     

    Thanks in advanced...

     

    Pleek

  3. Hey guys, i was wondering if anybody knew of a php upload script that i could use for my site. Here are some things i would like it to be able to do.

     

    1. Upload A file (of course)

    2. Attach a discription and picture with it

    3. File them in alphabetical order

     

     

    Any body know of a script similar to the one i just described?

  4.  

    Cleanliness: 10/10, extremely easy to use and clean

    Efficiency: 10/10 i think its a great site, and its nice to not have to register, just click and play

    Sufficience: 9/10 works great, could mabby do a few tweeks to it though

    Accuracy: 10/10 from the games i looked at, i would say yes they do

    Looks: 7/10 your theme/looks are good, but i think a little more flashyness would look great to. Add some more movement to it. Like when you click on stuff of some mouse over effects.

     

     

    I really like the site thought man, keep up the work!

  5. Ok, i have two qsl databases. And i have two forums, one using each database. I would like to add another forum. When i have installed forums before there is a spot to change the "Database Tables Prefix". Can i have more than one forum on the same database, as long as the Database Tables Prefix's are different? Or would that mess things up, or risk loosing some of my data from the existing forum.

  6. /* By default (td, body..) use verdana in black. */
    body, td, th , tr
    {
    color: #000000;
    font-size: small;
    font-family: verdana, sans-serif;
    }
    
    /* The main body of the entire forum. */
    body
    {
    background-color: #E5E5E8;
    margin: 0px;
    padding: 0px 30px 4px 30px;
    }
    
    /* Input boxes - just a bit smaller than normal so they align well. */
    input, textarea, button
    {
    color: #000000;
    font-family: verdana, sans-serif;
    }
    input, button
    {
    font-size: 90%;
    }
    
    textarea
    {
    font-size: 100%;
    color: #000000;
    font-family: verdana, sans-serif;
    }
    
    /* All input elements that are checkboxes or radio buttons. */
    input.check
    {
    }
    
    /* Selects are a bit smaller, because it makes them look even better . */
    select
    {
    font-size: 90%;
    font-weight: normal;
    color: #000000;
    font-family: verdana, sans-serif;
    }
    
    
    

     

    That is the body and form css that i have. If i take out the background color of the body, it fixes the forms to look like normal but then the rest of the theme is messed up.

     

    what it looks like now

    1211525358.bmp

     

    What i want it to look like (how it looks normally

    1211527508.bmp

  7. ok so i have a css template that i want to edit. The body has a background color and it changes the form buttons and fields to. If i delete the body background css it fixes the buttons but then messes up the rest of the theme. How do i set the forms to be just regular and not like the body?

  8. ok, i switched some things up on my site. I un-installed every mod, re-installed the smf default theme. And then installed the mods again. The topic salved mod you gave me works great on the default theme, but i still can't figure out how to get it to show up on the theme i use for my site.

  9. ok, i found this script (\/ below \/) and it has fields for the user to fill in how big he wants it. How would i modify that to be a drop down box with set sizes?

     

    [attachment deleted by admin]

  10. ok i installed that one again ( i had installed it before) and i hate how it changes the colors of the posts. And i have tried to mess with tar.gz files before and i can't figure it out. How do i change to color settings for the mod?

  11. ok so i have this image upload script for my website. and all it does is upload the image and display the file path to it. I want to include a drop down box in the upload form to select a image size to resize it to. I have looked all over google and i can't find anything close to what i want.

     

    Does anybody know how to do this?

     

    (the div my upload form is in)

    <div class="wrapper">
    	<DIV ALIGN="center"><h1>Pleek'S Photo Upload</h1></DIV>
    	<p>Browse file to upload</p>
    	<form method="post" enctype="multipart/form-data" action="<?=$im->path?>">
    		<input type="file" name="__upload" size="72" />
    		<input type="submit" value="Upload" />
    	</form>
    	<p><?=$im->allowTypes();?></p>
    
    		<?
    			if ($im->_im_status == true)
    			{
    				echo '<h2>Upload Successful!</h2> 
    				<IMG SRC="'.$im->imgurl.'">
    				<p class="codes"><label for="codebb">Embed on bulletin boards:</label><br />
    				<input type="text" size="40" value="[img='.$im->imgurl.']" onclick="javascript:this.focus();this.select();" readonly="true" /><br />
    				<label for="codedirect">Direct link:</label><br />
    				<input type="text" size="40" value="'.$im->imgurl.'" onclick="javascript:this.focus();this.select();" readonly="true" /></p>';	
    			}
    			elseif (!empty($im->errorStr))
    			{
    				echo '<div class="errors">'.$im->errorStr.'</div>';
    			}
    			else
    			{
    				echo '
    
    				';
    			}
    		?>
    	</div>
    

  12. ok, so after looking in the code of another site. I found this webpage that has the script i want on my site. The site to download it and the tutorial is here I have followed there tutorial, and used there exact code but i can't get the stupid medalbox to show up. Does any body have a clue on how to get this to work?

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.