| View previous topic | View next topic |
| Author |
Message |
Mega Mike So many of them...

Joined: 15 Oct 2006 Posts: 4546 Location: Somewhere in Nevada
|
Posted: Thu Jul 12, 2007 8:31 pm Post subject: |
|
|
hmmm... you may wanna change yor mind some time black _________________
Spike, Anime style XD
Pingas!! |
|
|
... |
|
Back to top |
White-Order Mini-Mod

Joined: 06 Apr 2007 Posts: 1426 Location: Cumming, GA
|
Posted: Thu Jul 12, 2007 10:04 pm Post subject: |
|
|
| Klarrann=everything+1 wrote: | | hmmm... you may wanna change yor mind some time black |
Wait... what? _________________
 |
|
|
... |
|
Back to top |
Mega Mike So many of them...

Joined: 15 Oct 2006 Posts: 4546 Location: Somewhere in Nevada
|
Posted: Thu Jul 12, 2007 10:06 pm Post subject: |
|
|
you'll change your mind and may change your opinion _________________
Spike, Anime style XD
Pingas!! |
|
|
... |
|
Back to top |
UltimateAxl Maverick Hunter

Joined: 02 Oct 2006 Posts: 4381 Location: San Antonio, Texas
|
Posted: Fri Jul 13, 2007 12:54 am Post subject: |
|
|
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. _________________
 |
|
|
... |
|
Back to top |
Mega Mike So many of them...

Joined: 15 Oct 2006 Posts: 4546 Location: Somewhere in Nevada
|
Posted: Fri Jul 13, 2007 2:44 pm Post subject: |
|
|
....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!! |
|
|
... |
|
Back to top |
White-Order Mini-Mod

Joined: 06 Apr 2007 Posts: 1426 Location: Cumming, GA
|
Posted: Mon Jul 23, 2007 4:34 am Post subject: |
|
|
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.
Edit: If you read the news, yes I am already making a new layout. |
|
|
... |
|
Back to top |
White-Order Mini-Mod

Joined: 06 Apr 2007 Posts: 1426 Location: Cumming, GA
|
Posted: Tue Jul 24, 2007 12:04 am Post subject: |
|
|
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.
 |
|
|
... |
|
Back to top |
UltimateAxl Maverick Hunter

Joined: 02 Oct 2006 Posts: 4381 Location: San Antonio, Texas
|
Posted: Tue Jul 24, 2007 1:52 pm Post subject: |
|
|
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. _________________
 |
|
|
... |
|
Back to top |
White-Order Mini-Mod

Joined: 06 Apr 2007 Posts: 1426 Location: Cumming, GA
|
Posted: Tue Jul 24, 2007 1:56 pm Post subject: |
|
|
| 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. |
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.  |
|
|
... |
|
Back to top |
UltimateAxl Maverick Hunter

Joined: 02 Oct 2006 Posts: 4381 Location: San Antonio, Texas
|
Posted: Tue Jul 24, 2007 1:59 pm Post subject: |
|
|
Green name might come if you help a lot of people and have a lot of post counts, and also be a regular. _________________
 |
|
|
... |
|
Back to top |
White-Order Mini-Mod

Joined: 06 Apr 2007 Posts: 1426 Location: Cumming, GA
|
Posted: Tue Jul 24, 2007 4:18 pm Post subject: |
|
|
| Whoo! My site is up, slow due to mass server load, but it's now up! |
|
|
... |
|
Back to top |
White-Order Mini-Mod

Joined: 06 Apr 2007 Posts: 1426 Location: Cumming, GA
|
Posted: Tue Jul 24, 2007 4:24 pm Post subject: |
|
|
Double post.
Also, I got the little username thing working. 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. |
|
|
... |
|
Back to top |
UltimateAxl Maverick Hunter

Joined: 02 Oct 2006 Posts: 4381 Location: San Antonio, Texas
|
Posted: Tue Jul 24, 2007 4:42 pm Post subject: |
|
|
Is it just me or do you like penis? Thanks for the banner... _________________
 |
|
|
... |
|
Back to top |
White-Order Mini-Mod

Joined: 06 Apr 2007 Posts: 1426 Location: Cumming, GA
|
Posted: Tue Jul 24, 2007 4:55 pm Post subject: |
|
|
| 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. |
|
|
... |
|
Back to top |
UltimateAxl Maverick Hunter

Joined: 02 Oct 2006 Posts: 4381 Location: San Antonio, Texas
|
Posted: Tue Jul 24, 2007 6:10 pm Post subject: |
|
|
What happened?
The page you have requested no longer exists on our server, or you haven't typed the url correctly. _________________
 |
|
|
... |
|
Back to top |