Search results

  1. freecrm

    css suggestions?

    I know the overall look has been under critique before, but I am specifically interested in suggestions for improving the css on this site. www.freecrm.x10hosting.com It is meant to be clean.. hence a lot of white but somehow, it just doesn't do it for me yet. Maybe its the colour choice...
  2. freecrm

    CSS testing

    I have noticed a huge amount of people here struggling with css so I thought I would post this php page that I use quite often to try css out. The page is pre-formatted with a container, header, content, columns, footer and menu system. When you run the page (as php file, not .txt) there is...
  3. freecrm

    Update Multiple (checked) records

    I have a recordset, based on a form submit which then echo's to a table - simple. What I am trying to do is to have a checkbox to the left of each row (again simple) At the base of the table, I would have a sperate blank row with fields and a link or button for "Edit all checked". This...
  4. freecrm

    php classes?????????

    I am about to embark on a fairly complex modular specification capture system, revolving around a simple parent table (with ID's) and numerous component child-tables, linking back to the main parent table. The form entry (insert) pages will also have field dependancies. i.e., if one drop-down...
  5. freecrm

    Free php Dynamic Site

    Hi all This site has come a long way since I first asked a few months back. I'd be very interested to know what your opinions are on: 1) Ease of use 2) General look and feel 3) Professionalism 4) Current Functionality Link: http://www.freecrm.x10hosting.com If you want to log in, just...
  6. freecrm

    Code snippet examples

    Is it me or do the same questions get asked again and again?? I thought a forum with code examples might be beneficial so users can just pick out what they need - rather than googling which some users find very tricky ;). Or would it be better just to have a sticky in this forum...
  7. freecrm

    Password one way encryption.

    OK this is probably simple but I'm not sure where to start. Registration process: 1) User enters password/ password inserted to DB (needs encryption) 2) system sends e-mail to user with validation link and confirmation of password (probably an un-encrypted copy). 3) user re-enters password...
  8. freecrm

    Search Engine Optimisation

    I have almost completed my site which has been in development for about 4 months. (Sig. link) Looking at Google Webmaster Toolbox, I know that most of the pages are indexed correctly but I am having real difficulty getting it anywhere near the top!! I've also checked the referrals of all...
  9. freecrm

    [REQ][50 Credits per issue]Beta Testers wanted

    I didn't know whether to put this in here or in Marketplace but my site is now in Beta release and needs extensive testing. In order to test, you will need to register and sign in. For every valid bug, I will offer 50 creds (until I run out or close this thread) Your report should...
  10. freecrm

    HTTP down

    Just got back and site is not up. Upgrade or problems?
  11. freecrm

    [REQ][400creds]Dynamic php/JS event calendar

    I already have a MySQL event table, incorporating title, event time and duration. (plus others) I have searched for a reasonable opensource solution that isn't too complex to integrate without too many problems. Visually, I would prefer something like...
  12. freecrm

    php calendar??

    I have looked around for ages for a free php calendar with reasonable interface. The trouble is, the good ones tend to have user functions and back end database already set up. I already have an event db table and all I need is a bit of Javascript to produce a dynamic event calendar showing...
  13. freecrm

    ORDER BY challenge..

    php based... I have a fairly simple sql query SELECT blah de blah... ORDER BY X I am trying to produce a dynamic table with column headers with a link back to the same page, but including ?ordby=whatevercolumnisclicked so that if the column header is clicked, the page refreshes...
  14. freecrm

    Insert records from a local csv file

    Using MySQL/php. All I need to do is to allow a user to insert records into a MySQL table from a .csv file on his/her local computer... Sounds simple.. Hmmm...:nuts: I have looked into DATA LOAD LOCAL INFILE, but aparently, this only works from the server in which the code/data resides...
  15. freecrm

    LOAD DATA LOCAL INFILE help...

    I've done quite a bit of reading on this but the subject is fraught with pitfalls. I need to import data from a local csv file and have created the following code (adds to existing data). <?php require_once('Connections/freecrm.php'); mysql_select_db($database_freecrm, $freecrm) or...
  16. freecrm

    ftp, http and myphpadmin down.

    Is this another update or a temp problem? Edit: Thanks for the PM Corey - and my apologies for not reading the announcements! Please close this thread.
  17. freecrm

    [OFF][500 CREDS] Timezone issue

    After spending a week on this and not really getting anywhere, I need this fixed which is why I'm offering 500. Platform: php on MySQL Site: www.freecrm.x10hosting.com Process for: Event management AIM 1) User 1 in GB timezone (UTC+01:00) enters a date/time string, assisted by a JS...
  18. freecrm

    What are credits for??

    I know this is probably a stupid question but I'm not the only person to ask and I dodn't know where else to put it! I keep accumulating credits - but what for? - more bandwidth? more storage - an independant domain name - the ideas are endless!
  19. freecrm

    Using php Timestamps with Timezone

    I have numerous databases, all of which use timestamp format date/times, which are easy to echo according to user timezone preferences using putenv ("TZ=".$_SESSION['MM_UTZ']); and echo date($_SESSION['MM_UTF'], ($whatever)); The only problem is, I have only used these for stamping "date...
  20. freecrm

    Warning: putenv() has been disabled

    Warning: putenv() has been disabled for security reasons in /home/freecrm/public_html/index.php on line 6 I know you guys are updating but whats the issue here? This is a fairly standard piece of php. I've looked in the updates section but its not clear if the updates are finished. Whats...
Top