WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum

Go Back   WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum > Other Stuff > Suggestion Box

Suggestion Box Have feedback on how to make the forum better? Well, chances are pretty good we won't read it, because this is just here for show to pretend that we "care". But maybe by some chance one of our mods will be bored enough, look at it, and use the idea.


Welcome to the WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Reply
 
LinkBack Thread Tools Display Modes
Old 07-17-2009, 04:24 PM   #1 (permalink)
Senior Member
 
chatmasta's Avatar
 
Join Date: Jan 2007
Location: NH, Connecticut
Posts: 2,356
iTrader: 18 / 100%
chatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond repute
Fuck PHP Code

I think everyone agrees that the PHP code box is painful to look at. It would look nicer if the background of it were simply white instead of gray.

[high=php]
function is_dash($str) {
return ($str == '-');
}

function getValue($field) {
return (!empty($_POST[$field])) ? $_POST[$field] : '';
}

function getLink($path) {
return WWW . $path;
}

function getHeader() {
require_once(ROOT . 'includes' . DS . 'header.php');
}

function getFooter() {
require_once(ROOT . 'includes' . DS . 'footer.php');
}

function dieFooter() {
getFooter();
die;
}

function getTpl($file, $data) {
$tpl = $data;
include(ROOT . 'includes' . DS . 'tpl' . DS . $file . '.tpl');
}

function loadFunc($functions) {
require_once(ROOT . 'includes' . DS . 'functions' . DS . $functions . '.php');
}

function loadClass($class) {
require_once(ROOT . 'lib' . DS . $class . 'inc.php');
}

function dbConnect() {
if(!defined('DB_CONNECTED')) {
mysql_pconnect(DB_HOST, DB_USER, DB_PASS) or die(mysql_error());
mysql_select_db(DB_NAME) or die(mysql_error());
define('DB_CONNECTED', true);
}
}

function dbSafe($str) {
return mysql_real_escape_string($str);
}
[/high]

Gross.
__________________
(50% per sale affiliate program coming soon. PM me.)

Seriously, no bullshit. PM me with any questions.
chatmasta is offline   Reply With Quote
Old 07-17-2009, 05:03 PM   #2 (permalink)
The Uberest Nerd
 
Supergeek's Avatar
 
Join Date: May 2007
Location: Denver
Posts: 1,044
iTrader: 2 / 100%
Supergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond repute
I've made several posts/comments about it. Apparently the effort involved in fixing it is comparable to the creation of the Panama Canal.
__________________
I <3 LAMP. I can also write and edit for $35/hr. Hire me.

Play EverQuest? Want to cheat?
Supergeek is offline   Reply With Quote
Old 07-23-2009, 08:30 PM   #3 (permalink)
 
Join Date: Jun 2006
Location: San Diego
Posts: 3,418
iTrader: 3 / 100%
Stanley Stanley Stanley Stanley Stanley Stanley Stanley Stanley Stanley Stanley Stanley
Should be good now. Use the [ high=language][/high ] tags.
Stanley is offline   Reply With Quote
Old 07-23-2009, 09:38 PM   #4 (permalink)
Senior Member
 
chatmasta's Avatar
 
Join Date: Jan 2007
Location: NH, Connecticut
Posts: 2,356
iTrader: 18 / 100%
chatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond reputechatmasta has a reputation beyond repute
YOU ARE THE FUCKING MAN STANLEY!!!!!!!!!!!!!!
__________________
(50% per sale affiliate program coming soon. PM me.)

Seriously, no bullshit. PM me with any questions.
chatmasta is offline   Reply With Quote
Old 07-23-2009, 10:46 PM   #5 (permalink)
Senior Member
 
audax's Avatar
 
Join Date: Oct 2007
Posts: 810
iTrader: 14 / 100%
audax has a reputation beyond reputeaudax has a reputation beyond reputeaudax has a reputation beyond reputeaudax has a reputation beyond reputeaudax has a reputation beyond reputeaudax has a reputation beyond reputeaudax has a reputation beyond reputeaudax has a reputation beyond reputeaudax has a reputation beyond reputeaudax has a reputation beyond reputeaudax has a reputation beyond repute
Fantastic!
audax is offline   Reply With Quote
Old 07-24-2009, 04:39 PM   #6 (permalink)
The Uberest Nerd
 
Supergeek's Avatar
 
Join Date: May 2007
Location: Denver
Posts: 1,044
iTrader: 2 / 100%
Supergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond reputeSupergeek has a reputation beyond repute
Very nice!
__________________
I <3 LAMP. I can also write and edit for $35/hr. Hire me.

Play EverQuest? Want to cheat?
Supergeek is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newb needs some tracking code and simple PHP BullsEye Design, Development & Programming 2 12-17-2007 12:27 PM
Can't attach PHP files; PHP code box chatmasta Suggestion Box 0 07-28-2007 12:44 AM
PHP code to log on to Yahoo? Scrabbler Design, Development & Programming 10 05-25-2007 09:48 PM
PHP Vs ASP How To Choose A Web Development Language. Aequitas Design, Development & Programming 15 04-22-2007 10:07 PM
PHP code to write out sitemap.xml rembrandt Design, Development & Programming 2 06-30-2006 04:06 AM


All times are GMT -4. The time now is 09:50 AM.


WickedFire.com Copyright © 2011 - WickedFire is an international registered Trademark of Coastal Synergy LLC. You may not use any of our trademarks, copyrights, content, or images without a written approval by members of Coastal Synergy LLC.

Search Engine Optimization by vBSEO 3.6.0