Adobe Dreamweaver 0
Adobe Muse 0
ASP.net 0
.htaccess 6
CSS 5
Perl 0
PHP 57
PHP - User System 79
HTML 11
Java 0
Javascript 13
Ruby on Rails 0
General Web Development 4
Operating Systems
Video & Audio Editing
Adobe After Effect 0
Adobe Audition 0
Adobe Premiere 0
Final Cut 0
FruityLoops 0
iMovie 0
Windows Movie Maker 0
App Development
Hardware
Miscellaneous
https://sodadome.com/members.php?user=UrbanTwitch
Edit BOTH
One of them is for if you have Email activation. the other is for if you dont.
Its not in my config.php
Go to members.php
Find
Age: $user[age]
Add <br> to it
Age: $user[age]<br>
Then add
Sign up date: $user[signupdate]
under neath it.
It should look like this:
<b>$user[username]'s Profile</b><br><br>
Email: $user[email]<br>
Location: $user[location]<br>
Sex: $user[sex]<br>
Age: $user[age]<br>
Sign up date: $user[signupdate]
</fieldset>";
:D