mattster 195 Practically a Master Poster Featured Poster

For a start, look at the links at the top of the page: Internet Marketing > Search Engine Optimisation. Maybe a good idea to ask a question here.

Now for this pathetic question. Use google. It's a lovely site that could answer all of that in one search, and not waste our time with something you could've easily done yourself.

Post a well structured question and show you've made an effort, and we'll use all our brain power to answer it. Simple concept.

mattster 195 Practically a Master Poster Featured Poster

I gotta learn drupal now it seems.

Would be helpful aha

And the fact that the Apache test page is showing up suggests an error with your file structure, not your databases or drupal itself.

Have a look to make sure the .htaccess, index.php and install.php files (and everything else) are in the public root folder, for most hosts it's public_html/.

mattster 195 Practically a Master Poster Featured Poster

What about opening the file in a new tab or something, and therefore it will download to the user automatically. Of course, you would need to use some alert messages to check your user is okay with downloading a .doc file etc.

If you want to show the contents of these files in your PHP application, that suddenly complicates things a lot.

mattster 195 Practically a Master Poster Featured Poster

Granted, but nobody uses it and it just slowly dies and fails heehee

I wish I could silence people whenever I want.

mattster 195 Practically a Master Poster Featured Poster

I've just recreated your code, and I'm getting a big error:

Line 65 "jQuery.browser was removed in jQuery 1.9"

Maybe should look into this, as it may well affect that entire IF statement, hence your script isn't running smoothly.

mattster 195 Practically a Master Poster Featured Poster

Take a look at this, it solves your problem using jQuery. You can play about and modify it if you want a specific look.

mattster 195 Practically a Master Poster Featured Poster

Well you need an idea of exactly what you're going to create. Then you need someone to write it for you in or PHP (although there are more, i.e. ASP.NET etc.). You need to create some databases and get to work programming aha, start with some really simple tutorials.

I am suggesting a beginners tutorial, because I assume you know very little or nothing about PHP development. I assume that because any other semi-intelligent life form would have seen a white box at the top of this page, and guess what? You can type something in it and it shows you stuff related what you typed! Amazing! And if that doesn't work, theres this cool thing, it's called a search engine, and it's got even more stuff for you!

Ok I'm board of being sarcastic, show us you've made an effort or you won't get us wasting our time on someone who could've tried themselves.

mattster 195 Practically a Master Poster Featured Poster
mattster 195 Practically a Master Poster Featured Poster

I have been trying to move this box

How do you mean move it? Simply you can do something like this:

<div id="move"></div>

#move {
    width: 100px;
    height: 100px;
    background: #000;
    position: absolute;
    top:0;
    left:0;
}
#move:hover {
    top:10px;
    left:10px;
}

There are so many ways of doing this, totally reliant on why you want to move it.

mattster 195 Practically a Master Poster Featured Poster

That's wierd, it's open for me to reply?

mattster 195 Practically a Master Poster Featured Poster

end sentences with a semicolon due to excessive coding

Get that all the time.

I try not to have food anywhere near my desk, otherwise it starts disappearing and I can't find it again :(

Instead I try to find something to fiddle with, be it a pencil or a memory stick, and then I drop the lid and can't find that either.

I can also get far too engrossed in what I'm doing (because I'm concentrating real hard) and completely miss everything going on around me, including the phone.

mattster 195 Practically a Master Poster Featured Poster

Is this trying to test my maths skills or something? Because they're fine.

mattster 195 Practically a Master Poster Featured Poster

I think this is more of a server problem than one to so with your site. I'd be amazed if you could do that yourself.

It may be best to get your server cleaned up and reset so they're working fine. Your host might be able to sort that out eaisier.

Then upload your site again, slowly. I can't imagine it's your fault, but better to be cautious.

Hopefully that will start to move you into the right direction to cleaning up your server.

mattster 195 Practically a Master Poster Featured Poster
mattster 195 Practically a Master Poster Featured Poster

In your database if you use AUTO_INCREMENT, see here.

