Jump to content
xisto Community

waterfoul

Members
  • Content Count

    34
  • Joined

  • Last visited

Posts posted by waterfoul


  1. btw tahts not that nice of a site its very simple... that would take me all of maybe 30 mins to amke the images and code and link em all and up them...

     

    But if this is your first good job...

     

    few things tho...

     

    get the buttons up more towards the top...

     

    and also get some more content...

    as for a name call its runecutters... like the title on the page...

     

    if you need some help with design pm me ill chat wit ya

    199279[/snapback]

    its not supposed to be that pretty and the main thing is the file structure. And i dont like that name for it, that was just a bogus image i got for testing

  2. i have this code

    <?phpif($_POST['user']=="" or $_POST['pass']=="" or $_POST['host']=="" or $_POST['root']=="" or !isset($_POST['run'])){  print('<form method=post name=form>');  print('FTP username <input type=\'text\' name=user value=""><br>');  print('FTP password <input type=\'password\' name=pass value=""><br>');  print('FTP Host <input type=\'text\' name=host value=""><br>');  print('FTP Root Directory <input type=\'text\' name=root value=""><br>');  print('<input type=\'hidden\' name=run value="1">');  print('<input type=\'submit\'>');}else{$ftp_server = $_POST['host'];$ftp_user = $_POST['user'];$ftp_pass = $_POST['pass'];$conn_id = ftp_connect($ftp_server) or die("Couldn't connect to $ftp_server please refresh and do not click retry");// try to loginif (@ftp_login($conn_id, $ftp_user, $ftp_pass)) {  echo "Connected as $ftp_user@$ftp_server\n";  if(!isset($_POST['out'])){    ftp_chdir($conn_id,$_POST['root']);    $title="";    $lib=implode(array(''),',');    $topimage='';    $topcolor='';    $sideimage='';    $sidecolor='';    $midimage='';    $midcolor='';    $links=implode(array(''));    $linkimage=implode(array(''));    print('<form method=post name=form>');    print('<input type=\'hidden\' name=user value="' . $_POST['user'] . '"><br>');    print('<input type=\'hidden\' name=pass value="' . $_POST['pass'] . '"><br>');    print('<input type=\'hidden\' name=host value="' . $_POST['host'] . '"><br>');    print('<input type=\'hidden\' name=root value="' . $_POST['root'] . '"><br>');    print('<input type=\'hidden\' name=run value="1">');    print('<input type=\'hidden\' name=out value="1">');    print('Page Title <input type=\'text\' name=title value="' . $title . '">');    print('Any files in the library folder you would like to use in ANY page <textarea name="lib" cols=5 rows=8>' . $lib . '</textarea>');    print('The top background image, set to "" for none <input type=\'topimage\' name=title value="' . $topimage . '">');    print('The top background color <input type=\'topcolor\' name=title value="' . $topcolor . '">');    print('The side background image, set to "" for none <input type=\'sideimage\' name=title value="' . $sideimage . '">');    print('The side background color <input type=\'sidecolor\' name=title value="' . $sidecolor . '">');    print('The middle background image, set to "" for none <input type=\'midimage\' name=title value="' . $midimage . '">');    print('The middle background color <input type=\'midcolor\' name=title value="' . $midcolor . '">');    print('The links for your side bar<br>(note: if theres a link without an image below it will not show) <textarea name="links" cols=5 rows=8>' . $links . '</textarea>');    print('The images for the links for your side bar <textarea name="linkimage" cols=5 rows=8>' . $linkimage . '</textarea>');    print('<input type=\'submit\'>');}else{  echo "Couldn't connect as $ftp_user\n please refresh and do not click retry";}// close the connectionftp_close($conn_id);?>

    and i get this error

    Parse error: parse error, unexpected $ in /home/waterfou/public_html/Editor.php on line 56

    does any 1 see the problem

    Notice from cmatcmextra:
    Added quote around the error message. You must use quotes, even when copying from your own site!


  3. Currently i have

    <?phpif($_POST['user']=="" or $_POST['pass']=="" or $_POST['host']=="" or $_POST['root']=="" or !isset($_POST['run'])){  print('<form method=post name=form>');  print('FTP username <input type=\'text\' name=user value=""><br>');  print('FTP password <input type=\'password\' name=pass value=""><br>');  print('FTP Host <input type=\'text\' name=host value=""><br>');  print('FTP Root Directory <input type=\'text\' name=root value=""><br>');  print('<input type=\'hidden\' name=run value="1">');  print('<input type=\'submit\'>');}else{$ftp_server = $_POST['host'];$ftp_user = $_POST['user'];$ftp_pass = $_POST['pass'];$conn_id = ftp_connect($ftp_server) or die("Couldn't connect to $ftp_server please refresh and do not click retry");// try to loginif (@ftp_login($conn_id, $ftp_user, $ftp_pass)) {   echo "Connected as $ftp_user@$ftp_server\n";} else {   echo "Couldn't connect as $ftp_user\n please refresh and do not click retry";}// close the connectionftp_close($conn_id);  }?>
    currently it has a form and after you fill out the form it logs into the ftp with the user pass and server vars. now i need to know how to get a certian file and edit certian lines of it. any ideas?

  4. who knows how to get a table to stretch to both edges??? i need help ^_^

    Notice from BuffaloHELP:
    You are warned! You said you read and agreed to our forum rules yet you decided to make "I need table help" as your topic title. The topic title must be descriptive and not contain "help" included. We all need help but be specific. This is your last caution note. Editing topic title. Filled in topic description.

  5. I just re-applied so i am hoping to go through this time.  ^_^ We can only hop and pray. By the way what i post will only be the beta. i still need to perfect somethings like the mod file. when its up it will be the setup i will use for the download site and i will offer it for free and maby i will get programmers makin libraries and modules for it and it will become popular ^_^. Every one wats to have the stuff all over the web :lol:

    199150[/snapback]

    Cool i got accepted and have it up take a look (note there are bogus images and pages in it) http://forums.xisto.com/no_longer_exists/

  6. let us know when and where it is posted and we'll have a look.

    198977[/snapback]

    I just re-applied so i am hoping to go through this time. ^_^ We can only hop and pray. By the way what i post will only be the beta. i still need to perfect somethings like the mod file. when its up it will be the setup i will use for the download site and i will offer it for free and maby i will get programmers makin libraries and modules for it and it will become popular ^_^. Every one wats to have the stuff all over the web :lol:

  7. I agree php is the esisest to use language. not only do the function names make sense but you can include php javascript and virtually any language. another thing is libraries. you can make a file with common code, put it in a function, and include it. I agree, php is the bast


  8. Well, there are lots and lots of names out there, so is there anything that comes to mind when you think about the structure of your program? If so, let us know and we can come up with some ideas...

     

    Good luck and good coding!

    198968[/snapback]

    I got the idea of it from my father but his was way to complicated. He named his his "PHP application framework" but mine is slimmer. here his code is had to sort out and long, mine is easier and shorter. where he has builtin features i have extensions. so mine is in other words sleeker

  9. How are we suppose to give you any input when you didn't even include a sample of what you wish for us to help you?

    198684[/snapback]

    I don't have a host right now so i can't givwe a url but maby i could alaborate. The look is a table set up like this.

    <table><tr><td colspan=2>Banner</td></tr><tr><td>Navigation</td><td>Page</td></tr></table>
    and the dir structure is a main folder that contains the index.php and a mod file to change it with. under that is an images folder and a module folder. under the module folder there is all the different peices of your site. also the url is me.com?m="folder"&p="page.php" note the page.php can be any extension for univeribility.

  10. i have a easy to use and easy to expand php look and feel but dont know what to name it. It allready has a great folder structure and some ok tools. Also you can make your own extensions and change allmost EVERYTHING. I have bg images, bg colors, nice look but it uses tables. i have it currently working in firefox and IE, the only good ad free browsers.

    Notice from BuffaloHELP:
    Original title "I Need A Name." What you need is better topic title. This is the only caution note.

  11. use

    echo '<br><table width="871" border="0" align="center" cellpadding="0" cellspacing="0"><tr><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>'; echo 'Artists beginning with '.$alphaletter.'<th><table border="1"  width="250" align="left"><br><tr align="left"><th>Artist</th></font></strong></tr>';
    instead of this
    echo '<br><table width="871" border="0" align="center" cellpadding="0" cellspacing="0"><tr><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>'; echo 'Artists beginning with '.$alphaletter. '<th><table border="1"  width="250" align="left"><br><tr align="left"><th>Artist</th></font></strong></tr>';
    maby thatll work, white space can be bothersome

    Notice from cmatcmextra:
    Fixed code tags


  12. Yer... Runescape is great. Im a member and the benefits are sooooo good so much better than free. Some of the benefits include:

     

    All the skills have extra options (e.g. In wc you can now cut more trees)

    More skills

    In-game features (e.g. bank deposit box)

    About 20 more quests

    Better armour (this includes Mage armour)

    Easier to make money ( I suggest split bark armour / bstrings

    Much Much Much Much more!

     

    If you play it add me. I am called I diad agian

    Make sure you put it exactly like that. There are spaces in between the words!

    ^_^

    198189[/snapback]

    I have members too add me water_foul

  13. Hi,

     

    I'm looking for any easy way to edit a php page.  I'm really new to this programming language, and I don't have a lot of time, so I'd prefer if I could find a WYSIWYG PHP editor.

     

    Do you guys know of any.

     

    Thanks.

    173798[/snapback]

    I LOVE PSPAD its great not only does it do multi highlighter but it does ftp edits for ease of use eith the web server
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.