The Crispy Webs Forum IndexThe Crispy Webs Forum Index
The time now is Fri Jan 09, 2009 10:08 am | Log in to check your private messages | View unanswered posts
Memberlist Usergroups Register Log in

Home | Forum | Arcade

My Site Layout
Post new topic   Reply to topic    The Crispy Webs Forum Index » Show Websites
View previous topic | View next topic  
Author Message
Mega Mike
So many of them...


Joined: 15 Oct 2006
Posts: 4546
Location: Somewhere in Nevada

PostPosted: Thu Jul 12, 2007 8:31 pm    Post subject: Reply with quote

hmmm... you may wanna change yor mind some time black
_________________

Spike, Anime style XD
Pingas!!
...
View user's profile Send private message
Back to top
White-Order
Mini-Mod


Joined: 06 Apr 2007
Posts: 1426
Location: Cumming, GA

PostPosted: Thu Jul 12, 2007 10:04 pm    Post subject: Reply with quote

Klarrann=everything+1 wrote:
hmmm... you may wanna change yor mind some time black


Wait... what?
_________________
...
View user's profile Send private message Send e-mail Visit poster's website
Back to top
Mega Mike
So many of them...


Joined: 15 Oct 2006
Posts: 4546
Location: Somewhere in Nevada

PostPosted: Thu Jul 12, 2007 10:06 pm    Post subject: Reply with quote

you'll change your mind and may change your opinion
_________________

Spike, Anime style XD
Pingas!!
...
View user's profile Send private message
Back to top
UltimateAxl
Maverick Hunter


Joined: 02 Oct 2006
Posts: 4381
Location: San Antonio, Texas

PostPosted: Fri Jul 13, 2007 12:54 am    Post subject: Reply with quote

Klarrann make a dancing carrot now please. Make sure his name is Bob and get the Party Boy (Jackass The Movie) theme song in there.
_________________
...
View user's profile Send private message AIM Address
Back to top
Mega Mike
So many of them...


Joined: 15 Oct 2006
Posts: 4546
Location: Somewhere in Nevada

PostPosted: Fri Jul 13, 2007 2:44 pm    Post subject: Reply with quote

....NO! ok ill make it after i finish the next episode for my mmx9 thing. oh and im startign to use my wetpaint site again so yeah ill update it again
_________________

Spike, Anime style XD
Pingas!!
...
View user's profile Send private message
Back to top
White-Order
Mini-Mod


Joined: 06 Apr 2007
Posts: 1426
Location: Cumming, GA

PostPosted: Mon Jul 23, 2007 4:34 am    Post subject: Reply with quote

Ok, the layout for my site is 'out'. Not too much stuff has been changed, at all. I just finished up the pages and everything is uploaded. Now, if only server maintainance would be finished.

I'll add an upload portal and stuff later. For now, you're stuck with a nice login box at the top right hand corner that only logs you into the site. :/

Also, the site loads will load much faster in firefox. Atleast for me. Sad

Edit: If you read the news, yes I am already making a new layout.
...
View user's profile Send private message Send e-mail Visit poster's website
Back to top
White-Order
Mini-Mod


Joined: 06 Apr 2007
Posts: 1426
Location: Cumming, GA

PostPosted: Tue Jul 24, 2007 12:04 am    Post subject: Reply with quote

Even though the site should be back up in a matter of hours, here's a screenshot.

The bar in the middle saying platinumgrounds is dynamic. At the moment there are 10 different images that can be loaded there randomly when the page loads. The last three that I have made were made in photoshop. One of them I am showing to you here.

Edit: this is how it looks like in firefox, the only real change is the placement of the login/register buttons and when you press login, the username/password boxes are centered.

...
View user's profile Send private message Send e-mail Visit poster's website
Back to top
UltimateAxl
Maverick Hunter


Joined: 02 Oct 2006
Posts: 4381
Location: San Antonio, Texas

PostPosted: Tue Jul 24, 2007 1:52 pm    Post subject: Reply with quote

I can't enter your website, Black.

Anyway, that's great that your layout is finished you might be an official affiliate for Newgrounds. When you enter in the forums you can have a blue name.Smile
_________________
...
View user's profile Send private message AIM Address
Back to top
White-Order
Mini-Mod


Joined: 06 Apr 2007
Posts: 1426
Location: Cumming, GA

PostPosted: Tue Jul 24, 2007 1:56 pm    Post subject: Reply with quote

ShadowTheHedgehog wrote:
I can't enter your website, Black.

Anyway, that's great that your layout is finished you might be an official affiliate for Newgrounds. When you enter in the forums you can have a blue name.Smile


Woah, to be an official affiliate, you need to be like constantly bringing loads of traffic to NG. Whn I say loads, I mean LOADS. Although I'd very much like a blue name. Or a green name. Or a red name. Razz
...
View user's profile Send private message Send e-mail Visit poster's website
Back to top
UltimateAxl
Maverick Hunter


Joined: 02 Oct 2006
Posts: 4381
Location: San Antonio, Texas

PostPosted: Tue Jul 24, 2007 1:59 pm    Post subject: Reply with quote

Green name might come if you help a lot of people and have a lot of post counts, and also be a regular.
_________________
...
View user's profile Send private message AIM Address
Back to top
White-Order
Mini-Mod


