Go Back   Lightwave Community at SimplyLightwave > Lounges > Site Questions & Suggestions
Register FAQ Members List Calendar

Reply
 
Thread Tools
Old 30-11-2003, 03:41 AM   #1
gase3924
Registered Member
 
Join Date: Mar 2003
Posts: 1
Default Suggestion for Philip

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
gase3924 is offline   Reply With Quote
Old 30-11-2003, 05:57 AM   #2
rich_is_bored
Full Access Member
 
rich_is_bored's Avatar
 
Join Date: Jan 2003
Posts: 174
Default

He has alot of tutorials in the works already. I'm sure he or our new tutorial guru will soon enough.
rich_is_bored is offline   Reply With Quote
Old 02-12-2003, 01:26 AM   #3
Leovenous
Full Access Member
 
Leovenous's Avatar
 
Join Date: Jun 2003
Location: Oregon
Posts: 367
Default

...if one of the Photoshop guys don't do it first.
Leovenous is offline   Reply With Quote
Old 02-12-2003, 12:09 PM   #4
cuse
Lifetime Member
 
cuse's Avatar
 
Join Date: Jan 2003
Location: New York, NY
Posts: 54
Default

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).
cuse is offline   Reply With Quote
Old 02-12-2003, 01:20 PM   #5
Kevin
Guest
 
Posts: n/a
Default

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
  Reply With Quote
Old 02-12-2003, 01:25 PM   #6
cuse
Lifetime Member
 
cuse's Avatar
 
Join Date: Jan 2003
Location: New York, NY
Posts: 54
Default

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).
cuse is offline   Reply With Quote
Old 03-12-2003, 12:12 PM   #7
K Dawg
Registered Member
 
Join Date: Nov 2003
Posts: 33
Default

Didn´t wanna make a new Topic so I´ll ask here.

This is not for Philip (nächstes mal ok? ) it´s for my name veteran Kev the Admin.

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.
K Dawg is offline   Reply With Quote
Old 03-12-2003, 02:21 PM   #8
Kevin
Guest
 
Posts: n/a
Default

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
  Reply With Quote
Old 03-12-2003, 03:46 PM   #9
David
Administrator
 
David's Avatar
 
Join Date: Dec 2002
Posts: 609
Default

Originally posted by K Dawg

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.
In perl or PHP its very simple I'll use perl for this example.

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);
}
If you need an explanation of what's doing what just ask.

David
David is offline   Reply With Quote
Old 04-12-2003, 11:20 AM   #10
K Dawg
Registered Member
 
Join Date: Nov 2003
Posts: 33
Default

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
K Dawg is offline   Reply With Quote
Reply


Similar Threads
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


Forum Jump




Online since 2001
A good place to start for a newbie
Catch up with SimplyLightWave
SimplyLightWave was first started in London 14 years ago, and we've been dedicated to producing quality software training ever since. Faithful to the principle of learning by doing, our project based courses aim to give you the practical skills to quickly start creating your own work in LightWave. More...
Copyright © 2001-2018 SimplyLightWave | Terms & Conditions | Privacy Policy
/* Contact Form */