Search Results

Showing results 1 to 40 of 136
Search took 0.01 seconds.
Search: Posts Made By: justted
Forum: PHP Sep 6th, 2009
Replies: 3
Views: 308
Posted By justted
Hello,

I have been trying to find a way to load my page in the following way and wondered if there is a solution using PHP/AJAX,etc?

I have a webpage that has an iframe. This iframe contains...
Forum: Site Layout and Usability Sep 5th, 2009
Replies: 6
Views: 1,079
Posted By justted
Hello,

I am creating a website that requires a page to have over 100 small images (between 80x80px up to 100x100pxs in a gallery type interface. I will also need to have a hover over box with...
Forum: PHP Jun 18th, 2009
Replies: 2
Views: 253
Posted By justted
Hello all,

Just wanted to see if I am leaving open some security hole in a script I have! When the user logs in it creates a session based on the id field of the users table! For example .... my...
Forum: PHP Jun 18th, 2009
Replies: 4
Views: 451
Posted By justted
If its a script then im guessing the contents wouldnt need to be updated often?

Maybe us a pre made script such as http://www.zubrag.com/scripts/download.php

If the content needs to be updated...
Forum: Web Development Job Offers Jun 18th, 2009
Replies: 6
Views: 859
Posted By justted
Google for some scripts. There are lots out there ...some are free.

It depends on how you want it to be secure? How do you want to indetify voters? Are they registered members or general public?
...
Forum: PHP Jun 18th, 2009
Replies: 2
Views: 223
Posted By justted
At a quick glance Ive noticed you have for the first original two:


<b>[var.lang_first_name]:</b>
and
<b>[var.lang_last_name]:</b>


whereas for the new fields you have only printed them
Forum: PHP Jun 18th, 2009
Replies: 5
Views: 1,606
Posted By justted
Heya,

At a guess you could redirect them from say .... login.php to logging.php which echos the message you want!

Then on this page insert a simple piece of redirect javascript such as:


...
Forum: PHP Jun 18th, 2009
Replies: 15
Views: 630
Posted By justted
Heya ....

It depends on how complicated you want/need this to be! How many potential subscribers do you expect?

If you have some cash then you could search for one of the many pre made scripts...
Forum: PHP Jun 18th, 2009
Replies: 13
Views: 1,216
Posted By justted
I think you will need to change this in the php.ini file if you have access to it?

Its not advised to set any cookie or session for long periods though especially if its for end users. Public...
Forum: PHP Jun 17th, 2009
Replies: 13
Views: 1,216
Posted By justted
Heya .... just wanted to ask if you are actually sanitising your user input for the login form? Otherwise talk of sessions and cookies is pointless as hackers will just be able to hack your site...
Forum: PHP Jun 10th, 2009
Replies: 5
Views: 495
Posted By justted
Heya.... erm how do you mean exactly?

What if I had 50,000 members (i wish) and they all wanted different designs? Wouldnt this stop that from happening by having a separate .css file?
...
Forum: PHP Jun 10th, 2009
Replies: 5
Views: 495
Posted By justted
Hello all,

My website has a feature in which I can turn on/off a feature which allows members to add their own CSS code for their profile design!

If possible I want to allow this as it would...
Forum: PHP Jun 6th, 2009
Replies: 1
Views: 363
Posted By justted
Hello,

I am really really stuck on a feature I am trying to do. I have a main page which contains an Iframe to a different script.

I am trying to pass the username of the member to an iframe so...
Forum: JavaScript / DHTML / AJAX May 26th, 2009
Replies: 1
Views: 508
Posted By justted
Heya,

I have recently got a script that basically uses AJAX to automatically resize an Iframe as opposed to having it show scrollbars.

`Its a god send script as it means I can make my website...
Forum: PHP May 15th, 2009
Replies: 9
Views: 459
Posted By justted
ah thanks keith. Im having trouble setting up the verfication system when checking the password. I used to simple check it against the md5 but cant seem to get it to work using this sha1. :>/

...
Forum: PHP May 14th, 2009
Replies: 9
Views: 459
Posted By justted
Hiya, thanks for letting me know.

Ive started integrating the script and its very well written so thanks.

However ...I also have a verification page where members have to verify their accounts...
Forum: PHP May 8th, 2009
Replies: 9
Views: 459
Posted By justted
Hello only me again.

I have been working at trying to set up that script and include it into my one and have a question.

Can I ask why you use the {} in the database query?

I notice you set...
Forum: PHP May 8th, 2009
Replies: 9
Views: 459
Posted By justted
Hi Thanks.

I have just looked at a tutorial for the htmlentities() code so thanks for that.

You say I should always use mysql_real_escape_string() so would I use both these to check a form...
Forum: PHP May 8th, 2009
Replies: 6
Views: 522
Posted By justted
Hmm interesting ... I have uploaded the script to test it out and it works perfect so thanks.

I was wondering if I could ask you a question.

In the table of my members database (which I would...
Forum: PHP May 8th, 2009
Replies: 6
Views: 522
Posted By justted
Hi cw,

Thanks very much for pointing this out. The original script I got was very poorly written and at the time I knew nothing about php. For the past year and a half I have been playing around...
Forum: PHP May 8th, 2009
Replies: 6
Views: 522
Posted By justted
Hey kk,

This looks brilliant. No joke I have been searching for 3 months to find a log in script that I can use and hopefully integrate into my current script. However ...Ive now decided to...
Forum: PHP May 8th, 2009
Replies: 9
Views: 459
Posted By justted
hello ... thanks very much for the info there.

This is interesting. I am looking at ways to properly sanitise the user input.... currently the script uses this on all forms which I am not sure is...
Forum: PHP May 8th, 2009
Replies: 3
Views: 573
Posted By justted
Something simple but have you given your database user permissions to delete?

Im also an old newbie and still trying to get my head round it all. lol
Forum: PHP May 8th, 2009
Replies: 9
Views: 459
Posted By justted
Hiya,

I was wondering if there is a need to change the database table names and script variables of an open source script to enhance security.

A script I have has lots of pages and variables...
Forum: PHP May 8th, 2009
Replies: 6
Views: 522
Posted By justted
Hello,

I have been looking at tutorials and pages on the net regarding cookies and sessions. Originally I thought my script was using both but then noticed it doesnt. I wanted to know if there is...
Forum: PHP May 7th, 2009
Replies: 9
Views: 606
Posted By justted
Hiya Thanks for the help. I seem to have fixed the problem and can now access sub folders without any problems.

The solution was simple and as usual a user error. I just placed a copy of the...
Forum: PHP May 7th, 2009
Replies: 9
Views: 606
Posted By justted
oh I forgot to say that then you would have the address as

http://site_url.com/index.php?page=login

I have over 100 pages on the site so it will be quite a big site so is this a good way of...
Forum: PHP May 7th, 2009
Replies: 9
Views: 606
Posted By justted
Hi again ...

So how do you set it all up to call from one file? Im guessing you mean the index.php for example calls all files in the directory using the include?


How would you code the page...
Forum: PHP May 6th, 2009
Replies: 9
Views: 606
Posted By justted
Thanks for the reply. I did try this and still it didnt work. Would I need to change the path in the php.ini file? :/
Forum: PHP May 6th, 2009
Replies: 9
Views: 606
Posted By justted
I am having a problem with the above work I am doing and was wondering if anyone has any idea as to how I can sort it.


As mentioned I am adding hidden directories outside of the public folder to...
Forum: PHP May 6th, 2009
Replies: 9
Views: 606
Posted By justted
Thank you so much. lol Ive spent the last 4 hours coding it and suddenly thought I had best check to make sure its worthwhile. lol

There is a .htaccess file in the directory so do I need to edit...
Forum: PHP May 6th, 2009
Replies: 9
Views: 606
Posted By justted
Hiya,


I am still developing my website and just wanted to ask whether I am on the right track to ensuring my website coding, database connection, etc is safe.


My public directory obviously...
Forum: PHP Apr 30th, 2009
Replies: 0
Views: 241
Posted By justted
Hello,

I have a website which uses a session and then also creates a number of cookies. My knowledge of both sessions and cookies isnt great so I was wondering if anyone may know the reason for my...
Forum: PHP Feb 12th, 2009
Replies: 9
Views: 932
Posted By justted
Hello again ... Im having a nightmare trying to get my hidden directory to work! lol

I managed to find the PHP.ini file which is located on my server files in the Public Html folder.

I changed...
Forum: Show Off your Projects Feb 11th, 2009
Replies: 3
Views: 2,006
Posted By justted
hmm his website account has been suspended. lol oh well
Forum: Database Design Feb 11th, 2009
Replies: 1
Views: 505
Posted By justted
oh and just to mention my current database has approx 200+ tables and some of these contain over 14,000 rows of data.

I expect the other tables to increase in size which would obvioulsy be a...
Forum: Database Design Feb 11th, 2009
Replies: 1
Views: 505
Posted By justted
hello,

I am just about to re-organise my database which is done using MySQL.

My current database is quite large and i have concerns that if I gain alot of members then the database may not be...
Forum: PHP Feb 11th, 2009
Replies: 9
Views: 932
Posted By justted
sorry just to add something to that .... this include file that is located in a hidden directory would basically be the place where I store all my variables and database INSERTS,DELETE,UPDATE...
Forum: PHP Feb 11th, 2009
Replies: 9
Views: 932
Posted By justted
Hello again,

As it stands im having a few problems with my includes and my lack of knowledge again. lol

I wanted to clarify if im thinking along the right line here ....

Say I have a basic...
Forum: PHP Feb 11th, 2009
Replies: 9
Views: 932
Posted By justted
Hello,

Thank you both kindly for the replies. Ether ... thank you for those points that you made. Im just about to go and see if I can check my code and ensure those are implemented. I may even...
Showing results 1 to 40 of 136

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC