Jump to content

Search the Community

Showing results for tags 'quote'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 2 results

  1. Hi I'm currently investigating how much it will cost me approximately for someone to code me a basic chat script. The script should be very basic (old school) PHP without any javascript or fancy options. must use Mysql as database. Must use automatic login if the user match to certain HTTP header otherwise they must specify a username to register Should not use css stylesheets must be inline styles No cookies Moderating time ban(kick) for 1h, 12h, 24h, 7days, 1 month and 1 year and Permanent Option to unkick/ban Option to edit messages and delete messages. The moderator should be able to type under hes real username and by using a prefix like a ? infront of hes message it must be able to post a message under the name Moderator in a different color. Each time a person has been banned a message should appear saying something like user1 has been kicked for 7 days. Display the amount of times being kicked within the last 30 days... Admin Panel time ban(kick) for 1h, 12h, 24h, 7days, 1 month and 1 year and Permanent Option to unkick/ban Option to edit messages and delete messages. The Admin should be able to type under hes real username and by using a prefix like a ! infront of hes message it must be able to post a message under the name Admin in a different color. Each time a person has been banned a message should appear saying something like user1 has been kicked for 7 days. Display the amount of times being kicked within the last 30 days... Option to rename Users usernames Word filter with an option to specify the replacement word Auto mute for specific time frame if a user used a word on the word filter Option to make users moderators and remove them and option to specify text colors of the moderator and Admin and normal user using span and div styles Option to remove messages older then a specified time. Should be able to select how many messages must be displayed per page Chat window Should show the time posted in brackets in grey, name: and message Should make use of pagination should have a text link to page to show users currently active and chatting Refresh option and highlight the font of the usernames in another color for new messages appearing after each refresh. If a user is a moderator/admin he should get [x] option next to each message he can select to be able to do all the moderation / admin options of regarding the specific message/user. The Admin should have another admin page regarding the setup of the chat like user/ moderation/admin text colors etc... witch he can access via a link to the specific page. Note: This is just for interest sake no real job offering yet. I want this script to be able to be implemented via a .mobi portal on a IM application for mobiles named Mxit. It has many limitations...
  2. Is there a difference between a single quote regex and and double quote regex ? for example : <?php $res1 = preg_match('/shi*t/', $comment); $res2 = preg_match("/shi*t/", $comment); ?> Thank you
×
×
  • 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.