Search found 237 matches

Search found 237 matches Page 4 of 24
by rocky4126
Tue Feb 14, 2012 11:54 pm
Forum: Website Help & Suggestions
Topic: Compilation of Site Suggestions
Replies: 5
Views: 2425

or possibly using an IRC based chat but I havent managed to find a good one yet. If anyone knows of any FREE site chat scripts or services then let me know and ill check it out. You can try tiramisu (it's hard to get a copy at the minute, drop me a PM if you want a copy) and you could connect it to...
by rocky4126
Tue Feb 14, 2012 11:49 pm
Forum: Codenstuff boardroom
Topic: My website has been hacked
Replies: 19
Views: 4302

I'd have your host take a look at the IP and firewall it and also for your host to take a look at their servers for exploitable bugs.
by rocky4126
Sun Jan 29, 2012 5:28 am
Forum: Help & Support
Topic: Creating a basic PHP API
Replies: 4
Views: 1973

I don't know how to explain it better :O

Also, I might release a better code from an API that I'm coding now (might make it REST compatible)
by rocky4126
Sat Jan 21, 2012 1:56 pm
Forum: Help & Support
Topic: How to use PDO and why to use it over mysql_*
Replies: 1
Views: 1331

MySQL is used in many PHP scripts and you may notice some use something called PDO (PHP Data Objects). This allows you to connect to a database and execute code much like mysql_* and therefore you may ask, why should I use PDO over mysql_*? The truth is, mysql_* was outdated 6-7 years ago. It was me...
by rocky4126
Sat Jan 21, 2012 1:11 pm
Forum: Help & Support
Topic: Creating a basic PHP API
Replies: 4
Views: 1973

This tutorial will show you how to create a basic API in PHP. This is probably not the best way of making an API, it should at the very least have flood protection on it. Full Code: <?php $ret = array(); if(!$_SERVER['REMOTE_ADDR'] != "127.0.0.1"){ $ret['error'] = "Not calling from va...
by rocky4126
Mon Dec 19, 2011 12:55 am
Forum: Work in Progress
Topic: Robot Controller
Replies: 8
Views: 2252

sounds sweet! How does it work? Using a microcontroller?
by rocky4126
Sat Nov 19, 2011 8:08 pm
Forum: Tutorials
Topic: Simple BBCode Parser with regex
Replies: 1
Views: 2177

This tutorial will show you how to create a really simple BBCode parser using regex. function parse_bbcode($string){ $codes = array( '#\[b\](.*)\[\/b\]#is' => '<strong>$1</strong>', '#\[i\](.*)\[\/i\]#is' => '<i>$1</i>', '#\[u\](.*)\[\/u\]#is' => '<u>$1</u>', '#\[center\](.*)\[\/center\]#is' => '<ce...
by rocky4126
Sat Sep 10, 2011 2:52 pm
Forum: Codenstuff boardroom
Topic: MC 1.8 is out!
Replies: 6
Views: 1369

it's not official, it's a leaked version that notch later authorised as 1.8_Pre. It's been around since the 8/9th I think.
by rocky4126
Sat Sep 10, 2011 2:49 pm
Forum: Source-Code
Topic: Minecraft InventEdit source
Replies: 14
Views: 4802

gave me like 20 errors and the form got like errors It helps if you say what and where the errors are... It works just fine in .NET 4.0 what are you using? It works on my computer I have 3.5 but im not admin and here are my errors: Actually 82 errors o.0 I got the same, I guess you can just "I...
by rocky4126
Sat Sep 10, 2011 2:48 pm
Forum: Source-Code
Topic: Minecraft InventEdit source
Replies: 14
Views: 4802

VB 2008 can be upgraded to VB 2010, VB 2010 solutions will NOT work as VB 2008 however, it's due to what code is added.
Search found 237 matches Page 4 of 24
Go to advanced search