Jump to content

rustybadge

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

rustybadge's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [!--quoteo(post=366191:date=Apr 18 2006, 04:04 PM:name=Acey)--][div class=\'quotetop\']QUOTE(Acey @ Apr 18 2006, 04:04 PM) [snapback]366191[/snapback][/div][div class=\'quotemain\'][!--quotec--] ok you may not need gd lib (Makes/modifys images) but it's probably on, most php builds for windows are. ok if your uploading to say c:\path\to\tempimg\ you need to contact the sys admin & have the permissions on \tempimg\ set to read, write, execute for all. once that's done & you have the upload set correctly your image uploads should work. [/quote] Hi there, I changed the CHMOD permissions in my image folder, and the images are still not ending up there... nor are they being printed to www.rustybadge.com/lang/hast.php - thanks anyway...
  2. [!--quoteo(post=366176:date=Apr 18 2006, 03:32 PM:name=Acey)--][div class=\'quotetop\']QUOTE(Acey @ Apr 18 2006, 03:32 PM) [snapback]366176[/snapback][/div][div class=\'quotemain\'][!--quotec--] what kind of server ? Win / Nix? (mac is Nix) you have GD lib installed ? on your form are you using enctype="multipart/form-data" ? you have a '<input type="hidden" name="MAX_FILE_SIZE" value="PUT ANY NUMBER HERE" />' defined in that form ? where you uploading to? best one: are the permissions set ? [/quote] windows no idea what gc lib is not sure where I am uploading to, but i want it to be a folder called tempimg what should the permissions be?
  3. This is likely easy, but I know I am doing a simple thing wrong.... please please please help! I have a form here: www.rustybadge.com/lang/hastadmin.php (log in with frida / dork) - when the text is entered and you press submit, it changes www.rustybadge.com/lang/hast.php - it's a VERY simple CMS!! I tried to add an image upload feature to this, and I just CAN'T get it working! ! Can anyone help?? I just added the line: "<p><?php print("<img src=\"$final_filename\">");?></p>" into hast.php. This may be wrong in itself...
  4. [!--quoteo(post=359194:date=Mar 28 2006, 04:52 AM:name=shocker-z)--][div class=\'quotetop\']QUOTE(shocker-z @ Mar 28 2006, 04:52 AM) [snapback]359194[/snapback][/div][div class=\'quotemain\'][!--quotec--] looks like you have you links like <a href="/home/www/lighterf/shop/admin/category/">category</a> instead of <a href="category/">category</a> [/quote] That's the weird thing. My links look like this: <a href="<?php echo WEB_ROOT; ?>admin/category/" class="leftnav">Category</a> with this at the top of the page: <?php if (!defined('WEB_ROOT')) { exit; } $self = WEB_ROOT . 'admin/index.php'; ?> I thought I had configured the site okay, because SOME of it was working... Any further advice?
  5. I am trying to get a simple web shop thingy up and running, and I have run into a problem... I think I can see why the problem is happening, but I can't fix it. Any advice: [a href=\"http://www.lighterfluidweb.com/shop/admin/login.php\" target=\"_blank\"]http://www.lighterfluidweb.com/shop/admin/login.php[/a] (login with admin admin). The left nav in the admin section is not taking me to any of those sections, and I think (when I look at the url it is trying to reach, that it is "doubling" the web root... can anyone PLEASE help me cure this?? Many many thanks, Russell Sweden
  6. [!--quoteo(post=357284:date=Mar 22 2006, 08:54 AM:name=craygo)--][div class=\'quotetop\']QUOTE(craygo @ Mar 22 2006, 08:54 AM) [snapback]357284[/snapback][/div][div class=\'quotemain\'][!--quotec--] Well the first page just seems like basic html. The second however has some authentication in it and will have to use some php for that. There are so many things you could do it is hard to find a place to start. Do you know html? Are you going to store all your page content in MySql?? How often will you be changing the page content?? You can use sessions or cookies for your authentication. An entire site design cannot be done in a forum. What I would suggest, if you know html, is design your pages first. Get them all set up then put the php code in to see certain areas and authenticate pages. You can incorperate the html into the php easy enough. Ray [/quote] Hi Ray, I can design the pages no bother, but I want a generic code and CMS "set up" I can use again and again. One which the client can log into an attractive CMS area, upload products etc quickly and easily. A nice simple solution... I can't do it myself though. Don't know where to start.... Can you help??
  7. Hi there, I'm a newbie to PHP / MySql - I know how to get a database installed etc, and configure things, that's about it. However, I have a "real-life" problem! I need to build a very small web shop, and I would ideally want one like this: [a href=\"http://www.thepointbristol.co.uk/organic/\" target=\"_blank\"]http://www.thepointbristol.co.uk/organic/[/a] Complete with a CMS which works like this: [a href=\"http://www.thepointbristol.co.uk/organic/cms\" target=\"_blank\"]http://www.thepointbristol.co.uk/organic/cms[/a] Do any of you kind souls have a similar script I could have? I think I could pick my way through it, style it myself, install it myself etc - and I think the process of doing this would be really useful to me. Any knights in shining armour out there?? I asked a freelancer for help, and they wanted 2000 dollars! Anyone willing to help would be appreciated. I can't pay, but I do own this watch shop... www.theretroworld.com - so perhaps a barter?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.