Websites Calendar 2017


Job Times

20172016

JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember
November 2017


1 Wedadminx-fit0.000.00
 kylinvestigation into different editors 4.0
https:/ /athemes.com/collections/best-sports-wordpress-them es/#
http://demo.goodlayers.com/?theme=realsoccer
https://bootstrapstudio.io/
http://www.softorweb app.com/2017/03/web-designing-software-list-2017.ht ml



email to ken re quote .5
email to R&T sports re banner .25
editfixtures problem 2.0
0.006.75
6.75


2 Thuadminstand upto cancer emily hall
ben saddler
email ben.saddler@gmail.com
tel +447792440198
0.000.00
 CruiseFerryffion@fljmedia.com ffion llwyd-Jones password ddra ig5xt!

ffion welsh for foxglove and ddraig dragon
0.000.25
 kyleditfixtures changed to 45 teams to edit so that the 1000 variable will not be overlimited 0.004.00
4.25


3 Friadminspin
https://css-tricks.com/content-jumping-avoid/

hacking investigation:
Sanitize input early, sanitize output late
three ways to make sure data is safe:
vali date;
if(filter_var($address, FILTER_VALIDATE_EMAIL)){
echo "Email is valid.";
} else {
echo "Not valid.";
}
sanitise

//Remove all characters from the email except letters, digits and !#$%&'*+-=?^_`{|}~@.[]
echo filter_var($dirtyAddress, FILTER_SANITIZE_EMAIL);
0.004.00
 kylcms/playerForm data missing added check today on this line 24 0.000.00
4.00


4 Satadmintbc
abs
0.000.00


5 Sunkylrejected emails


Sun Oct 29 15:33:29 2017 spam: "Erith and Belvedere u 14" ****
Mon Oct 30 06:46:04 2017 spam: "Dear Friend," ****
Mon Oct 30 10:05:38 2017 spam: "Match Report" ****

Wed Nov 1 21:29:10 2017 spam: "Re: Herne Bay v Park Regis - Match Co..." ****
Thu Nov 2 09:53:20 2017 spam: "Things that you did not know regardin..." ******
Thu Nov 2 13:25:01 2017 spam: "This week's misdemeanours (for 29th Oct)" ****


Sat Oct 14 15:41:56 2017 spam: "Are you a teacher, a tutor or a coach..." ****
Sun Oct 15 13:54:25 2017 spam: "U18 Cup" ****
Sun Oct 15 17:04:52 2017 spam: "Re: Match Confirmation U13s / Invicta..." ****
Sun Oct 15 22:11:01 2017 spam: "" ****
Mon Oct 16 10:55:01 2017 spam: "Erith and Belvedere u14" ****
Mon Oct 16 18:52:07 2017 spam: "" ****
Mon Oct 16 23:26:17 2017 spam: "" ****
0.000.00


6 Monadminabs
cleaned up utube on home.prenticechallis and added images of gym to gallery 1.5
0.001.50
 kylproblem on gallery showing a print_r of posts -removed. .5
problem still on editfixtures re weeks 3.0
and cleanup of ignore; postpone errors
move enterresults to production after adding test variable
0.003.50
5.00


7 Tuekylcleanup gallery.php as it needed default on pagedresults 1.0 0.001.00
 jazz j/public_html/jazzjournal/subs
cancel.php and success.php have text re Sarah's working hours. Needed to be u pdated
updating /includes/common.php for errors on log file

marks email account suspended again and yet he is not using a huge amount of disk. it is either the account is getting a lot of spam activity or maybe the number of emails on the account. 1.0
0.001.25
 admingot DPS deposit sorted for the Annexe
You have to goto payments and allocate the deposit
landlord id 1820754
challisletting@gmail.com 1.0



0.001.00
3.25


8 Wedadminfunctional fitness
x-fit
email problem 1.0


Hacking tutorial

echo "You visited my URL with the following parameter: " .
$_GET['value'];

if(is _numeric($_GET['value'])){
echo "You visited my URL with the following parameter: " . intval($_GET['value']);
} else {
echo "
Hey. Stop trying to hack me by sending non-number values!";
exit();
}
http:// home.prenticechallis.co.uk/xss.php?value=%3Cscript% 3E//%20%3C![CDATA[alert(%271%27);//%20]]%3E%3C/script%3E

GOOD TUTORAIAL
https://www.wordfence.com/learn/how-to-w rite-secure-php-code/

any data sent to your database is safe.

make sure all uploaded files are not ex ecutable.

If you are executing a shell command, we strongly recommend against including any user data or data that has arrived from an external source.

