TMFKSOFT

TMFKSOFT

Joined:
Oct 31, 2010

Activity Stream

TMFKSOFT posted a Snippet  -  12 days ago
TMFKSOFT   -  13 days ago
It's day 1 (Kinda, Its 11:34pm, Does that still count)
Im about to start work on my first script of many.
This weeks script is going to be a very simple URL Shortener.
It will be using BootStrap and a flat file database to boot.
I'll release the Script on Saturday for download.

P.s.
SunnyD has mentioned using GitHub, I wont be using GitHub straight away, When all scripts are done they will be in one repo for download.
TMFKSOFT   -  15 days ago
I'm hoping to release a lot of PHP Based Stuff soon.
I'll be doing a while line of software that will be open to your criticism and ideas here's a simple list of such items:

Blogging Software - Simple Blogging in PHP
Forum Software - A simple user forum that allows users to make forum threads and such
Ticket Support System - allow people to make tickets and such
Social Network - Will be the BIGGEST Project of them all
Pastebinner - A simple pastebin Script.
URL Shortener A simple URL Shortening script.
Video Sharing Site - Saywhat!?
Search Engine - A Very Basic Search Engine Service

I'll be hoping to release a script every Saturday! (Jesus H O.o!)

I'll be documenting each day of each script on my personal blog http://tmfksoft.x10.mx/ and finished scripts will appear on Hawkee for download!
Some of the bigger Scripts may take a few days longer.

All scripts will have the ability to share users so you can have a whole system setup using my scripts and have a fluid system in place without separate logins! ;)

So that's all to come. The first script will be released THIS Saturday Next Saturday could be tricky due to a holiday but I hope to pop a script out sometime.

Thankies.
Thomas Edwards (TMFKSOFT)
TMFKSOFT commented on a Web App, Vho.st  -  15 days ago
Bah why use Phurl?
Make your own ;)
It's not hard to do either :P
TMFKSOFT posted a Snippet  -  19 days ago
TMFKSOFT posted a Snippet  -  28 days ago
TMFKSOFT posted a Snippet  -  Apr 20, 2013
TMFKSOFT posted a Snippet  -  Jan 05, 2013
TMFKSOFT commented on a Snippet, [PHP] mIRC Identifier Library : mIRC.lib.php   -  Nov 22, 2012
ProIcons, You should have a go at converting mIRC scripts to PITC so I can intergrate an MSL Interpeter into my IRC Client XD
 Respond  
TMFKSOFT   -  Nov 22, 2012
If you are good with Javascript, CSS and HTML you should check PhoneGap out. With it you can make Apps for mobile devices. It supports Android, Blackberry, iOS, Windows Phone and some more. Im learning how to use it now. You need experience with using GitHub where you store your project. :D
TMFKSOFT posted a Snippet  -  Nov 18, 2012
TMFKSOFT commented on a Snippet, Little IRCd v1.0  -  Nov 14, 2012
I can remember writing one, It supported unlimited amounts of users but the userlist and such didnt work.
 Respond  
TMFKSOFT commented on a Snippet, Uptime trigger [PITC]  -  Nov 13, 2012
It's been added as a function which is also used by the Uptime CTCP.
 Respond  
TMFKSOFT liked a Snippet, Timer [PITC]  -  Nov 13, 2012
TMFKSOFT commented on a Snippet, Timer [PITC]  -  Nov 13, 2012
Really nice! Great to see a useful contribution towards PITC!
 Respond  
TMFKSOFT commented on a Snippet, Uptime trigger [PITC]  -  Nov 13, 2012
Intergrated into PITC v1.1's Core.
 Respond  
TMFKSOFT liked a Snippet, Uptime trigger [PITC]  -  Nov 12, 2012
TMFKSOFT commented on a Snippet, Uptime trigger [PITC]  -  Nov 12, 2012
Very nice, I've been around you making it for the past 3Hours. I might implement the script Directly into PITC's core.

Lines 10,11,12 can be merged into one:

Code

 


For the record, for those who do not know. $start_stamp is defined within PITC It's self and returns the Unix Timestamp when PITC Started.
 Respond  
TMFKSOFT commented on a Snippet, Timer for in a bot.  -  Nov 12, 2012
[nas]peter
You could swap the eval for an if. E.g.
$command = explode(" ",$input);

if ($command[1] == "msg") { /* Message IRC */ }


On another note, I'd love to see you implement it with my PHP IRC client PITC! :D
 Respond  
TMFKSOFT posted a Snippet  -  Nov 12, 2012
TMFKSOFT commented on a Snippet, Disable text selection  -  Nov 04, 2012
I'm sure you stole that from my Linux GUI.
It's useful with Jquery Draggable, Sometimes the user ends up selecting half the page when trying to drag something.
 Respond  
TMFKSOFT   -  Oct 06, 2012
@Hawkee Suggestion! Maybe a tutorials section? For coding tutorials and such o.o?
TMFKSOFT commented on a Snippet, Pagination Function - Rounded Gradient Buttons  -  Oct 03, 2012
Im using your example with some test numbers. It looks like the CSS is wrong or something :/
 Respond  
TMFKSOFT commented on a Snippet, Pagination Function - Rounded Gradient Buttons  -  Oct 02, 2012
I see:
http://screenshotuploader.com/s/01/IeUSR6YuL
Any idea what I have done wrong?
 Respond  
TMFKSOFT commented on a Snippet, Pagination Function - Rounded Gradient Buttons  -  Oct 02, 2012
I couldn't get it working, It just showed a 3px high bar with nothing on, no matter what values I gave it. :/
You could do with adding an example of what the pars should be string/integer/array etc.

Thanks,
Thomas
 Respond  
TMFKSOFT commented on a Snippet, Pagination Function - Rounded Gradient Buttons  -  Oct 02, 2012
I'm either incredibly stupid or I dont know.
Where does the page content go?
Plus what's the deal with $template, It's not used anywhere?
 Respond  
TMFKSOFT   -  Oct 01, 2012
@Hawkee I've noticed the "TMFKSOFT posted your Snippet" status updates still exist?
Will you fix that anytime soon? Or is it intentional?
TMFKSOFT commented on a Snippet, Minecraft Random Item Game Plugin using rcon  -  Oct 01, 2012
*dribbles*
Looks good. I'll try it sometime.
I hope to at one point write a Minecraft Client in PHP to load BMP images in or arrays to build Pixel art or something.
:P
 Respond  
TMFKSOFT commented on a Snippet, PHP PITC IRC Client Script  -  Sep 25, 2012
Haha nice script!

You can use

Code

 

There's no need for a seperate line.

PITC can return an array of words instead of a string so

Code

 

can become

Code

 

I love the Freddie Mercury trigger mainly as I LOVE that song and Queen in general.

p.s. I've noticed on line 26 and 29 you're repeating the bot's name, if you want an action you can do

Code

 
 Respond  
TMFKSOFT posted a Snippet  -  Sep 25, 2012
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.