mattster 195 Practically a Master Poster Featured Poster

So what seams to be your issue? No one is going to just answer this for you.

Does he even want an answer? Just looks like a set of textbook exersises for us to complete? I'm good thanks.

mattster 195 Practically a Master Poster Featured Poster

because i would look like a 16 yo kid :( guess this is what a baby-face adults suffer from (like myself).

Know the feeling.

mattster 195 Practically a Master Poster Featured Poster

answer needed...

We're volunteers, we might give you an answer if we're nice, but we don't need to do anything. Manners go a long way.

I've a website. I need huge visitors in my site.

That's literally what every other one of the 644 million website owners say.

SEO starts over a long period of time and gradually builds up. Not something that happens overnight I'm afraid.

Firstly you need to look at the clarity and validity of your HTML, is it w3c valid? Have you got <meta> tags setup properly so that search engines can find and index your site properly?

mattster 195 Practically a Master Poster Featured Poster

You might need to see if you can find the duplicate ip_ip first, and then in a separate statement see if they both have the same username.

Look here: http://www.petefreitag.com/item/169.cfm

mattster 195 Practically a Master Poster Featured Poster

You always know the characters are going to be okay, because there has got to be another episode with that character in.

mattster 195 Practically a Master Poster Featured Poster

Hi there!

mattster 195 Practically a Master Poster Featured Poster

I'm struggling to understand what you want.

Maybe show us how your database is structred etc. so we can maybe begin to understand this a bit better.

mattster 195 Practically a Master Poster Featured Poster

So what exactly is not working?

mattster 195 Practically a Master Poster Featured Poster

Hi there!

mattster 195 Practically a Master Poster Featured Poster

if its working then make it solved k

3 months later...

Maybe you should have said that like 2 1/2 months ago rather than reviving a post that's dead.

mattster 195 Practically a Master Poster Featured Poster

You might be able to re-login, but you shouldn't be able to gain access.

If you can, it means you're also not checking to see if the use is authorised correctly.

mattster 195 Practically a Master Poster Featured Poster

So why couldn't you change the code here and continue this thread?

mattster 195 Practically a Master Poster Featured Poster

What does $actual_image_name equal?

Check view source on your page to see what it actually spits out into HMTL, as this is probably where our problem is hiding.

mattster 195 Practically a Master Poster Featured Poster

sold

mattster 195 Practically a Master Poster Featured Poster

maybe because you need an uploads/ directory on your site for the images to upload to?

http://www.amayam.com/uploads/ is a 404.

mattster 195 Practically a Master Poster Featured Poster

There is definitely a way to submit data to a file, and receive the result (true/false etc.) and then call a JS function to generate.

There is definitely no need to use header() with this sort of thing.

Take a look at this: http://stackoverflow.com/questions/21328135/cant-read-php-file-output-with-ajax

You will have to give it alot of surgey to get it suited to you but it will certainly put you on the right tracks.

mattster 195 Practically a Master Poster Featured Poster
mattster 195 Practically a Master Poster Featured Poster

Maybe because there are more than 3 images in your database?

Try $sel = mysql_query("SELECT * FROM alumini LIMIT 3");

The LIMIT statment will only select 3 images.

mattster 195 Practically a Master Poster Featured Poster

Yup. Missing a close bracket (}) around line 26-27

mattster 195 Practically a Master Poster Featured Poster

So if session variables are assigned in set_sessions.php, but as far as I can see you're only including it using an JS in the "replay" function.
Make sure you're including set_sessions.php into ad_hoc_query.php.

If thats not the case, run a simple test: place <?php echo $_SESSION['']; ?> somewhere in your <body> tag, and see if it has any output. This will tell us if the variable is being assigned the correct values.

I see no reason in your jQuery why it shouldn't work second time, but thats nothing to be certain of.

mattster 195 Practically a Master Poster Featured Poster

We can pretty much see what will be the PHP developers of the future.

Topics like this make me worry.