Functions like �intval()� that strip out everything except integers are useful for sanitization in this scenario.





0.001.00
 Traininglooking at hacking exploits added documentation to home.challisprentice.co.uk 0.002.00
 jazz jproblem on emails re account disabled - looks like the 5gb maybe across the account and sarah is now using quite a lot of storage. Servage do not answer a direct question as usual. 0.001.00
4.00


9 ThuTraininglooking at hacking exploits added documentation to home.challisprentice.co.uk
mainly file uploads and sql injections
0.004.50
 kylspoke to ken re new website. looks like not going anywhere. 1.0 0.000.50
 adminrang caxtons to query statement/invoice but it is correct paid about �900 up to dec by debit card 0.001.00
6.00


10 Friadminspinning0.000.00


11 Satadminabs
tbc
0.000.00


12 Sunkylproblems on enterresults
home_id_winner and home_id_draw both are holding tabs at the end of the variable content which means that the tables are incorrect - changed db
checking application for why it is doing this
0.003.00
3.00


13 Monadminabs0.000.00
 kylSELECT * FROM `fixtures`
where (length(home_id_winner)>3 and substring(home_id_winner,4,1) <>'_' )
or (leng th(away_id_winner)>3 and substring(away_id_winner,4,1) <>'_' )
or (length(away_id_draw)>3 and substring(a way_id_draw,4,1) <>'_' )
or (length(home_id_draw)>3 and substring(home_id_draw,4,1) <>'_' )
or (length (home_id_loser)>3 and substring(home_id_loser,4,1) <>'_' )
or (length(away_id_loser)>3 and substring( away_id_loser,4,1) <>'_' )

SELECT *
FROM `scorers`
WHERE tournament_year =1718
AND team LIKE 'E01%'
AND tournament_id LIKE 'u18%'
remove players from team erith and beleveder u18n who have withdrawn from the league.
removeteam.php has not done the away team removal of e01_u18n need to look at this 3.50

ref harry.phillips ELIZABETH says matchcard prob but cannot replicate as can see match on sunday
.5

continued checking security for upload 1.0
1.004.00
5.00


14 TueadminMichael Farlam afternoon re pension
the annexe do not pay off mortgage with pension
16b lids living there without me getting the income could be a way of avoiding capital gains.
pension not going to take it as an annuity as state pension will cover the amount i now earn but treat it a bit like a bank account so can take money out when i want too ie for a car or a problem. michael will put it in a lower risk fund than current and will move 6000 from cash to go into the pension so that will not have tax implications ie 6000 will appear as 6000+20% until taken out later when it will have the tax

lids extra money from david put a bit in to pay off mortgage and remainder ie 20k into isa's.
0.002.00
 kylneed further testing on ignore postpone enterresults4

looked at harry.phillips ELIZABETH re so called problems with entering matchcards - works on ipad and pc 2.5
0.002.50
4.50


15 Wedadminfunctional fitness
x-fit cancelled as going out for meal
peaky blinders season 4
tom and charlotte the local eastern food. gave jamie 50.00 for meal
0.000.00
 kylproblem on mcmail with the phrase 'top it off'. changed on functions_match and mcmail with the phrase replacing with ... 1.0
0.001.00
 klskls problem with booking wrong amount. Deleted from database and re-entered has corrected the problem - must have been a cache problem. 0.001.00
2.00


16 ThuadminTURKIYE ISBANK A.S
BRANCH CODE 3632
ACCOUNT HOLDER NAME :KAUNOS TURİZM HABERLEŞME İLET& #304;ŞİM VE TİC.LTD.ŞTİ.

GBP ACCOUNT NO: 0077813 IBAN:TR79 0006 4000 0023 6320 0778 13
SWIFT CODE: ISBKTRISXXX

Make sure that I pay the winter check in uk pounds as this account does not take turkish lira
spoke to bank and hopefully now sorted .5

add firefox developer addon back to firefox
jennymaryprentice pwd brack!n4
0.000.50
 klsproblem with multibyte fr.kentlawsociety.com
htmlspecialchars(): Invalid multibyte sequence in argument in /home/sit es/kentlawsociety.com/public_html/support/templates _c/
fr^cfdda1c3f96430b4863745a65baf26bc7aa52089_0. file.find-a-solicitor.tpl.php on line 289:
/home/ sites/kentlawsociety.com/public_html/.index.php

