₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,435 members, 8,445,471 topics. Date: Wednesday, 15 July 2026 at 07:03 AM

Toggle theme

Skima's Posts

Nairaland ForumSkima's ProfileSkima's Posts

1 2 3 4 5 6 7 8 9 10 (of 23 pages)

ProgrammingRe: Programmers::: Have You Heard About This? by skima(m): 1:41pm On Feb 04, 2008
wow cool cash. am waiting for those who will make a lasting money by simply swindling ppl.
ProgrammingRe: Programmers::: Have You Heard About This? by skima(m): 1:27pm On Feb 04, 2008
the admin is too busy editing other posts, may be in the next 2-5week he might stumble here.
ProgrammingRe: Programmers::: Have You Heard About This? by skima(m): 1:07pm On Feb 04, 2008
why can elaborate your info? why do we have to mail you? cos we might be receiving unsolicited emails if we eventually gv you our email.

i will advice to post it in business section, so as to drive more people to ur info instead of posting to programmers' lodge.

gud luck !
ProgrammingRe: Gurus! Please Help To Configure Apache, Php, Mysql by skima(m): 12:44pm On Feb 04, 2008
try the option above.
ProgrammingRe: Logging In Problem: I'm Using Php And Mysql by skima(m): 12:28pm On Feb 04, 2008
the first if simply check if the user is logged in else present the login form. so after the logging redirect the person to our secure index page.

let me gv u the db structure

here is it:

CREATE TABLE `user` (
`user_id` int(11) NOT NULL auto_increment,
`uname` varchar(20) NOT NULL,
`pwd` varchar(100) NOT NULL,

PRIMARY KEY (`user_id`)
) ENGINE=MyISAM COMMENT='users login' ;
ProgrammingRe: Logging In Problem: I'm Using Php And Mysql by skima(m): 12:22pm On Feb 04, 2008

