So in my last blog post I mentioned that I have been busy working on the backend part of my network to make everything work fine before Oct. 1st, well I am still on plan and still working hard on getting my 2 backends up-to-date and not needing myphpadmin anymore.
Here is a break down of what I have been up to the last 5 days:
Developer Hut’s Backend:
My main focus has been making the code secure and updating the backend to be more efficient, secure, simple, and so I dont need to use myphpadmin at all. And right now I am very very happy with what has been accomplished with that site so far, the backend is making everything run so smooth. The real only thing I have left to do is make a page so I can edit the user accounts, tweak some view order pages, create a better system to automatically update article submission orders when the content writers finish the article submission article, and make sure my code is secure.
Since the last blog post I have done a lot of work on this backend, I only have a few more days worth of work then that site should be done, then I will move my attention more to the other backend.
Main backend:
This guy is the fun one, but he needs lots more work. Right now the site doesn’t even have a template system, and that makes the site a mess. I need to create a template system so I can easily update pages. I also need to finish updating the code to make it more secure, along with adding a ssh certificate (better be on the safe side).
And I also need link my personal expenses db with the business one, my plan is to make another password protected page within the backend so I can view my personal expenses, and then compare that number to how much profit I made etc. So I will know at all times how I am doing. If you remeber I added a tracking system to track my expenses, and so far the effort I put into that project has paid off.. its nice to be able to see what exactly needs to be changed and what exactly I need to work on, I highly suggest setting something like this up.
But anyways, before I add the personal expenses part onto the backend I need to make sure my code is secure, add the ssh, finish the template system, and then double check my code. After I complete all that work then the backend should be close to done.
Tonight I spent like 4 hours so far updating the drop shippers part of the code, I made it very easy for them to view orders, I also added my own function to make it so that state and country abbreviation will show the full name.
Hopefully that backend will be 100% updated before Oct 1st, but the developer hut one is the main one Im worried about.
Other projects:
I asked for help on a script to filter NULL’s out, check it out its pretty interesting, and works great I added it tonight.
I also am working on 2 content websites, I will make them public but they aren’t done yet, I will let you all know what they are when they are completed.
I have so many people working on other projects of mine, right now I have 2 designers working, a css guy busy, 2 php programmers working on scripts, and tonight I will be sending my content writer another weeks worth of work. So not only do I work my ass off for developerhut.com, but I also have other people always working on stuff to. That is how I am able to get soooo much work done.
I also have to add like 8 more new products this week, and finish up a new site. Busy busy month :-s
Well its almost 7 am, im going to bed, take care.
Follow me on my journey of success and failures, it should be a fun ride.... Again, here is the link for the RSS feed.
Random Posts
Comments are Dofollow! My thanks to you for contributing to the discussion
13 Comments
Sorry, the comment form is closed at this time.



Does Cups’ solution on Sitepoint insert NULL as you required?
$sql_middle .= ” $key = ‘” . mysql_real_escape_string( $value) . “‘,” ;
doesn’t look like it would…
Its almost there, I need to get the insert NULL part, but it does loop the code which make less code, and the code is clean, I just need to get the null part down.
$sql_middle = ” $key = ” . ($value ? “‘” . mysql_real_escape_string($value) . “‘” : “NULL”) . “”;
should work nicely for you…
Just wondering, where do you find your freelancers? I notice it’s really hard to find quality, reliable workers.
yeah.. john you have a lot job to do… share with us your trick please
I’d look into using sprintf() for building up queries.
I will check that out, I still need to fix that, been busy doing other stuff
I think you mean phpmyadmin, not myphpadmin?
yes i did, good eye
I think you mean SSL Certificate, not SSH certificate.
yes I meant that too, another good eye
It’s heavy duty work time for you. However, all those productive changes you are working on will bring positive results for you in near & long term future as it would get you simplified, organized & time effective. I hope you finish all those details in Sept itself to enjoy a more relaxed, fun & productive October.
October is gonna be even better for you Jon!