Joined: 06 Apr 2007
Posts: 1426
Location: Cumming, GA

PostPosted: Tue Jul 24, 2007 4:18 pm    Post subject: Reply with quote

Whoo! My site is up, slow due to mass server load, but it's now up!
...
View user's profile Send private message Send e-mail Visit poster's website
Back to top
White-Order
Mini-Mod


Joined: 06 Apr 2007
Posts: 1426
Location: Cumming, GA

PostPosted: Tue Jul 24, 2007 4:24 pm    Post subject: Reply with quote

Double post.

Also, I got the little username thing working. Smile You know, so it shows your username on the site when you log on. I'll put the whole code again.

Quote:


<?PHP
/* Add this code to the top of your .php page, before the <html> part. IT HAS TO BE FIRST LINE TO WORK!!! */

/* Replace the 'REPLACE THIS, B!TCH!' part with your own directory. Say if you'r phpbb3 forums are located in 'www.yoursite.com/forums'. The directory is "forums", so replace it with "forums", without the quotation marks, of course. */

define('IN_PHPBB', true);
$phpbb_root_path = './REPLACE THIS, B!TCH!/';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('ucp');
?>


That's one part, now the next part...

Quote:

<?PHP
/* Put this part of code into your html section of where you want the login box to be, again, replace 'REPLACE THIS, B!TCH!' with the directory mentiones earlier */

if ($user->data ['is_registered'])
{
echo "Logged in as <b>" . $user->data['username'] . "</b>.";
/* This tells the page to show your username if you already logged on */

echo "<BR><BR><a style=\"text-decoration:none\" href=\"./REPLACE THIS, B!TCH!/ucp.php?mode=logout\">Logout?</a>"; // tells page to show logout button
}
else{
/* else{ tells the page that if the 'x' value(in this case, 'is registered, AKA logged in) returns false, it tells the page to show something else, hence else{. In this case it will show a login box. */

echo "<DIV align=\"left\" id=\"loginbox\" style=\"display:none\"><table width=\"219\" border=\"0\">";
echo "<tr>";
echo "<form action=\"./REPLACE THIS, B!TCH!/ucp.php?mode=login\" method=\"POST\">";
echo "<span class=\"genmed\">Username:</span> <input class=\"post\" type=\"text\" name=\"username\" maxlength=\"30\" /><BR><span class=\"genmed\">Password:</span> <input class=\"post\" type=\"password\" name=\"password\" maxlength=\"30\" /><BR><span class=\"gensmall\">Log me on automatically each visit</span> <input type=\"checkbox\" class=\"radio\" name=\"autologin\" /><BR><input type=\"submit\" class=\"btnmain\" name=\"login\" value=\"Login\" />";
echo "</form>";
echo "</tr>";
echo "</table></DIV>";

}
/* Lets not forget that echo is the part that tells the page something. Well, we are done here. Happy logging. */
?>


There you go. This may not be the right way of explaining it, but it's the way I've come to understand it.

Here is a shortcut so you don't have to add all the second code to each of your pages.

Quote:

<?PHP
include('login.php')

/* To make this work, take the second php code I provided, and save it all into a new file called login.php. After that, just replace the second code I provided with this one. Just make sure that, say, if you want the login thing to be on http://www.yoursite.com/index.php, make sure that login.php is in the same directory. */

?>


You can take out all the notes after // or /* xxxxx */ on your pages. It doesn't matter, they won't do anything since php files register them as just webmaster notes, they don't do anything.
...
View user's profile Send private message Send e-mail Visit poster's website
Back to top
UltimateAxl
Maverick Hunter


Joined: 02 Oct 2006
Posts: 4381
Location: San Antonio, Texas

PostPosted: Tue Jul 24, 2007 4:42 pm    Post subject: Reply with quote

Is it just me or do you like penis? Thanks for the banner...
_________________
...
View user's profile Send private message AIM Address
Back to top
White-Order
Mini-Mod


Joined: 06 Apr 2007
Posts: 1426
Location: Cumming, GA

PostPosted: Tue Jul 24, 2007 4:55 pm    Post subject: Reply with quote

ShadowTheHedgehog wrote:
Is it just me or do you like p*n@s? Thanks for the banner...


LOL, which one did you see. there ar two penis ones. on says cock joke another has 3=====D on it.

Sorry though, it was late at night when I made those. That's why their quality isn't great. The ones with a background are better.
...
View user's profile Send private message Send e-mail Visit poster's website
Back to top
UltimateAxl
Maverick Hunter


Joined: 02 Oct 2006
Posts: 4381
Location: San Antonio, Texas

PostPosted: Tue Jul 24, 2007 6:10 pm    Post subject: Reply with quote

What happened?

The page you have requested no longer exists on our server, or you haven't typed the url correctly.
_________________
...
View user's profile Send private message AIM Address
Back to top
Post new topic   Reply to topic    The Crispy Webs Forum Index » Show Websites
Display posts from previous:   
 
 
All times are GMT
Jump to:  
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 5 of 7


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
Effex-Media Web Resources
Theme created OMI of Kyomii Designs for BRIX-CENTRAL.tk.


Free Forum Free Top Site List
Make this Forum Ad-Free