22, August 2008

Review: [Website] J Love's Blog & Personal Site - webmaster forum

 
Webdigity webmaster forums
This forum shares its ad revenue with its members!
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Design and Layout  >  Website & Graphic Reviews
Topic: Review: [Website] J Love's Blog & Personal Site
« previous next »
Pages: 1 2 [3] Print

Author Topic: Review: [Website] J Love's Blog & Personal Site  (Read 3742 times)
Tim Nash
Global Moderator
Community Supporter ?
Internet Junkie
*****
Posts: 2173
5036 credits
Members referred : 2


Venture Skills - New Media & IT group


« Reply #40 on: May 08, 2007, 09:44:59 AM »

Perhaps method could write a sort of how I made haze article for his site might attract a few more hits

Would you like to be an SEO, let me help with, The Tim Nash introduction to SEO Visit through proxy alternatively for Social media optimisation take a look at the Venture Skills Blog Visit through proxy

Last blog : Its all in the mp3s
aka J Love
Community Supporter ?
Bill Gates is my home boy
*****
Gender: Male
Posts: 884
1636 credits
Members referred : 4



« Reply #41 on: May 08, 2007, 08:23:51 PM »

venture, to answer your question about haze:

the core of phpHaze uses many functions that are direct counter-parts from php-Fusion, such as:

Code:
<?php
// Create Validation image if $vimage is set and die();
if (isset($vimage)) {
$check_url = (isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : $_SERVER['SCRIPT_NAME']);
if (eregi("page.php"$check_url) && preg_match("/^[0-9a-z]{32}$/"$vimage)) {
$vres dbquery("SELECT * FROM haze_vcode WHERE vcode_2='$vimage'");
if (dbrows($vres)) {
$vdata dbarray($vres);
$imf rand(3,5); $imx rand(15,40); $imy rand(2,7);
$im ImageCreateFromJPEG("images/validate_bg.jpg");
$tcolor ImageColorAllocate($im404040);
Header("Content-type: image/jpeg");
ImageString ($im$imf$imx$imy$vdata['vcode_1'], $tcolor);
ImageJPEG($im''80);
ImageDestroy($im);
}
}
die();
break;
}

// MySQL database functions
function dbquery($query) {
$result = @mysql_query($query);
if (!$result) {
echo mysql_error();
return false;
} else {
return $result;
}
}

function 
dbcount($field,$table,$conditions="") {
$cond = ($conditions " WHERE ".$conditions "");
$result = @mysql_query("SELECT Count".$field." FROM ".$table.$cond);
if (!$result) {
echo mysql_error();
return false;
} else {
$rows mysql_result($result0);
return $rows;
}
}

function 
dbresult($query$row) {
$result = @mysql_result($query$row);
if (!$result) {
echo mysql_error();
return false;
} else {
return $result;
}
}

function 
dbrows($query) {
$result = @mysql_num_rows($query);
return $result;
}

function 
dbarray($query) {
$result = @mysql_fetch_assoc($query);
if (!$result) {
echo mysql_error();
return false;
} else {
return $result;
}
}

function 
dbarraynum($query) {
$result = @mysql_fetch_row($query);
if (!$result) {
echo mysql_error();
return false;
} else {
return $result;
}
}
?>

this makes it easier for me to code the actual script that operates the different areas of the CMS. haze is not a copy of fusion, it is only BASED ON ITS CORE. yes, i started from scratch on my own, but using some functions that are very very useful Smiley

i plan to write more than just an article, but an informational site for haze containing how to use it, how to get it, and support, and then a full documentation on all features.. but this is very far in the future, as i am waiting on Designer to find time to design a better logo for it Smiley

Visit through proxy Visit through proxy Visit through proxy

Last blog : phpHaze 1.59.1 in Development
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6300
38626 credits
Members referred : 374


It's time to use PHP5!


« Reply #42 on: May 08, 2007, 08:27:41 PM »

Quote
i plan to write more than just an article, but an informational site for haze containing how to use it, how to get it, and support, and then a full documentation on all features.. but this is very far in the future, as i am waiting on Designer to find time to design a better logo for it Smiley

yes start with the logo and then write all the stuff Cheesy


Last blog : Create custom backups from your website using cURL
Guest


Email
« Reply #43 on: May 09, 2007, 09:54:36 AM »

Cheesy Being a client and friend is always rewarding...you know stuff ahead of time around here and elsewhere. Cheesy

* WhiteEagle is reminded that he has to update his sig again Cheesy
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 8020
41077 credits
Members referred : 3



« Reply #44 on: May 09, 2007, 01:32:06 PM »

You should double check the security of your new software. Someone mailed me yesterday and tolled me that there is a group of people that want to hack Nathan's web site. I am not going to tell the reason for that, I guess Nathan can speak better regarding this thing.....

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
aka J Love
Community Supporter ?
Bill Gates is my home boy
*****
Gender: Male
Posts: 884
1636 credits
Members referred : 4



« Reply #45 on: May 09, 2007, 07:32:05 PM »

You should double check the security of your new software. Someone mailed me yesterday and tolled me that there is a group of people that want to hack Nathan's web site. I am not going to tell the reason for that, I guess Nathan can speak better regarding this thing.....

Nikolas, when you have time please PM me and i will show you a few different things with the core of the security with haze that maybe you can evaluate for me and let me know if there is a loophole/exploit?
« Last Edit: May 09, 2007, 07:36:12 PM by Meth0d »

Visit through proxy Visit through proxy Visit through proxy

Last blog : phpHaze 1.59.1 in Development
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 8020
41077 credits
Members referred : 3



« Reply #46 on: May 09, 2007, 07:38:35 PM »

I am sorry method I don't have enough time for this.

If you want post in the forum and we will try to help you.

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
aka J Love
Community Supporter ?
Bill Gates is my home boy
*****
Gender: Male
Posts: 884
1636 credits
Members referred : 4



« Reply #47 on: May 09, 2007, 08:03:14 PM »

I am sorry method I don't have enough time for this.

If you want post in the forum and we will try to help you.

np Cool i do not think there is much they can do, unless they can get his config file/passwords somehow and access his database remotely and give them self administrator access, in that case that is the fault on the owner of the site, not designer of the software Smiley

Visit through proxy Visit through proxy Visit through proxy

Last blog : phpHaze 1.59.1 in Development
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=6519
Tags : phpHaze php haze cms portal blog personal review Bookmark this thread : Digg Del.icio.us Dzone more....

Topic sponsors:
Get a permanent link here for $1.99!


Pages: 1 2 [3] Print 
Webdigity Webmaster Forums  >  Design and Layout  >  Website & Graphic Reviews
Topic: Review: [Website] J Love's Blog & Personal Site
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
Aug 22, 2008, 01:45:22 AM





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!


Forum Statistics
Total Posts: 36.084
Total Topics: 7.439
Total Members: 3.807
Tutorials : 56
Resources : 143
Designs : 220
Latest Member: marthawelch

38 Guests, 2 Users online :

16 users online today:



Readers

Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2008 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.