Search results

  1. M

    JavaScript RegEx $1 Tokens

    Hi. I'm having a problem. I have various text fields with ID's of a letter and a number e.g. "A1", "C3", etc. When this JavaScript function runs it is suppose to replace all occurrences of "{stuff here}" with the value at the cell number within the {}. For example, if they type in "{A1}+{B2}"...
  2. M

    PHP MyAdmin Issues

    Is anyone else experiencing these issues? PHP MyAdmin is now different for me then it use to be. Did they release a new version and x10hosting upgraded it on the Control Panel? My PHP MyAdmin lets me access the first page. On the left frame where the databases use to be, it is now empty. Also...
  3. M

    PHP - XPATH - Scraping Data From A Page

    My friend wanted me to create a script to scrape his Xbox gamertag and total XP from a page that it's stored and automatically updated on. I barely even know how xpath works. Can someone tell me how I would do this. There's a ton of tags but the actual data I need to retrieve on the page is...
  4. M

    Flash AS3 - Dialog Box (Returns Full File Path)

    I'm assuming this thread goes here. Anyway, I've been searching this for a while now. I need to create an Open Dialog Box in flash using Action Script 3 that when the user opens the file, it returns the full file path and name. I tried FileReference but it can only return the name through...
  5. M

    [PHP] - Video Leeching

    I'm creating a fun site where users can submit videos. I already know quite a bit of php but I'm having trouble thinking of a secure way to do this. I need it so that they can enter the url to the video and php will find the video on that page then set up an embed for it with the sizes I...
  6. M

    Where Do I Put (.pl) Perl Files To Run Them

    cPanel says I have perl so I wanna use it. Where do I put my .pl files in my file manager cause I tried just putting them in a normal directory I made and they fail. Wheres the special directory they have to go?
  7. M

    Perl on XAMPP - How do I...????

    I can't figure out where to save .pl files and run them on my xampp localhost server. I know you save php and stuff in htdocs but when I save perl files in htdocs they fail to run. Someone please tell me how to do this ;)
  8. M

    Showing 3/5 Databases When Only 2/5

    For some reason CPanel is showing that I have used 3 / 5 databases when I have only used 2 / 5. I don't know why this is but I may need that extra db in the future.
  9. M

    PHP Disabled

    Hey I think php is disabled on my site cause when I go there it asks me if I want to save index.php (it does for everyone else to). Can someone tell me how to reenable it lol?
  10. M

    E-Mail Problem (x10 WebMail)

    I have this problem, i used php mail to send a message to my email account i made with cPanel called vennbox@masterjake.x10hosting.com and I go into to check it but it never gets there. The only client thats working is that stupid squirel mail or whatever. Horde and the other arent working for...
  11. M

    403 Forbidden on my own server?

    OK I created a site for someone on 110mb.com and I made their forum on my x10hosting account so on their site I have a link to the forum on my site. When you click the link you get this: Forbidden You don't have permission to access /eventidesun/forum/index.php on this server. Additionally...
  12. M

    PHP Mail() - How Many Times A Day?

    I was wondering, how many times a day can your server send mail through the php mail() function. Cause I was testing and it stopped sending after about 180. It's very important that I know because I have a lot of systems on my site that send me e-mail through the mail() function giving me...
  13. M

    PHP - Help With Friends System

    Does anyone know how to do a friends system. This is how I was going to setup mine but doing it this way I will need a little help. When you add a friend it updates a database entry with your friends and adds exactly this "#friend,". I do it this way because some people have spaces in there...
  14. M

    Problem With An Array Encoder + Decoder

    Hi guys, I'm having this problem where I want to convert letters to a set of numbers and then convert them back (used to encode messages, send them to someone, then they decode it for fun =]). I had every character in the keyboard stored into the array but I ran into problems so I dropped it...
  15. M

    PHP Screwing Up

    OK now I'm lost. I thought DIV tags were the reason my site was screwing up but I rebuilt it using only tables and STILL. Everytime I include a php code like <?php include("file.php"); ?> it always ****s up the page and my html won't render. Here's a preview...
  16. M

    HTML vAlign

    I ran into a problem in my tables where the information would appear halfway down the screen (it stretches the table really far down cause it's centered to the center. To fix this I used valign attribute in the td's <td valign="top"> and it looks perfect in Internet Explorer but in Firefox...
  17. M

    PHP And HTML Div Tags

    I'm having some real problems. Every time I do any PHP like including files inside a div tag e.g. <div class="some****"> <?php include("include/navigation.php"); ?> </div> it always screws up the page and stops the html from rendering. I guess I'm going to have to go through and redo the...
  18. M

    Why Is Stoli Always Down?!?

    This get's so annoying. The server goes down like 8 times a day, everyday. Why is x10 doing this? I understand its free hosting but the speed, size allowed, db space, and etc. is enough punishment for using free hosting. Dropping our sites daily is no way to get business. Please stop doing this...
  19. M

    Sometimes My Ads Wont Load =/

    Someone please help. My site is nothing but a forum so I followed the tutorial for adding ads to a phpBB3 forum. Well it worked. The ads load but sometimes they don't. I can't help this problem but I don't wanna get my account suspended. Will I be suspended if an admin views my site at a time...
  20. 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...
Top