Jump to content
xisto Community

coolcat50

Members
  • Content Count

    303
  • Joined

  • Last visited

Posts posted by coolcat50


  1. There are a lot of free forums software out there. They just require some downloading, uploading, and configuring to get them to work.

    A few good ones I would suggest are:

    phpBB3

    punBB

    SMF

    AEF

    Those are all PHP and MySQL based.

    I like phpBB3 because of its look and it has a good ACP. It is also fairly fast, but it is kind of large.

     

    I have never used punBB, but a friend told me it is good. It is light and doesn't use a single image.

     

    SMF is cool because of its look. It looks nice and has a lot of addons. I just had problems putting them on.

     

    I prefer AEF over all of the others though. It is light, only about 6mb, and it looks great. The website for AEF is hosted by Xisto - Web Hosting and one of our very own moderators helped with the development of AEF. I would suggest using AEF.


  2. In this tutorial I will be showing you how to make a abstract signature in GIMP. I have a lot of images for this so bear with the loading time.

     

    First, you need to make a new image. I think 400x100px is a good signature size. I used these settings.

    Posted Image

     

    You should have a blank white canvas. We will start out our sig by brushing up a quick background. I came out with this:

    Posted Image

     

    Next, we will make a new layer. We will do more brushing on this layer. I used these settings:

    Posted Image

     

    Start brushing with a different brush set. I ended up with this:

    Posted Image

     

    Select your first brushed layer, then proceed.

     

    Ok, we have our brushing done, now to get the color. We will be using Color Balance which can be found under Color. A window like this should pop up:

    Posted Image

    Mix around with the colors a bit and make it look cool.

     

    Next you want to select your second layer. You want to colorize this one. I used these settings:

    Posted Image

     

    I ended up with this color scheme:

    Posted Image

     

    Next you will want to make a new layer to darken the colors. Fill the layer with a dark color like dark green and use the Layer filters to make it blend. I used this color:

    Posted Image

     

    After messing with the effects and selecting one. I came up with this:

    Posted Image

     

    Next we will load up our render. I am using a Falco Lombarde render.

    Posted Image

     

    Place the render wherever you want and get it positioned right. I have this:

    Posted Image

     

    Next, we want to blend our render into the background. I will be using opacity to blend it in. I am setting my opacity for the render to about 80. It looks like this:

    Posted Image

     

    Ok, now we need to make a border. First, create a new layer. I used these settings:

    Posted Image

     

    Next we want to make a border as a selection. Go to Select -> Select All. Then go to Select -> Shrink. This will let you shrink your selection.

    I used these settings for shrink:

    Posted Image

     

    Next, you want to invert the selection. Go to Select -> Invert. This will make the selection be a border. Now you want to color in the selection.

    I used the gradient tool. Here is what I came up with for the border:

    Posted Image

     

    Next, we will add text. Pick a font and add some text. I used a small size with a fancy font. I ended up with this:

    Posted Image

     

    Now save it as an XCF file for future editing and as PNG for use as a sig. Here is the final product:

    Posted Image

     

    Thank you for reading my tutorial and good luck. Don't feel shy to mess around with GIMP. That is how I did this.


  3. Python is not very commonly used for web programming I don't think. It is a way to program CGI with mod_python. I think Perl is still the most popular language for CGI. If you want to see the power of Python check out Frets on Fire. It is a good Guitar Hero clone for your computer. You can make your own songs with it also. I think there was a topic on it in Trapinion.


  4. You cannot use HTML in a regular PHP basis. You must break it off of PHP for the HTML or parse the HTML through echo.
    Try this:

    {
    $username = $_COOKIE['ID_my_site'];
    $pass = $_COOKIE['Key_my_site'];
    $check = mysql_query("SELECT * FROM users WHERE username = '$username'")or die(mysql_error());
    while($info = mysql_fetch_array( $check ))
    {

    //if the cookie has the wrong password, they are taken to the login page
    if ($pass != $info['password'])
    { header("Location linenums:0'><?php// Connects to your Database$username = "evolved_creation";$password = "mypasswordishere";$hostname = "localhost";$dbh = mysql_connect($hostname, $username, $password)or die("Unable to connect to MySQL");$selected = mysql_select_db("evolved_clancreation",$dbh)or die("Could not connect to DB");mysql_close($dbh);//checks cookies to make sure they are logged inif(isset($_COOKIE['ID_my_site'])){$username = $_COOKIE['ID_my_site'];$pass = $_COOKIE['Key_my_site'];$check = mysql_query("SELECT * FROM users WHERE username = '$username'")or die(mysql_error());while($info = mysql_fetch_array( $check )){//if the cookie has the wrong password, they are taken to the login pageif ($pass != $info['password']){ header("Location: [url="http://forums.xisto.com/no_longer_exists/;);"]http://forums.xisto.com/no_longer_exists/;);[/url]}else{?><form action="insert.php" method="post">Clan Name: <input type="text" name="name" /><br>Description: <input type="text" name="description" /><input type="submit" /><?php}}}else//if the cookie does not exist, they are taken to the login screen{header("Location: [url="http://forums.xisto.com/no_longer_exists/;);"]http://forums.xisto.com/no_longer_exists/;);[/url]}?>

  5. MSN:None

    AIM:camclct50

    Email:robodude134@gmail.com

     

    Experience in graphics:About 2-3 months of being serious

     

    Areas of expertise:Sigs, abstract, wallpapers

     

    Other graphics sites worked at(optional):None

     

    Past positions at other graphics sites(optional):None

     

    Current positions at other graphics sites(optional):None

     

    How much you can be on each day:I am quite active on Xisto being on at least once a day. Pretty active in the shoutbox.

     

    How many templates/sigs/resources could you make a week:Depends, at least 2-3

     

    Examples of your work:

    Posted Image

    Posted Image

    Posted Image

    Posted Image

    Posted Image

    Posted Image

    Posted Image

     

    There are a few examples of my work.

    I keep all my sigs and other graphics in a personal signature gallery at this link.


  6. Hmm, I am not quite sure, but you could possibly use a Perl script or something similar. I really don't see how you can. I don't think you can do it though because of Apache's configuration of htdocs being your folder for the server to look through. I could be wrong though.EDIT: I just thought of a possible way to temporarily put the file inside htdocs. You can use a FTP server and the FTP functions in PHP to put and get the file from a FTP server and delete them. That could work.

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.