Search results

  1. espfutbol98

    Chopin Domain Re-Transfer Needed

    I opened a ticket regarding my site, podaci.x10hosting.com, being transfered with substantial data missing and leaving me unable to login to CPanel. The ticket was sent about three days ago without any responses so I thought I'd re-open the issue :) :ohnoes:
  2. espfutbol98

    Help Unsuspension

    Hey, I've been suspended for high CPU usage and it says I can unsuspend myself automatically but I cannot seem to find out how to. I've seen other posts on the x10 forums a little while back saying only staff can unsuspended for this situation. Although, unsuspension would not do much now...
  3. espfutbol98

    Chopin Data Transfer Error

    Hello, I have a free hosting account on Chopin, podaci.x10hosting.com, that has numerous files missing along with an add-on domain, matejmatic.co.cc, with all the files (and I'm assuming MySQL databases but im not sure). I found this out by the directory listings on my site because I can't login...
  4. espfutbol98

    Show form with page in background

    I've still been trying to figure out how to have an HTML form popup with the page in the background with a transparent png. An example is at http://java.sun.com/javase/downloads/widget/jdk6.jsp. If you click the Download button, a nice login form will appear in the same window. Lightbox does...
  5. espfutbol98

    Lightbox style login form

    I was wondering if somebody could show me real quickly how I would attempt to make a JavaScript function to show a login form over a current page equating somewhat to the lightbox style. I would appreciate a close function too. I already have the lightbox code from...
  6. espfutbol98

    Desktop Lock Program

    I was wondering how hard it would be to write a program to simply lock the desktop, set the background to blue, and have a textbox with an image and a password input. I have no clue which language to use: .Net, C++, C#, VB, or Java but what I do know it I know nothing about these languages. I've...
  7. espfutbol98

    AJAX loading image in login page

    I've been working on having a loading gif when someone clicks on the login button but something always goes wrong even when I follow online tutorials. I was wondering if somebody could just show be the most basic html form with the corresponding ajax; I don't even really need the php file. I...
  8. espfutbol98

    AJAX file upload system (PHP)

    I have built this fairly rudimentary file uploading system in the admin section of the site but I thought I'd jazz it up a little by adding some AJAX. So far, I have almost everything done except for when I post the file, the location to be saved (in a hidden input) is conveyed but the filename...
  9. espfutbol98

    Help with .zip archives plz!!

    First of all, im trying to download the matrials that the US Military uses to train their translators in Serbo-Croatian. I aspire of going there one day and learning Serbo-Croatian but enough of that. I have found the rapidshare links...
  10. espfutbol98

    Help with javascript photoalbum

    I have found this really nice photo album here and I am wondering how to integrate it with my site. I have the exact source (except for my own css and js files) here but it is still not working. I figure some server-side scripting is required but I can't find anything (like ajax) that would hint...
  11. espfutbol98

    PHP date() alternitive

    I have been working on a site in a different language and because of that, I have to work my way around the date() function. I found this script in php.net but when I run it, it returns all of the numbers but not the words. They appear as a dimond with a question mark in it. I have already made...
  12. espfutbol98

    .htaccess acting up

    I have had some url rewriting problems but I usually just worked around them. The overall problem is basically, a rewritten url that is similar to another is redirected. And example is terror.audio. I redirected all .audio files to a special folder that holds mp3s. For some reason, it likes to...
  13. espfutbol98

    HTML Popup-like with previous page as background

    I was wondering if someone could show me how sites like Facebook have something that looks like a popup and shades the background previous page. I would normally look through the source code but as you might know, their source is complex and inelegant.
  14. espfutbol98

    Help with translation system (php)

    I have been translating my site by echoing variables that are in included files depending on a cookie. Example: index.php <?php if (isset($_COOKIE['lang']) && $_COOKIE['lang'] == "hr") { include "translation_hr.php"; } else { include "translation_en.php"; } ?> <html> <head> </head>...
  15. espfutbol98

    IE6 Styling Help

    My site (https://podaci.co.uk/) is terrible in IE6. The logo looks wired, probably because it is a png while the original was a gif. Also, the right bar (where the login button is) is cut off sometimes. Yet another thing: some things should have some spacing (especially in the downloads). This...
  16. espfutbol98

    PHP Security Functions

    I was wondering if someone could post a example of making a anti-bruteforce lockout function in, of course, PHP & MySQL. Thank you.
  17. espfutbol98

    Get entire url

    I'm wondering how to retrieve the entire url in PHP because I use .htaccess url rewriting and also a lot of variables. This can be frustrating when you are redirected to a login page and once you are logged in, sent somewhere else.
  18. espfutbol98

    Help set up mail on hame server

    I have my own server (XP, Apache, PHP, MySQL, CGI, SSL) and I am trying to enable mail. I have found a free program to do this but I believe I need a dns server to edit the MX record. I have no idea how to create a personal dns server. All of the guides online are for lunix based systems. What...
  19. espfutbol98

    OpenSSL Error

    I have OpenSSL working on my site (https://podaci.selfip.net) but it is a self-signed certificate so everybody gets a nasty error. I recently found godaddy.com has $30 SSL certificates so I tried to make a csr. I got this error: C:\xampp\apache\bin>openssl req -new -key server.key -out...
  20. espfutbol98

    mod_rewrite help

    I've recently started implementing url rewriting in my site and I have ran into a problem: First of all, I'm trying to rewrite http(s)://podaci.selfip.net/hr/moj_račun to http(s)://podaci.selfip.net/hr/[user_name]/moj_račun but it looks for all the linked files under the username's folder. I...
Top