Search results

  1. M

    PHP Word Scrambler - String Questions

    Thank you very much :) this helped me so greatly. Edit: I have recoded the PHP Word Scrambler and put it online. If you have questions, suggestions, or comments, leave them here or send an e-mail to skateparkceasercash@yahoo.com. Below is the link to the word scrambler, enjoy! Word Scrambler...
  2. M

    PHP Word Scrambler - String Questions

    Hey guys, I'm making a php word scrambler and heres how it works. A person types all the words they want to scramble into a large textarea text field, separating each word by a comma, and then they press scramble. The php code splits each group of words between a set of commas into a seperate...
  3. M

    Javascript in Internet Explorer

    Ehhh well if a little bar pops up on IE saying "To protect your security, Internet Explorer has blocked this because Internet Explorer is very gay" then all you gotta do is click the bar and select "Allow Blocked Content" then the script will operate properly. Another solution may be if you have...
  4. M

    PHP Registration Script Not Working

    I made a nice, protected php registration script but the headers don't seem to work. It's not redirecting at all =/. Why? <?php if (!isset($_SESSION)) { session_start(); } if ((isset($_GET['action'])) && ($_GET['action']=="register")) { if (($_POST['username']) && ($_POST['password']) &&...
  5. M

    PHP - Sessions Not Registering - Internet Explorer

    I continue to have this problem. So far I've posted this problem two or three times in the past but no one has ever been able to successfully solve my problem. I think it was because I was not specific enough. So basically here's my problem, it's a rare one. PROBLEM ONLY OCCURS ON INTERNET...
  6. M

    Image Won't Load - Help Please

    On my site, my banner image wont load but all the rest will. When I "show file contents" in my cPanel it loads fine but on the site it only loads a blank spot with nothing there. Here is the particular code spot and the site. Code: Edit: <img...
  7. M

    PHP - Who's Online Script Help

    Thank you very much, I'm going to go ahead and try to set one up =] ADDED TO YOUR REP =]
  8. M

    PHP - Who's Online Script Help

    Hi! I was messing around and thought of a way to make a who's online script the easy way. Basically, in my members database I have a field called "online" which is default set to 0. When they click login, if it's a success then a MySQL statement runs which sets online to 1. I also have a small...
  9. M

    Unsuspend Me Please

    My site is messed up at the moment causing it to not load. If i could get into cPanel I could fix it but my sites suspended. Unsuspend me please. Site: http://masterjake.x10hosting.com/ cPanel username: mjake
  10. M

    Ad Upgrade Request (For Corey or Admin)

    I was wondering if you guys could create more banner sizes for the ads. More banner sizes would greatly contribute to helping people place the ads on their site in a place that makes their site look better. I would suggest adding the skyscraper banner and some other sizes for different...
  11. M

    Unsuspend Me Please

    Sorry about not having ads on my site, I wasn't really using it so I forgot to put them up at the time. Please unsuspend me and I will take care of it. Oh btw its masterjake on the hosting and mjake on the cpanel.
  12. M

    PHP - Registration/Login Script Request

    On my last site, I had a register and login system plus a lot more stuff that I added. The only problem was that my login script seemed to only work on any browser other than Internet Explorer. I've heard of this probelm before but do not know what it is caused from. Can someone please post a...
  13. M

    Cpanel - Zip File Extraction Question

    When i upload a zip file to my cpanel to save time and then I extract it into the cpanel so all the files get placed into my site, it always says extracting for a few of the files and inflating for some of the other ones but never changes. does it still extract all of the files?
  14. M

    How Do I Delete My Account

    Somethings messed up with my cpanel and it loads images that i already deleted still. Long story short, I want to delete my entire account and restart it but I can't figure out how the **** to do this. Someone please help!
  15. M

    Login Script Issues (IE)

    Ok I'm having probably the wierdest, rarest, and gayest problem there is in php login. So basically, you can login on "ANY" browser other than Internet Explorer. I don't know why this is. So I need someone to help me out. My site is http://masterjake.co.nr/ if you need proof or just need to test...
  16. M

    Paid Hosting Help

    I'm thinking about getting some paid hosting to keep my site online at all times etc. I was wondering if anyone can tell me a good host that has unlimited web space with unlimited database storage. I also need a cheep host money wise that still offers these advantages. And, does a domain name...
  17. M

    Suggestions To Keep Me As A Member

    You guys seriously gotta stop shutting down the domains when your updating the server. Corey, the dude who runs my server, updates like 2 - 3 times a day and when he does my site shuts down for sometimes hours at a time. Please stop doing this, it is vital that I keep it up at all times for my...
  18. M

    Forum Suggestions Plz

    Does anyone know of a good forum that is pretty easy to install. Please visit my site http://masterjake.co.nr/ and look at my current forum, then tell me if there is a better one thats much easier to install but still works, etc... Thanks!
  19. M

    Login Browser Security Issues

    My site is http://masterjake.co.nr/. For some reason, for people to login, they have to either have their privacy level on low or my site in their allow list. I put a tutorial on the login page on how to lower your security or allow my site but can someone help me with a login system that...
Top