Search results

  1. diabolo

    Client Uploading

    I just wanted to check before I get myself suspended: is it illegal on x10 to have a member uploading system, for the site's benefit? because I want to be able to let my members upload their yoyo videos to my website, I know it is illegal to have a file hosting where the files are not used by...
  2. diabolo

    [PHP] basedir

    does anyone know any pre defined variable that I can get the root address of my site, since I tried using $basedir = "http://www.mysitehere.com"; but php doesn't allow url file access so does anyone know an alternative method? http://www.spinthatyoyo.com - for the problem
  3. diabolo

    Color Wheel Pro

    I like this program alot, it helps me in the beginning stages of my web design to get a working color scheme If you own any site that has a lot of visitors then you might be able to get a free copy of it: see below http://www.color-wheel-pro.com/linktrade.html also if you do..someone mind...
  4. diabolo

    IPB Site Integration

    does anybody know how to integrate IPB v 2.3.3 into a .php site? what I am looking for: login, and return to main site draw data from post draw statistics from board
  5. diabolo

    *.php?**

    what is this called? at the end of a file extension it has the '?' and some stuff after it for ex: http://forums.x10hosting.com/newthread.php?do=newthread&f=103 the part in blue
  6. diabolo

    PHP FWrite Help

    <?php $filename = 'db.txt'; $omnicon = $name||$url; $name = $_POST['name']; $url = $_POST['url']; echo "Success, wrote: \n $name \n $url \n to file ($filename)"; echo "<br />"; echo "$omnicon"; ?> how is it so that #omnicon can be name||url, since right now when it comes out it doesn't come...
  7. diabolo

    FaceBook APP

    does anyone know how to create a FB app? I am trying to create on for my website, and want to see if it is really hard to create one. please put some advice down to learn
  8. diabolo

    Ftp

    I am having trouble ftping into my site. in cPanel it says FTP is working so that is good. but it is not allowing me access to the account. I am using SmartFTP, and the error is: No connection could be made because the target machine actively refused it. I don't think it is my password that is...
  9. diabolo

    Load Object Last (using JS)

    If you have a website that has ads that just take to long to load, and prevents the user from seeing your website as quickly, then you're in the right topic! I'll show you how to load any object you want, in relation to other objects. First, we got to understand that a browser reads the HTML...
  10. diabolo

    ActionScript relating to XML

    function loadXML(loaded) { if (loaded) { trickname = this.firstChild.childNodes[0].childNodes[0].childNodes[0].firstChild.nodeValue; tricksubname = this.firstChild.childNods[0].childNodes[0].childNodes[1].firstChild.nodeValue; trickenter =...
  11. diabolo

    MyMiniCity

    http://tsuen-city.myminicity.com if you guys can just click it once a day, or something like that I am having a race with my friends to see who can get the most people thanks
  12. diabolo

    Flash, XML, and ActionScript

    var xmlDoc:XML = new XML(); System.useCodepage = true; xmlDoc.ignoreWhite = true; xmlDoc.onLoad = function(ok:Boolean) { if (ok) { doMenu(this); } else { trace("XML did not load"); } }; xmlDoc.load("myImages.xml"); function doMenu(xml:XML) { var...
  13. diabolo

    Joomla IPB Integration

    does anybody know how to integrate IPB into Joomal
  14. diabolo

    CSS DIV layout

    I am having trouble with this coding. http://spinthatyoyo.com/layout/index.html I want to make the 'container' to include the right hand nav. and the footer div to be below the main content div
  15. diabolo

    How does this look?

    http://spinthatyoyo.com/logo.png how does that look? I am using it as a logo for my website Edit: you can view it in action: http://forum.spinthatyoyo.com/style_images/blueaspara1197092247/logo4.gif
  16. diabolo

    Bandwidth Checker

    I have a .swf on another hosting, and I embed into one of my pages here at x10. When I run out of bandwidth, I don't want the file to just not display..rather than exchange the code for a 'this file can not be displayed' type thing. I have an idea with php, but not sure it will work...
  17. diabolo

    PHP Question

    Is it possible to format a string of text into a picture? I have seen this done with e-mails to prevent spamming, and want to add this addition to my website, without the end user or me having to manual creating a picture to do this. I think it is PHP if it isn't, can somebody let me kno. Thank you
  18. diabolo

    2 hosting services...1 shared domain

    is it possible to have a subdomain like a 'parked domain' at another hosting service? for ie: my main site at x10 is http://www.chineseyoyo.info can I like put a subdomain http://video.chineseyoyo.info to link to another hosting service...and the files there are displayed...
  19. diabolo

    Domain Change Issues

    When I change my domain in teh x10 Hosting Panel, it sometimes reverses back to the original. and is it supposed to change it in the cPanel too? cuz it doesn't change it as the main domain in the cPanel for me. also I am not sure if this is its own problem, or it is related to this: sometimes...
  20. diabolo

    New Name

    I need suggestions for a new name for my website... the site is about diabolo/chinese yoyo...some suggestions I have came up with so far is: diabolohq diabolobase screwamericanyoyos I still need more since my friend isn't satified with any of them, and we are working as a team Edit: does...
Top