Jump to content

mitchellm

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mitchellm's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi! I'm currently developing a script for a trading card system. This system is meant for virtual card collecting. For an example of what I mean, please see http://www.enyx.org/index.php That is an example of the outcome. However, that isn't my website, and that is all hand done - no databases, except for the user login, and it's totally edited by hand. I've built basically the back-bone for the script. However, I need to incorporate features that I have no idea how to do. My whole script so far has been a 'google-it-and-learn' experience but there are limits to what I can do. I can show you the script source, I can show you what I've done, and I can show you it's current progress but only on request. No offense to anyone, I just don't want my hard work to go under someone else's name. Here is my list of what's left to do: 1) Admin panel   + Content Management   + Link Managment   + Card Management   + User Management   + Game Management   + Options (Site title, Theme, Etc.) 2) More fields for user profiles 3) Better personal messenger interface 4) Refferals 5) Small, simple forum (http://www.despair.nu/mb.php) I know this is a lot, an extremely long and tedius task. I also know this is sounding more like a request for someone to do it - suffer no delusions, I am not asking for you to make the script for me. I'm simply asking for help on taking what I have and upgrading it. As I said, ask for what you need, but please don't take advantage of me. I'm not brand new to php and I'm no expert. I'm simply asking for your help. Thank you in advance for all help. And, for now, the script can be seen in action here http://www.the-silence.org/wingardium
  2. What is the link to the file_info folder? The line suggests that the folder is at http://www.allaboutthekick.com/whocares/test/file_info/ which obviously is wrong. Check the path to that folder and you will solve your problem.
  3. Jen, perhaps you'd be interested in a script I wrote not too long ago. It's very simple, and was originally used for a 'website notepad.' However, it'd be perfect for you. If you're interested, I'll send you the zip file with the files and instructions.
  4. For remembering the data submitted, try using this script (javascript) http://javascriptkit.com/script/script2/rememberinput.shtml As for the post data, there are 3 options that I can think of. The first would be to use sessions, the second would be to have the links to the properties open in new windows, and the third would be to have a frame that overlays on the page with the properties inside of it. For the first option - I have no clue how to do it, I just know of it. For the second option - simple, target="_blank" or target="_new" should do it. For the third option - it's the same effect as the lightbox. What lightbox does is, once incorporated into a tag and clicked on, shadows the whole page with what you want on top. Then, once a link is clicked to close the frame that was loaded, it reverts back to the original page. (See http://www.huddletogether.com/projects/lightbox/ with the 'Lightbox Gone Wild' mod or the 'Leightbox' mod.) Personally, I would go with the third option. It looks interesting, it entices the visitors, and it gives a professional look with minimal effort.
×
×
  • 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.