<?
session_start();
if(isset($_SESSION['user'])){
header("location: index.php"wink;
exit;
}
if(isset($_POST['login'])){
global $err;
include_once "connect.php";

$cc=$db;
$uname=mysql_reak_escape_string($_POST['uname']);
$pwd=md5($_POST['pwd']);
$sql=mysql_query("select * from user where uname='$uname' and pwd='$pwd'"wink;
if(!mysql_num_rows($sql)){
$err="<p class=\"error\"> Your username and password does not match our record.</p>";
}else{
$fet=$mysql_fetch_array($sql);
$user_id=$fet['user_id'];
$_SESSION['user_id']=$user_id;
$_SESSION['secure']=md5($uname.time());
$_SESSION['user']=$uname;
header("location: index.php"wink;
EXIT;
}

}
?>
<? echo $err; ?>
<form name="form1" method="post" action="">
<fieldset><legend><p><b>Login To Your Account </b></p></legend>
<table width="" border="0">
<tr>
<td><p>Username</p> </td>
<td><input name="uname" type="text" id="uname"></td>
</tr>
<tr>
<td><p>Password</p> </td>
<td><input name="pwd" type="password" id="pwd"></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input name="login" type="submit" id="login" value=" Login ">
<input type="reset" name="Submit2" value="Reset"></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<a href="lost.php">Forgot your password </a></td>
</tr>
</table>
</fieldset>
</form>
<p>&nbsp;</p>
ProgrammingRe: Logging In Problem: I'm Using Php And Mysql by skima(m): 12:18pm On Feb 04, 2008
do you know how the library works at all? cos i can see you are using a library written by someone (may be u).

the authentication class does the verification as i can see it, if ur username and password doesnt match then you wont be logged it. this as i can see is complex for you (since you claim to be 'not a good programmer'). i will advise u try some simple login so dat you can easily debug wen error comes up like this.
WebmastersRe: Joomla 1.5 Is Stable by skima(m): 12:15pm On Feb 04, 2008
WebmastersRe: Joomla 1.5 Is Stable by skima(m): 12:06pm On Feb 04, 2008
www.coretrustinvestment.com and the new layout here: coretrustinvestment.com/newsite


a new school though not lunched yet www.newdawnacademy.com elearning school strictly joomla. note site not lunched to the public yet. but work done.
ProgrammingRe: What Knowledge Is Needed by skima(m): 2:13pm On Feb 03, 2008
you still need to know that hacking could mean to know how things work in order to add more features to it or make it better. so hacking does not literarily "Mean" breaking into unauthorized program.
ProgrammingRe: What Knowledge Is Needed by skima(m): 2:10pm On Feb 03, 2008
Simple! to break something you must know how it was built. that is to say you must be good enuf to build something like that. you must be able to think beyond the base of the program in question.

Its good to go the good way, do ethical hacking instead of criminal hacking that will save your life!
ProgrammingRe: Database Development For Mosque/church by skima(m): 1:27pm On Feb 03, 2008
i used basically PHP/MYSQL .

it collects personal data of a member, their children info, marital detail and all info. so its relate them with all their relative in the church. so as an overseer of the church you can make various queries. you can search for all married people in the church, you can search for all the singles, you can search for all the unemployed, imminent! am not running on my system now i would have listed all the whole features. more so, the application was built with the web in mind. so it can run locally and on line. it can merge data. do backup etc.


my phone number: 08027924441 email: possicon at yahoo dot com
WebmastersRe: I Hope Web Development Is Not All You Do ? by skima(m): 1:23pm On Feb 01, 2008
Its good to diversify. bt an advise: focus on one thing, when you are good enuf there then move on to some other things. you will even be glad you do so.
ProgrammingRe: Database Development For Mosque/church by skima(m): 5:07pm On Jan 31, 2008
i have developed one dat works for church, hmmm mosques? it will definately. since its humans that attend there one can easily modify for mosque. is it gonna be web based or desktop application? dats no big deal though
WebmastersRe: How Do I Confogure A Wamp Server by skima(m): 12:57pm On Jan 31, 2008
@smartsoft

Thanx for the last time. the IP thingy is now working. They have to move the server to the main server room. i have help configure all thats need be done.

grin
WebmastersRe: How Do I Confogure A Wamp Server by skima(m): 11:47am On Jan 31, 2008
i prefer installing the three independently (may be because i learnt that way). and its very easy for me. i can upgrade, i can edit .ini and can modify .conf easily. no hassle cheesy

sometimes it pays to learn the hard way.
WebmastersRe: Downloaded Php Tutorial by skima(m): 11:46am On Jan 31, 2008
i have sent the tutorial to the 2 emails above. sent it from my gmail.
WebmastersRe: How Do I Confogure A Wamp Server by skima(m): 10:54am On Jan 30, 2008
list the errors.

you may try reactor server http://sourceforge.net/projects/reactorsrv/
WebmastersRe: Downloaded Php Tutorial by skima(m): 9:05am On Jan 30, 2008
d manual is actually the best source of learning, you might want to learn from a more newbie focus source. gv me ur mail and i will forward some to u.
WebmastersRe: Web/graphic Designer Needed. by skima(op): 3:46pm On Jan 29, 2008
its fulltime employment. you will have to be in the office.

you may give me a call on 08027924441 noting nairaland.
WebmastersWeb/graphic Designer Needed. by skima(op): 1:19pm On Jan 29, 2008
A graphic designer with web knowledge is needed.

your roles is to design layout for print content and also to update website. Some of the sites are content management system (CMS) so your work is relatively more of graphix.
WebmastersRe: Joomla 1.5 Is Stable by skima(m): 1:15pm On Jan 29, 2008
i love joomla! i intergrated my own Framework wit it, and it excellent. the 1.5 gives you ability to upload image wen editing your content.
WebmastersRe: Help Opening Webserver To The Internet. by skima(op): 1:08pm On Jan 29, 2008
@smartsoft

thanks for your support. i have done all you asked me to do. i will be in the clients office to complete the process sinceit requires me to browse from the ip.
WebmastersRe: Downloaded Php Tutorial by skima(m): 11:23am On Jan 29, 2008
download the manual here:
http://www.php.net/download-docs.php

learn to use sql here
www.w3schools.com/sql

if you have any problem learning do get intouch. my email skima4real2 at yahoo dot com
WebmastersRe: Joomla 1.5 Is Stable by skima(m): 9:38am On Jan 29, 2008
Joomla is a content management system. it allows u to be able to setup website instanta. www.joomla.org to download the source, just unzip to ur directory and lunch in browser the installation is ready. the good news is that you can also develop your own component and intergrate with joomla.
WebmastersHelp Opening Webserver To The Internet. by skima(op): 9:33am On Jan 29, 2008
i need to set up an home based server for my client. they have procured a live IP to enable this work. but each time we lunch the IP from browser, we always get 504 gateway timeout error. can anyone with experience help out please. suggest wat we can do.

we have setup IIS so the server is working locally. i have also try to disable the anti-virus.

ill appreciate any help.

thanks in advance.
WebmastersRe: Joomla 1.5 Is Stable by skima(m): 9:17am On Jan 29, 2008
i have resigned to using joomla ever since i got to know abt it. i tell most web application develop are now based on it. i have be following the 1.5 from the start, even the tests i did part in detecting some bugs. its excellent. i have to rebrush my knowlodge of the 1.5 since i learnt the beta and alot of changes have been effected.

its pretty good! grin cheesy
RomanceRe: Not On Speaking Terms: How Long? by skima(m): 1:51pm On Jan 08, 2008
i cant keep it for long. malice is a bad thing it just stops productive thinking from coming. one will just be trapped by the partner wrong-doing.

max 4hrs. if its night then early morning we most get over it. fast!

if she's wrong i'll let her know with due respect.
RomanceRe: Ridiculous Break-up Excuses by skima(m): 8:59pm On Dec 28, 2007
you have fallen in-love more than i do, i may not love another person, dis no bi juju?
RomanceRe: Ridiculous Break-up Excuses by skima(m): 8:58pm On Dec 28, 2007
you accepted my proposal too fast! shocked
Nairaland GeneralRe: Your New Year Resolutions For 2008? by skima(m): 1:13pm On Dec 28, 2007
@faketan
am no ABC transport staff
those are my frequent location at least 2weeks am always in any of those location!
Nairaland GeneralRe: Your New Year Resolutions For 2008? by skima(m): 9:35pm On Dec 26, 2007
improve my integrity, be closer to God, and lunch my dream projects (one at a time).


Next Level

1 2 3 4 5 6 7 8 9 10 (of 23 pages)