Search results

  1. O

    Blank page error in SMF

    When I first installed these forums they worked perfectly with nothing going wrong, but now I have been having this problem for a couple days now and I have posted on the SMF forums about this problem and they said it was something having to do with x10. So, when I use my forums on IE it...
  2. O

    Cron help

    Ive asked a couple times about a cron here, but those were all before we got the built-in perl modules. So, can anyone help me finish this? Right now Im getting the error "syntax error at /home/oiwio/public_html/hpup2.pl line 14, near "use "/home/oiwio/perl/DBD::mysql"" Execution of...
  3. O

    Credit Raffle 100% Prize

    I am now starting a new raffle. The winner will be decided by www.random.org Each ticket will cost 2 credits and you may enter any amount of times you like. To claim a ticket(s), you must post in this thread saying how many tickets you would like, then send me the amount of credits that...
  4. O

    running mac programs on windows

    Does anyone know how to run a mac program on windows? Im not entirely sure its possible without buying any components for your pc, but I want to try and run imovie on windows.
  5. O

    Best free forums

    Im looking for the best free forums that I can put onto my site, and I wanted to know what you all use. Im currently using mybb but I want one with a marketplace that you can buy items that will raise stats on the other part of my site.
  6. O

    Hardest website creation part

    While working on my first website, I got stuck alot and found alot of different things to be very hard. The hardest things I found were scripting php and javascript, getting high up in the search engines, making a layout, and just getting people to join my website (which can also be considered...
  7. O

    php var to JS var with redirect

    Im trying to reirect after a user gets a certain condition and carry over two variables to the redirect page. Heres the script, I think Im going to have to convert a php variable to a javascript variable $page = $_GET['page'] $attack = $_POST['attack']...
  8. O

    looking for a video editor

    Im looking for a free video editor that is like or even better than windows movie maker but can also use .MP4s. The reason I need this is so I can erase the .avi video files after I convert them to MP4 for my ipod. Right now I have about 15 GBs of avi and 15 GBs of MP4 in my 80 GB hard drive...
  9. O

    help with a sorting table in php

    What I want to do is get all of the members from a table in my database and sort it by a certain column. All that works perfectly, but I only want to display 20 users per page and I cant figure out how to set it up where it automatically detects how many users there are, divide that by 20, and...
  10. O

    easy layout for each page

    is there a way in CSS to put this layout in another file and have each page load it using CSS? This is the layout script ?> <body bgcolor="#000000" text="#FFFFFF"> <center> <table width="1100" height="100" border="0" class="top"> <tr> <td height="109" align="center" valign="top"><img...
  11. O

    Help with PERL code

    Im trying to have this file run with a cron that will go into the database and add 1 to all the users hp. Right now Im getting the error: Can't locate Mysql.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux...
  12. O

    Not able to update database

    ok, so Im using the code: function updateUserField($table, $username, $field, $value){ $q = "UPDATE $table SET $field = $value WHERE username = $username"; return mysql_query($q, $this->connection); } But the problem is that it will only update numbers into the database but when I try to...
  13. O

    Cron support

    I tried making my first cron today and Im getting a "/bin/sh: /home/oiwio/public_html/hpup: Permission denied" Im not very skilled with it yet so can someone help me out? my cron run command is "/home/oiwio/public_html/hpup" and the shell file is here #!/bin/sh hpup2.pl and heres the perl...
  14. O

    main page not going to index

    I just changed my domain name yesterday and ever since when I try to go to the new domain, I get "Index of /" and a couple of file directories and something about apache server at http://absolut.x10hosting.com.zz at port 80. I dont know why its doing this, can someone help me?
  15. O

    Link not working

    For the past day my website went offline and I couldnt access it, Im guessing that you were just updating stuff, but since it came back up, one of the links that was working fine before isnt now and Ive gone over the script again and again and nothing has changed. Its a php document and my...
Top