Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mrlag02

Pages: [1]
1
Anybody know how I can add an Additional Upload Field where a member can attach their Resume as a link? This is supposed to be so that as part of their profile like where they add their homepage URL, a member can upload their resume into that new field as a .doc document/image but it shows up as a link. Anybody please??

2
I actually started from imagemagick.com and downloaded the versions that I thought were necessary, but their direction for installing are not thyat clear...at least for a beginner. I am on a Unix server using C-panel to upload. The gallery is a .php gallery, should I not download the PHP version of ImageMagick? It seems to be something that is easier than what I am making it out to be. I downloaded the files and I don't know if I should just drop them into my main directory or what. I am lost and still trying to find my way. has anyone tried installing ImageMagick on their gallery for image editing? The editor that comes with 4images doesn't really work too well for me as far as what I'd like to do. Any help would be appreciated. Even something to stear me in the right direction. PPLLEEASSEEE!!!

3
I want to install ImageMagick on myserver, but I don't know how to do it!!! I'm pretty new to this. I am using C-Panel to uplaod files to my site using a paid server. Can someone help me with this please. I need Image Magick for my gallery badly!!!

4
Well, it's finally working. I just re-installed the whole thing undera different name and replaced my templates folder and includes folder to see where the actual problem was. It seemed to be somewhere in the includes folder. Thanks alot for your help. You were at least able to point me in the right direction. If I want users to be directed to Paypal to make a payment before registration, is there a certain code I have to put in for that? I plan on buying the license for this soon, but I want to  make sure it can work exactly the way I would like it to. So far it is the best one out of a few programs that I have tried. Thanks for your help.


5
I THINK YOU ARE RIGHT, BUT WHERE WOULD I MAKE THAT CHANGE TO MESS UP MY REGISTRATION PROCESS? WOULD IT BE IN MYSQL OR IN ONE OF THE .PHP FILES?? PLEASE HELPPP!! I'M HURTING HERE!

6
Well I got the fiels to show up and everything. But when I try to create a New User or try to Rgister as a New User, after filling out all the information, I get this error message:

DB Error: Bad SQL Query: SELECT FROM 4images_users WHERE = 'msdebzz@yahoo.com'
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM 4images_users WHERE = 'msdebzz@yahoo.com

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/fevarad/public_html/fevamodels/includes/db_mysql.php on line 171

DB Error: Bad SQL Query: INSERT INTO 4images_users (user_id, user_level, user_name, user_password, user_showemail, user_allowemails, user_invisible, user_joindate, user_activationkey, user_lastaction, user_lastvisit, user_comments, user_homepage, user_icq) VALUES (4, 1, 'Rhea', '31184dd159ea8756780e031f3cf59cee', 'msdebzz@yahoo.com', 1, 1, 0, 1113026724, 'b83a623dcb17b7a9c4ca449eda2c17b8', 1113026724, 1113026724, 0, '', '')
Column count doesn't match value count at row 1



i have been working on this thing for like a whole week, and I think I am now stuck. Am I forgetting something??Any info is appreciated greatly! Thanks.

7
Feedback & Suggestions / License for Commercial Use
« on: April 08, 2005, 06:27:00 PM »
If a buy a license to use 4Images commercially, does it chance the registration method so that it takes the user to a payment page? Or do I have to find a way to add the code myself? Anybody, Please!!

8
I am new to PHP and new to 4Images. But I am learning alot. I have a photogallery where I wanted to add additional fields to the user profile. When the user registers, I guess they would fill in the information just like they enter their info for the email and hompage and all that, which are all editable in the "My Profile" section.  I added the necessary field names (columns) to my phpadmin database. Then I added the coding in the main.php in the language/english folder as well as the templates (profile.html, editprofile.html). Basically I tried to add the coding to match the other existting fields in the templates. So wherever I saw the coding for "user_name" and "user_homepage" I would copy the exact format and change the the field_names to my new ones. I thought I was doing it right, but I guess now. The fields don't show up in the profiles of the 2 users that I set up for testing. My registration doesn't work any more, and My Login doesn't work.

This is the error message that I keep getting:

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/fevarad/public_html/fevamodels/lang/english/main.php:389) in /home/fevarad/public_html/fevamodels/includes/sessions.php on line 97

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/fevarad/public_html/fevamodels/lang/english/main.php:389) in /home/fevarad/public_html/fevamodels/includes/sessions.php on line 97

Warning: Cannot modify header information - headers already sent by (output started at /home/fevarad/public_html/fevamodels/lang/english/main.php:389) in /home/fevarad/public_html/fevamodels/includes/sessions.php on line 105

Warning: Cannot modify header information - headers already sent by (output started at /home/fevarad/public_html/fevamodels/lang/english/main.php:389) in /home/fevarad/public_html/fevamodels/includes/sessions.php on line 105

Warning: Cannot modify header information - headers already sent by (output started at /home/fevarad/public_html/fevamodels/lang/english/main.php:389) in /home/fevarad/public_html/fevamodels/includes/sessions.php on line 105




Pages: [1]