Jump to content

.josh

Staff Alumni
  • Posts

    14,780
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by .josh

  1. well.. how does this page generation thing work? Does it need to know a bunch of params to make the page? I mean, like, do you have some kind of form with fields you are entering in and wanting the page to generate based off that? Then just post it to the page via normal form posting methods. Page generation script self-contained? Just echo the link out to it, like a normal link... pulling values from a database and wwant to generate page based on something like an id or something? same thing as the normal link, but throw a ?var=value onto the end of the link and have the page generation script grab it from $_GET['var'].
  2. no, you should assign the $_POST'ed values to the variables before you try to use them in your $body string. Either move those variable assignments up to before your $body assignment, or else move your $body assignment down lower in your code, after those vars are assigned.
  3. More than likely it is possible. You would have to map out how it is stored in the database, etc.. However TBH I doubt anybody is going to go pick apart this CMS of yours to give you a more detailed answer than that. Have you tried looking for a support community for that CMS?
  4. you use variables in $body before you actually assign anything to them.
  5. document.location.protocol
  6. perhaps it would help you out if I said variable scope in AS works more or less like directory paths. You can reference a variable by its relative or absolute path/to/variable but with the scene/stage/object/etc...
  7. what do you mean by "create a page in a database?" You can click a link that goes to a script that will make a file and then redirect to that file. Is that what you are talking about?
  8. QFT. Instead, Try to think of it like this: the fewer amount of words you can use to describe what you want to do, the higher the possibility there is an existing function out there just for you.
  9. Actually I have a key on my keyboard mapped to paste it. http://www.thebestpageintheuniverse.net/c.cgi?u=puns BLAM! See how fast that was? http://www.thebestpageintheuniverse.net/c.cgi?u=puns http://www.thebestpageintheuniverse.net/c.cgi?u=puns Quick-draw McGraw bitch! http://www.thebestpageintheuniverse.net/c.cgi?u=puns http://www.thebestpageintheuniverse.net/c.cgi?u=puns <click> <click><click> Shit...<reloads> http://www.thebestpageintheuniverse.net/c.cgi?u=puns http://www.thebestpageintheuniverse.net/c.cgi?u=puns http://www.thebestpageintheuniverse.net/c.cgi?u=puns http://www.thebestpageintheuniverse.net/c.cgi?u=puns http://www.thebestpageintheuniverse.net/c.cgi?u=puns !
  10. Come on, I rub yours, you rub mine? (pun intended) http://www.thebestpageintheuniverse.net/c.cgi?u=puns BURN.
  11. Not trying to regulate the forums or anything...but CV, whens the last time you've read the rules? Okay so it's like when you're at school and the teacher takes away your water gun, pack of gum, pack of condoms, whatever, and it gets sent to the principle, and he has this drawer full of confiscated items. So it's really like that. Spambots post links to pr0n on the forums and they get moved to my pr0n stash. Well actually what REALLY happens is admin/mods delete it and then I move it to my pr0n stash. You know, to stay organized. Yeah. Organized. haha, I said organ...
  12. I should be flattered. Or at least, act flattered. I hear that's what you puny mortals do in these mutual ego-feeding situations. Ahem. Thanks for the mental hand-job! Really appreciate it! Don't expect me to return the favor though...
  13. more importantly, you are missing out on access to my pr0n stash.
  14. well technically he can't look through all of them. He will not see the ones for forums he does not have access to.
  15. http://www.phpfreaks.com/forums/index.php?action=stats look at thorpe and his 17k posts.
  16. nope. You cannot see stuff like that. Have to have direct db access, which only the admin have, because they have server access (not because of something within smf software). Actually, I'm not sure but maybe you might possibly be able to run queries through smf's admincp. I don't know for sure since I'm not an admin and I'm too lazy to install smf to find out.
  17. awww, I'm sorry. I hear Chaffed Vagina can be quite horrible sometimes...
  18. nobody can see your password. It's stored as a hash.
  19. Bi-Polar Evil Leprechauns? You cater to them too? Holy crap I thought I was the only one...
  20. If you want to compare moderators to law enforcement, I'm probably more like mall security. rent-a-cop is what we called them back in the day. They don't actually let me have a gun or anything around here. They even took away my ban-stick. Bastards.
  21. You need to go to your forum profile settings and specify whether you have a 3rd leg or not. No worries, I went in and changed yours for you.
  22. I like to color outside the lines. And play with midgets. Dude, midgets are kickass.
  23. but if I really was a girl, wouldn't I not be offended?
  24. Does the thought of me being a girl turn you on?
  25. okay so you already have a login system in place. So add a userLevel column to the database and assign a user level to each doctor. Then have a table in your database (example called documents) that has a list of all the file names in one column (documentName), as well as a file level column (fileLevel)associated with it. Then on the page that lists the documents, you would (assuming the table with the user login info is located is called userTable): select documentName from documents where fileLevel <= userTable.userLevel loop through and display the results via php.
×
×
  • 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.