Simple Php Script Update
Amendment to file
I need to amend this script to
If the date is the 24th December Between 1pm and Midnight = closed
If the date is the 24th December but before 1pm =
Amendment to file
I need to amend this script to
If the date is the 24th December Between 1pm and Midnight = closed
If the date is the 24th December but before 1pm =
I need a script created like this.
http://keltonwoo.com/app/index.php/reserve
The script must auto detect the day & start with that day.
and I would also like the script to blackout the date & times
of other appointments that has been paid for. Also this will intergrate with paypal
and after someone places an order it will then blackout the date & time.
Also would like a little admin area where I can view the week and see what days have orders & also be able to black out days if i’m busy, also need basic option like change password,view user info if i click the date/time of an appointment it’ll show me who i have an appointment with.
Combine these programs into one program
27. Create a Date class and an IncDat e class as described in this chapter (or copy
them from the website). In the IncDate class you must create the code for the
increment method, as that was left undefined in the chapter. Remember to follow
the rules of the Gregorian calendar: A year is a leap year if either (1) it is
divisible by 4 but not by 100 or (2) it is divisible by 400. Create an application
that uses these classes.
28. Modify your IncDate class from Exercise 27 so that it also provides an increment
method that accepts an argument numDays of type int and modifies the
date so that it is numDays later. For example, if the date represents December 31 ,
2002, then after an invocation of inc rement (3) the date would represent January
3, 2003. Hint: You may consider creating an “inverse” lilian method that
takes an LDN and converts it to a date to help you solve this problem.
31. Organize the files you created to solve Exercise 27 with a package called dates.
Need this WP calendar script changed so that I can change and pick the date that my post will be entered on. I don’t want the post date to be the date that I actually entered the post.
If I enter an event on September 16th for an event that will occur on September 30th I want that event to show on the date of September 30th not September 16th
I want to be able to schedule on a calendar date in the future.
See calendar at:http://bit.ly/iiP2M
project for lsw01 see additions at the bottom
#98 Posted 8/4/2009 at 4:04 EST [private message for You] [Report Message Violation]
Hi,
No worries, I get the idea.
So basically, the overall thing would work like this:
Person 1 Signs up
Posts a date – say romantic, meal and movie, we both pay, downtown pittsburgh (or more specific, see below)
- They could then pay to feature the date
Other people have signed up, and bid to go on the date with Person 1, and can bid an amount to contribute towards the date.
Person 1 can then review the bids, and selects who to go on the date with.
At this point, Person 2, who has been selected is asked to put their contribution into escrow. My idea here is actually that the escrow is not released until after the date – so basically, Person 1 knows the money is there, and Pays for the date, and then, once the date has taken place, and both parties have marked that it took place, Person 1 gets the additional money out of Escrow.
Once the date has taken place, both people can leave feedback on each other.
Thats the main core of it right?
Then in addition:
-People can sign up for emails containing dates in their area
-I will write a system that you can tie into other websites that looks for sites in a city or near a zipcode
Suggesting places to have the date is quite simple, it could be a yellow pages style thing – “Comedy Shows in Chicago” or “Restaurants in Latrobe”, that kind of thing? And then it would come up with a list of suggestions, which the person posting the date could then select as a location?
Additions:
1.Make Date Featured
2.Project Date Urgent
3.Project Date private
4.Hide Offers
5.pre Paid status
6. Allow Person 1 to ‘invite’ people – they enter the email addresses of people they want to invite – then they can sign up, which gets you sign ups, and respond to the invitation.
7.Tell a friend about a posted date
Profile Site PHP Script upgrade
This is a Straight Adult Site
Administration Panel Upgrade
User Profile Pages Ugrades
Script and database upgrades listed below –
1. Force Visitor to Register and Users to LOGIN
2. Increase size of pictures by 100% when clicked on
3. On the Who’s Hot block, the picture displayed should be the one that is rated the highest by the users. When a user clicks on:
Adult Profile Site PHP Script upgrade
Administration Panel Upgrade
User Profile Pages Ugrades
Script and database upgrades listed below –
1. Force Visitor to Register and Users to LOGIN
2. Increase size of pictures by 100% when clicked on
3. On the Who’s Hot block, the picture displayed should be the one that is rated the highest by the users. When a user clicks on:
I’ll have two csv files, in which values are delimited by commas or semicolons. Each row in the first column of each file will contain a date and time, in seconds, written as one number (for example 20090527164134, YYYYMMDDHHMMSS).
The two files span around the same “duration” in time but have an unequal number of rows. The job of this program would be to make the two files compatible in a way that each respective row in each file will contain identical date/time values. It should do this by inserting and filling up the rows of each file in which the date/time field doesn’t match with any respective field in the other file.
Please note that a file can and will contain large sequences of rows where the date/time field will be the same.
When a new row is inserted with a date/time value taken from the other file, the values other than the date/time should be copied from the previous row.
Example:
File_A.csv:
20090527161405,1,2
20090527161407,2,2
20090527161410,2,2
20090527161412,2,4
20090527161413,2,2
File_B.csv:
20090527161405,3,2
20090527161408,4,5
20090527161410,5,6
20090527161412,5,4
20090527161412,9,2
20090527161413,3,4
Must be processed into:
File_A_new.csv:
20090527161405,1,2
20090527161407,2,2
20090527161408,2,2
20090527161410,2,2
20090527161412,2,4
20090527161412,2,4
20090527161413,2,2
File_B_new.csv
20090527161405,3,2
20090527161407,3,2
20090527161408,4,5
20090527161410,5,6
20090527161412,5,4
20090527161412,9,2
20090527161413,3,4
Both files now contain 7 rows, and each date/time value is mirrored in the respective row.
The language of the program doesn’t matter that much, but I prefer to be able to run it on mac without having to download new packages. Shell access and lack of GUI is fine.
Adult Profile Site PHP Script upgrade
Administration Panel Upgrade
User Profile Pages Ugrades
Script and database upgrades listed below –
1. Force Visitor to Register and Users to LOGIN
2. Increase size of pictures by 100% when clicked on
3. On the Who’s Hot block, the picture displayed should be the one that is rated the highest by the users. When a user clicks on:
Hi There,
I need a script that reveals on a website the following code, The code must work out todays date, then have a variable that adds or takes away the amount of days from the current date (using that variable).. then print the answer to the equation.
Code should work out todays date = Saturday, 23rd May 2009.
Then work in with variable = +10 (this means add 10 days to the date)
so the date would then show Tuesday, 2nd June 2009.
or
Code should work out todays date = Saturday, 23rd May 2009.
Then work in with variable = -7 (this means take away 7 days to the date)
so the date would then show Saturday, 16th June 2009.
remember it is important to calculate if the day of the month needs th or nd or st eg 20th or 22nd or 21st.
This site might help you with solution.
http://www.bigresource.com/PHP-number-into-month-with-st-nd-rd-th-NgYN8nIb.html
(scriptlance this is not my site and is only here for the help of the solution)
Thanks,
Jason.
READ DESCRIPTION CAREFULLY. YOU MUST MSG ME SO THAT I CAN SEND LINK TO RRMILK.MDB FOR YOUR REVIEW. ASK ME QUESTIONS AS NEEDED BEFORE FINALIZING BIDS. I WANT TO COMMUNICATE BY SKYPE OR PHONE TO INSURE CLARITY PRIOR TO JOB BEING STARTED. FTL
I have a number of excel .dif files that need to be imported into a new table into an access db (I have access 2003) so that various reports can be created and I have an existing Access 2003 db that needs some formulas changed.
Note: Decision will be based on your programmer rating history, ability to directly communicate and price.
==== TOTALLY NEW PORTION ========
Specifics of job:
1. table name: tblEvents
2. Form name: frmImportEvents
3. Model form: frmImportHist
4. Add Field: Alpha (10 char) CowNo and populate with characters from file name prior to first “-”.
5. Add Field: Numeric (8 char) LactNo populate based on formula below.
6. This will link into the tblCombined by the cow number.
7. Field names
Excel into access
Date becomes Dt
Event becomes Event
Event Info stays Event Info
Comment becomes Event Comment
Additional fields:
CowNo comes from file name as described above
FileName is the file name for that imported record
ImportDt is the date this record was imported
8. Formula:
LactNo.
A. If exists, On Date where Event = Entry, LactNo = 1 (prior to this occurance LactNo is 0 and after follows rules below.)
B. LactNo remains 1 until, Event = Calving (after an Event = Dry) then increment by 1 (ie. becomes 2).
C. LactNo remains the same until, Event = Calving (after an Event = Dry) then increment by 1.
===== REVISING EXISTING ACCESS PROGRAMMING IN RRMILK.MDB =========
Fixes in RRMilk Access db: [Contact me via PMB to get download link]
[ Overall - (CowNo + Date) is Unique in tblDaily, tblHist & tblCombined and use this as the linking field ]
O – Rename RRMilk for development purposes to RRMilk-dev [to be renamed back when finished.]
1. Add into the Combined Form a date field for “Use Hist today/prior:” [field A-date]
2. Add into the Combined Form a date field for “Initial Study Date:” [field S-date]
3. Add into the Combined Form a date field for “No. Missing Daily Days:” [field-M-Days]
4. Add into the Combined, Daily & Hist Tables an indexed alpha-numeric field for CowNo + date called COWDT
5. Removed field error tag and any formulas related to it.
6. Set Up Easy way to choose between 1 of 2 default sorts:
A. Day/Cow sort = 1st Dt Descending, 2nd CowNo Ascending
B. Cow/Day sort = 1st CowNo Ascending, 2nd Dt Descending
In combined table (formulas trigger by the Combined Form),
1. Cause the DailyYld to be the Milk field from tblHist for all dates less than or equal to A-Date ELSE use the DailyYld from tblDaily
2. Pull the 1st occurrence of a new LactNo (1,2,etc) from the tblEvents
3. Calculate the DIM by incrementing 1 per day from the initial number pulled in #2 above.
4. Add date field, placed left of ID, populate with date when Event = Birth from tblEvent
5. Add text field (10 char), “DataSrc”, populate with ‘Daily’ when any data on that date for that cow (ea cow should have 1 unique row for Cowno + date) comes from tblDaily for that cowno + date row else populate with ‘Hist’.
6. Change EntryDt formula – currently not correct – to the following:
A. For a given cow, the 1st date occurrence of Grp = 2 or 4 after S-Date
7. Change ExitDt formula – currently not correct – to the following
A. Based on Sort, 1-CowNo, 2-Dt then If EntryDt greater than 0 and the preceeding [M-Days] of records DataSrc = “Hist” then ExitDt = 1st Day DataSrc changes from Daily to Hist.
Ask me for an excel example if needed.
Change field widths in Combined table:
1. CowNo – add 4
2. DailyYld add 2
3. GynStatus add 12
Conditions to cover:
1. Existing data – in combined table.
– Zap and Recreate Combined table each time the form is run.
2. Cows in tblHist or tblDaily but not in tblEvent – Pull LactNo & DIM data from tblDaily for those dates ELSE leave blank.
In Formula in the tblDaily form:
1. Daily import – change the date imported (drawn from the file name) from the date in the file name to (date in the file name minus 1).