![]() |
#1 |
Registered Member
Join Date: Mar 2003
Posts: 1
|
![]()
Hey Philip you have made one of the best tutorials on the net.Thanks for helping us.So i have a suggestion for the next tutorial.Why dont you make a tutorial where you will show us how to make a texture in PhotoShop.And that texture to use them for UV maps for the face ,eyes and everything.
Thanks for reading this Regards |
![]() |
![]() |
![]() |
#2 |
Full Access Member
Join Date: Jan 2003
Posts: 174
|
![]()
He has alot of tutorials in the works already. I'm sure he or our new tutorial guru will soon enough.
|
![]() |
![]() |
![]() |
#3 |
Full Access Member
Join Date: Jun 2003
Location: Oregon
Posts: 367
|
![]()
...if one of the Photoshop guys don't do it first.
![]() |
![]() |
![]() |
![]() |
#4 |
Lifetime Member
Join Date: Jan 2003
Location: New York, NY
Posts: 54
|
![]()
At the end of the Head Modeling Tut Philip says he will be continuing the Head to details and textures etc doesnt he?
Hopefully thats sooon ![]() Great stuff though, wish there was more... cuse
__________________
Does Mother Know? Mac OS X.4.3, DP 2.5 GHz G5, 30" HD studio display, A4 Wacom Intuos2 (Platinum). |
![]() |
![]() |
![]() |
#5 |
Guest
Posts: n/a
|
![]()
LOL glad your enjoying it cuse....
Yep he is working on a few things right now, he has the fish / head / maclaren and now is also working on the DVD`s that we will hopefully be releasing around xmas time ![]() But with peter just starting with us - this will release the pressure on Phil a bit ![]() |
![]() |
![]() |
#6 |
Lifetime Member
Join Date: Jan 2003
Location: New York, NY
Posts: 54
|
![]()
yea its all good, im eating it all up when i can. It would be cool if there was something more on building an organic scene? - More trees, flowers etc? maybe thats something we can suggest for a tut? There's the big Alienware challenge going on til Jan so it would be nice to see a picket fenced house in the regular world without chaos and aliens
![]() Thanks for everything tho guys... cuse
__________________
Does Mother Know? Mac OS X.4.3, DP 2.5 GHz G5, 30" HD studio display, A4 Wacom Intuos2 (Platinum). |
![]() |
![]() |
![]() |
#7 |
Registered Member
Join Date: Nov 2003
Posts: 33
|
![]()
Didn´t wanna make a new Topic so I´ll ask here.
This is not for Philip (nächstes mal ok? ![]() I´ve noticed you have the Download section locked untill someone has registered in the forum. I hope you know what I meen. Can you tell me how that works? I´ll need that for my new page too. |
![]() |
![]() |
![]() |
#8 |
Guest
Posts: n/a
|
![]()
dave is the code king
![]() He done all the cool features on the site, Give him a pm Im sure he can offer some advice |
![]() |
![]() |
#9 | |
Administrator
Join Date: Dec 2002
Posts: 609
|
![]()
Code:
#!/usr/bin/perl -w use strict; use DBI; use CGI; my $q = new CGI; my $dbh; eval { $dbh = DBI->connect("DBI:mysql:database='db name';host='localhost';port='3306'",'serverUser','serverPass') or die "Cant connect to Db $DBI::errstr\n"; }; if ($@) { graceful_error($DBI::errstr); }; my %c = Apache::Cookie->fetch; my $logedin_status = exists $c{bbuserid} ? $c{bbuserid}->value() : undef; my $password = exists $c{bbpassword} ? $c{bbpassword}->value() : undef; my $sth = $dbh->prepare("SELECT `username`, `password`, `usergroupid` FROM `user` WHERE `userid`=? AND `password`=?"); eval { $sth->execute($logedin_status, $password ) or die; }; if ($@) { graceful_error($DBI::errstr); }; my $hr_user = $sth->fetchrow_hashref('NAME_lc'); if (!$hr_user->{'username'}) { print $q->header; print "Sorry you do not have permission to access this download"; exit(1); } elsif ($hr_user->{'usergroupid'} == 3) { print $q->header; print "We have found a record of your account but we have received no confirmation e-mail form you"; exit(1); } else { print $q->header; print "Download link" } sub graceful_error { my $err = shift; print $q->header; print "ERROR: $err"; exit(1); } David ![]() |
|
![]() |
![]() |
![]() |
#10 |
Registered Member
Join Date: Nov 2003
Posts: 33
|
![]()
Ouch, what language ist that? lol
Ok its perl, no wonder i can´t read it. anyway. Thx for the replie. Ok do need some help. If I decide to use PHP, how does the code look and where do I put it in? And for the Perl. where do I put that in? Does the PHP Code work alone without the perl code? I´d rather take the PHP code cause atleast I can read some of it. lol |
![]() |
![]() |
![]() |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
bat rig suggestion | plus77 | Animation | 1 | 17-11-2005 01:41 PM |
:suggestion: tut that i would like to see... and buy | vertiis | Site Questions & Suggestions | 2 | 01-08-2003 08:43 AM |
Another suggestion | eRP | Site Questions & Suggestions | 0 | 04-02-2003 05:56 PM |
A suggestion | Johnny9ball | Site Questions & Suggestions | 4 | 04-02-2003 05:29 PM |
|