smarty .index.tpl problem on header
utf-8 htmlspecialchars escape
ISO-8859-1
create fr.prenticechallis.co.uk domain 'a' record to test multibyte chars 1.5
investigate problem with login for
blighpb@icloud.com
SM@sti lwellsingleton.co.uk
problem is database did not have the email on the members table as it was added to the subs on the same day.
changed currmembers to leave the updated date to only those which are true - added extra variable field uflag to determine whether on both files
2.0
function_members changes done to
0.004.00
4.50


17 Friadminspin

got to see anne in morning - got there 10:10 and left 5pm got to gym 6:05
stones ashford closed 3pm this afternoon due to non payment 80k electric bill not to come back minimum redundancy and no pay for this month
0.007.00
7.00


18 Satadminabs
tbc
with terry in cafe. tanya got a job but tired.
0.000.00
 kylcreate pdf of duplicate refs cms/duplicateRefs0.002.00
2.00


19 Sunadminspoke to maria and to lesley. Got to arrange a meal out.
0.000.00
 kylclean up duplicate refs0.002.00
2.00


20 Monadmin9.00 dentist karen leadbetter
abs
cancel aero fit added by mistake - done
need to have tooth out.
0.000.00
 kylloaded sevenoaks crest converted from png to jpg as incorrect format. sent instructions in email to diane .25

manually fixed problem with cups - the entry of spaces and tabs into the team id problem 2.0

going through duplicate refs and trying to tidy the tables ref_timetable, ref, online_corr , fixtures and expunged so that only one ref 4.0
0.006.50
6.50


21 TueklsTalk to Jon in morning re agent subscriptions
newsletters - problem with the creation of the job to submit. Not sure why except that have to have content open
Advised to look at individuals email and agency examples from last year. .5

rep54 is the mail version for renewals agents - missing 3.0
0.003.50
 kylwork on duplicate refs 3.00.003.00
 admintook coat, socks and snood to the Tannery 7:45
0.000.00
 jazz jquery re twitter showing some cache - not on my machines .25
0.000.25
6.75


22 Wedadminxfit 1.0
emily class functional fitness 1.0
swimming 1.0
egym .5
0.003.50
 kylwork on duplicate refs 2.00.002.00
5.50


23 Thujazz jremoving all headley references and invicta press

found Qu3nt4roa� CORRECT YOUR FAIL ! in settings which was entered 24 may 2017 when bad email was sent re db and emails.

Gone through the databases and file servers removing all invicta and headley references. Investigated the dbs by creating dumps of dbs.
0.002.50
 klsroger cruttenden membership - jon needed his password details .25 0.000.25
 kylplay_functions problem with non allocated key
in arr
work on duplicate refs 3.0
0.003.00
5.75


24 Friadminspin0.000.00
 kylwork on duplicate refs finished 4.0
pay window cleaner farrow 15.00 online
0.004.00
4.00


25 Satadmintbc
abs
0.000.00


26 Sunadmintax return0.006.00
6.00


27 Monadminabs
tax return
0.006.00
6.00


28 Tueadmintax return

spoke to frances
she is paying 750.00 a month for em's course
and 3000 for the 3 month a ccomodation
her new condensing boiler installation and equipment 4000.00
she is now worried that the 50k she will be spending may not get em a job.

She is only getting 134 a week so 6968 a year
where as i will get 10556 at 203 a week
0.006.00
6.00


29 Wedadminfunctional fitness 1.0
x-fit 1.0
swim 1.0
tax return 2.0
0.005.00
 kylproblem with cups not outputting the correct team_tournament on the home one. Need to go through edit and enterresults. 0.000.25
 CruiseFerrymyheadway.co.uk is a copy of landscaper0.000.00
5.25


30 Thujazz jadded 2018 calendar to shop .5
added december issue to shop and back issue. .5
0.001.00
 adminhttps://www.smarty.net/docs/en/variable.escape.html .tpl
http://fr.prenticechallis.co.uk/index.html
h ttps://stackoverflow.com/questions/7048745/what-is- the-difference-between-utf-8-and-iso-8859-1

http ://php.net/manual/en/function.htmlspecialchars.php


https://tutorialio.com/php/filesystem/is-uploade d-file-function.php
http://kentyouthleague.co.uk/c ms/editMatchboxRep.php
https://themeforest.net/downloads
these tabs saved as needed to logoff mozella firefox as history pwd not showing.

lids rosier court renewal letter 1.0
jamie letter to seana .25
investigation renewal letting 1.0
0.002.25
 kylproblem with cups not outputting the correct team_tournament on the home one. test enterresults for this problem and re-test postpone 3.0 0.003.00
6.25
Goto Admin