galley issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • subzero
    replied
    like user uploads but it will auto place them in there own gallery folder

    like

    males
    subzero (5) picture's

    females
    xbitchx (100) picture's

    all they see is

    input to upload

    then send done

    is that what you want ??
    Last edited by subzero; 13.08.10, 18:46.

    Leave a comment:


  • evil1
    replied
    no im just tryin to get a m/f gallery just the basics but it keeps comin up errors

    ummm just the view cat thing? ta for the help :D

    Leave a comment:


  • woody
    replied
    no it doesnt it means there's a syntax error like it says lol

    evil are you actually doing anything different with the gallery script if not just replace it with the one from the v2 script which is posted here it'll save you a lot of time

    Leave a comment:


  • brand
    replied
    Originally posted by evil1 View Post
    Parse error: syntax error, unexpected T_ELSE in /home/a3398914/public_html/gallery/viewcategory.php on line 65 }else if(filesize($file[1])>1023);

    help please
    this means ya pic has no mb which means it never uploaded right

    Leave a comment:


  • something else
    replied
    this is wrong: }else if(filesize($file[1])>1023);
    needs to be:
    }else if(filesize($file[1])>1023){
    //something here
    }

    Leave a comment:


  • evil1
    replied
    killer-eyed-14 im really sorry but im thick as **** when it comes to this stuff. what dya mean?

    Added after 2 minutes:

    an the sites evilsplace.com not really open to the public as ive allot of work to do changing it from others stuff to mine
    Last edited by evil1; 11.08.10, 12:34.

    Leave a comment:


  • kiLLeR-eyEd_14
    replied
    Lol..You have the condition but you didn't put any statement after..That's the error..Put something after if(blah) { //put something here }..And don't put semi colon after if()..Like yours, if();..That's wrong..Hope you got it..
    Last edited by kiLLeR-eyEd_14; 11.08.10, 08:15.

    Leave a comment:


  • kei_ki7
    replied
    Go to line 65

    Then double check the code.

    BTW your if condition already closed here
    }else if(filesize($file[1])>1023);
    Go to line 65

    Then double check the code.

    BTW your if condition already closed here
    }else if(filesize($file[1])>1023);

    Leave a comment:


  • akela
    replied
    post script. you have not provided any link or script then how can help

    Leave a comment:


  • evil1
    started a topic galley issues

    galley issues

    Parse error: syntax error, unexpected T_ELSE in /home/a3398914/public_html/gallery/viewcategory.php on line 65 }else if(filesize($file[1])>1023);

    help please
Working...
X