Search results

  1. NSA

    [Req] Finish Website [Paying]

    There is quite a bit to be done.
  2. NSA

    [Req] Finish Website [Paying]

    Hello, My friend has a website which he needs finishing. The developer he got to make it the first time fucked him over and is unable to finish the site. Here's what he currently has finished: http://dynamic-radio.co.uk/upcoming/ He has given me a list (below) of what needs completing. (1)...
  3. NSA

    Replacing ? in PHP GET.

    When I do /page/blog, it still takes me to the main page (/page/main). This is because $_POST['page'] isn't set.
  4. NSA

    Replacing ? in PHP GET.

    Not sure, PHP doesn't seem to be catching it.
  5. NSA

    Replacing ? in PHP GET.

    Hello, So I got .htaccess to forward anything like ?id=1 to /id/1 But now I'm getting "Error 404, Not found.". Is there something wrong with my .htaccess? Options +FollowSymLinks -MultiViews # Turn mod_rewrite on RewriteEngine On RewriteBase / # external redirect from /view.php?id=1 to...
  6. NSA

    [HTML] Help

    Sometimes it's best to draw it out before you do it by code. It's hard to see what you're going to design without having it in front of you ready to create. Draw out the basic elements of your page, whether it be by hand or computerized. Take a look at this. http://www.wikihow.com/Design-a-Website
  7. NSA

    [HTML] Help

    What are you asking here? You asked for tutorials on "Web Design" but you say you already know CSS?
  8. NSA

    REMOVED.

    Things to check The web server user (often apache) executing the web script needs read ("r") permission on the included file. The web server user is usually different than the user who wrote the files. Check that all the parent directories of the included file have the appropriate execute...
  9. NSA

    Creating and using your first PHP Class

    Hello, To start off, you'll need a web server - since we're using a server-side programming language. Because we're only using the web server for learning, I recommend using XAMPP which can be downloaded from here. You'll need a good text editor which will highlight your code syntax. If...
  10. NSA

    Movie Dwitanic

    Hey guys! New movie coming Summer 2013! I'm super pumped and cannot wait for this!! Anyway, here's the movie poster.
  11. NSA

    I can't delete this .mp4 file Please help

    I would presume they do, yes.
  12. NSA

    I can't delete this .mp4 file Please help

    Try booting into safe mode and deleting it.
  13. NSA

    YouTube Charges?

    As if Google needs more money. Think it's quite a stupid move from YouTube to be honest. Also, I think what it's saying is BBC and 4oD will be the only free channels for UK citizens. Which means we'll only be able to use YouTube for BBC and 4oD. Stupid in my opinion.
  14. NSA

    YouTube Charges?

    So I found this while browsing the tinterwebz. http://www.telegraph.co.uk/technology/internet/10041035/BBC-and-Channel-4-stay-free-as-YouTube-introduces-subscription-charges.html Bad move?
  15. NSA

    Show DevBest Chris-Pettyjohn.cu.cc [Customly Coded]

    Not sure about the font inside the box. "Redlyn FalloutRP"
  16. NSA

    Show DevBest Chris-Pettyjohn.cu.cc [Customly Coded]

    Be nice if when you added more content the navigation stayed at the top using position:fixed;
  17. NSA

    Show DevBest Live Chat

    Try this. http://sharefa.st/view/SHmgooz28Nr0 Also, to fix the \ban [user] command in the chat box, run this code in SQL ALTER TABLE `bans` ADD `name` VARCHAR(655) NOT NULL
  18. NSA

    Show DevBest Live Chat

    I took it out. In the addChat() function, replace createChat() with checkTime() and put this above the addChat() function: function checkTime(){ $livetime = date('H:i:s', time() - 5); $name = $_SESSION['chat-username']; $ip = $_SERVER['REMOTE_ADDR']; $q = mysql_query("SELECT * FROM chat...
  19. NSA

    Show DevBest Live Chat

    Download link has been updated! If you encounter any issues, post them here or message me.
  20. NSA

    PHP/MySQL Spamming

    When I echo $check, it gives 60 and it always says "Woah! Slow down there...". "60Woah! Slow down there..."
Top