A Flash Developer Resource Site

Page 4 of 4 FirstFirst 1234
Results 61 to 74 of 74

Thread: Razormedia CMS - Boardroom Project

  1. #61
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016
    Originally posted by enemem
    surely you don't need them in the SELECT statement though??
    doesn't work otherwise with my host!?

    madness I know
    Living the dream

  2. #62
    Harry Tuttle phantomflanflinger's Avatar
    Join Date
    Aug 2001
    Location
    Somewhere in the 20th Century...
    Posts
    387
    Our server doesn't mind where I put ``s in this line
    $query = "SELECT * FROM `cms` WHERE pnumber = 59 ";

    Your host does seem a bit mad, Bruce, but it seems to be forgiving in other ways. As I said above:
    Line 24 of delete.php should be:
    echo "<a href='delete_record.php?pnumber=",$row['pnumber'],"'>";
    The one you uploaded said:
    echo "<a href='delete_record?pnumber=",$row['pnumber'],"'>";
    Which works fine on your server, although God knows why!
    We're all in it together

  3. #63
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016
    Originally posted by phantomflanflinger
    Our server doesn't mind where I put ``s in this line
    $query = "SELECT * FROM `cms` WHERE pnumber = 59 ";

    Your host does seem a bit mad, Bruce, but it seems to be forgiving in other ways. As I said above:
    Line 24 of delete.php should be:
    echo "<a href='delete_record.php?pnumber=",$row['pnumber'],"'>";
    The one you uploaded said:
    echo "<a href='delete_record?pnumber=",$row['pnumber'],"'>";
    Which works fine on your server, although God knows why!
    its sitting on a unix box, that might have something to do with it.

    cheers
    Living the dream

  4. #64
    Harry Tuttle phantomflanflinger's Avatar
    Join Date
    Aug 2001
    Location
    Somewhere in the 20th Century...
    Posts
    387
    NO! I have not forgotten about this, even though any sensible person would have.

    I have just made a 'version' which retrieves fields by particular numbers rather than listing them all by pnumber. So, different pages have different fields and you can edit multiple pages, so on. The voices in my head tell me not to bother.

    There are lots of useful scripts for CMSs here:

    http://www.thefreecountry.com/php/co...nagement.shtml

    http://php.resourceindex.com/Complete_Scripts/

    Not that we should pinch them and integrate them into the Razormedia CMS of course.
    We're all in it together

  5. #65
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016
    Originally posted by phantomflanflinger

    Not that we should pinch them and integrate them into the Razormedia CMS of course.
    I won't tell.

    I have left this because of other work comittments but I find myself constantly coming back to it and pinching bits for other work.

    I'll update very soon with a new improved version
    Living the dream

  6. #66
    Harry Tuttle phantomflanflinger's Avatar
    Join Date
    Aug 2001
    Location
    Somewhere in the 20th Century...
    Posts
    387
    I'll wait until you release your next beta before I do anything then.

    Re. pinching stuff, this old thing:
    http://www.digisoft77.com/solutions/e.php?sID=20
    Is almost as good as what you've done, but it does it without a database! I don't suppose they'd mind you pinching bits of that, since it's so old and "no longer supported".

    Is this you or someone else called Bruce:

    Gotta go, it's the weekend and I got Mexicans to whup.
    We're all in it together

  7. #67
    Senior Member
    Join Date
    Feb 2001
    Posts
    1,835
    Originally posted by phantomflanflinger
    Is almost as good as what you've done, but it does it without a database!
    Sounds very similar to what we use at work (mentioned somewhere else in this thread too). We have scripts that read in Flash text files (currently expanding to include XML), generates an HTML form to edit the data and then saves everything back to the file (creates back-ups too).

    Very useful stuff and easy to do...

    I have used my own CMS for image-gallery sites on 2 sites now but it's not really in a state to be released into the wild...

    - n.

  8. #68
    Retired SCORM Guru PAlexC's Avatar
    Join Date
    Nov 2000
    Location
    NJ
    Posts
    1,387
    When you upload a file, I'm assuming it sits on the web server.

    Would there be any mechanism you know of that would use the web server only as a transition point for files?

    We'd need to get files from our partners back onto our local file servers.
    "What really bugs me is that my mom had the audacity to call Flash Kit a bunch of 'inept jack-asses'." - sk8Krog
    ...and now I have tape all over my face.

  9. #69
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016
    yes, you could probably set up an ftp as a cron job. alternatively, theres probably something already in existence that could move files over domains. I'll have a check for you.
    Living the dream

  10. #70
    Senior Member
    Join Date
    Feb 2001
    Posts
    1,835
    Originally posted by RazoRmedia
    yes, you could probably set up an ftp as a cron job. alternatively, theres probably something already in existence that could move files over domains. I'll have a check for you.
    you can use php to transfer files via ftp, see here:

    http://uk.php.net/manual/en/ref.ftp.php

    (needs to be enabled in your php install, don't see that any host would have a problem with that)

    You might want to think of some way to allow clients to test their changes before they put data on to the live site.

    - n.

  11. #71
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016
    Originally posted by phantomflanflinger
    This file should be useful, if it attaches OK.
    seems to be something wrong with the attachment rob
    Last edited by RazoRmedia; 07-01-2003 at 10:05 AM.
    Living the dream

  12. #72
    Harry Tuttle phantomflanflinger's Avatar
    Join Date
    Aug 2001
    Location
    Somewhere in the 20th Century...
    Posts
    387
    Damn, the file's been buggered by passing through binary channels (you know, like when MP3s used to get 'cooked' in the 90s).

    Oh well, delete the post.
    We're all in it together

  13. #73

  14. #74
    Junior Member
    Join Date
    Oct 2000
    Posts
    19
    Have you seen http://flashblocks.com ? - a very interesting flash cms.

    It stores all data in a text file, which makes setting up a snap, and moving and backing up the site effortless. Its a very interesting concept and works. Building a site is very simple - Just drag and drop "edit blocks" onto the stage and into your desgin. They are filled with images, text, scrollers, links actions and modules. Anyway, it is well worth checking out if you need to get a powerful content management system up and running quickly with minimal client training.
    [swf width="300" height="40" background="#000033"]http://www.freedomsun.com/flashkit/flashkit2.swf[/swf]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center