mattster 195 Practically a Master Poster Featured Poster

OScommerce, zencart, open cart, tomato cart, presta shop, magento community edition.

I can't imagine it would have taken her long to find that out.

Really, are people unable to do even a copy and paste now? Wow.

mattster 195 Practically a Master Poster Featured Poster

How can i make it? I need a source code.

Do you expect us to waste our time doing your research?

Put some effort in and do your own googling.

mattster 195 Practically a Master Poster Featured Poster

What have you got in a .htaccess file?

You could do this:

RewriteEngine on
RewriteCond $1 !\.(js|ico|gif|jpg|png|css|html|swf|mp3|wav|txt)$
RewriteRule ^(.*)$ index.php?p=$1 [L]

It will apply the rewrite rule if the url doesn't have any of the above file extensions, so yoursite.com/cell-phones would go to yoursite.com/index.php?p=cell-phones.

If you wanted additional parameters: yoursite.com/cell-phones&brand=XYZ goes to yoursite.com/index.php?p=cell-phones&brand=XYZ.

mattster 195 Practically a Master Poster Featured Poster

The # tag simply a way for people to search tweets/posts of a similar topic.

So using #DaniWeb for instance makes it easier for people to find DaniWeb related content on social media.

mattster 195 Practically a Master Poster Featured Poster

What exactly is wrong with it? Are there any error messages?

mattster 195 Practically a Master Poster Featured Poster

Seriously guys I think some of you need to change your careers and become comedians because this is hilarious.

I though we were comparing beards not penis size. zzzzz.

Lol well maybe some are, but I'll leave them to their own problems aha.

Mine is more stubble than a beard. I trim it every week and haven't clean shaved in about 4 years but still can't get it to join fully on the right side!.

I keep clean shaven, but sometimes it lapses into stubble, until it gets itchy and annoys me and then its gone again. Call me lazy but shaving is another boring chore, so I get to the end of the week and im like 10 years older. It's enough to get me into the adult rides at Alton Towers, and then on Monday I can go on all the kiddy ones I missed lol

mattster 195 Practically a Master Poster Featured Poster

Until I win

mattster 195 Practically a Master Poster Featured Poster

"I like long walks, especially when they are taken by people who annoy me"

~ Fred Allen

mattster 195 Practically a Master Poster Featured Poster

The Australian box jellyfish has a survival rate from its sting is almost 0, death follows in 4 minuets.

Reverend Jim commented: Thank you for getting us back on track. +0
mattster 195 Practically a Master Poster Featured Poster

The thing is, is that nothing is private any more. There will always be someone sat 1,000 miles away who knows everything about you. I completely agree, we have every reason to worry, it won't be long and our entire homes will be ran over the internet.

My biggest worry is banking apps on phones, because nothing is completely secure right? So we open it up by sending people money by just sticking in our phone numbers. Nightmare waiting to happen. It's just hard to imagine where the internet will take us in 20 years time.

fridge, stove, air-conditioner and possibly even my light switches and toilet

Thats all okay, until some hacker does his stuff and before you know it your house is turning against you and the toilet starts attacking you lol.

mattster 195 Practically a Master Poster Featured Poster

Hi there!

mattster 195 Practically a Master Poster Featured Poster

Depends how much work you want to do, what skills you have and what you may want to do in the future.

If you want to write it yourself (without another person to manage databases later on) you could use a PHP framework and write it all, but this takes a certain degree of skill.

You could look into WordPress plugins, like this. It only half fulfills your requirements, but it may be difficult to completely satisfy them.

The application you are describing is a bit beyond any conventional CMS, so it looks to me you may need to consider the option of writing it from scratch in a server side language I'm afraid.

mattster 195 Practically a Master Poster Featured Poster

Isotope is a jQuery plugin which specialisies in this sort of stuff:

http://isotope.metafizzy.co/

mattster 195 Practically a Master Poster Featured Poster

not showing any file uploads folder,
somthing wrong

So show us some code so we can help you.

Again: Show some effort and try.