Jump to content

mojopanel

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

About mojopanel

  • Birthday 04/05/1994

Contact Methods

  • MSN
    help@mojopanel.info
  • Website URL
    http://www.mojo-panel.com
  • Yahoo
    mojopanel@yahoo.com

Profile Information

  • Gender
    Male
  • Location
    UK, Whitehaven

mojopanel's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i like vbulletin so much i own 2 forums with it..
  2. I have some php code: <?php if (file_exists ('setup')){ echo '<table border="2" align="center" cellpadding="10" cellspacing="0"> <tr> <td bordercolor="#FF0000" bgcolor="#FFFFFF" class="general_center"><font color="#FF0000"><strong>WARNING: The setup folder still exists - For security purposes please delete it</strong></font></td> </tr> </table>';} ?> You see the bit if (file_exists ('setup')){ is there a way to make it so that if there is a bit of code moved that this will display?
  3. Thank's for that.. that will help alot..
  4. This is what i ended up with (i found a tutorial) {http://punbber.com/Tutorials/mojopanel%20-%20simple%20forum%20script/}. all i need is for some one to help me make it into catogorys, so people are not having to go through loads of pages.
  5. Let me have a go.. (don't skit) I am 14, single . I love coding in php/mysql (well learning but getting better), I have 1 hobby witch is Model Railway, I support West Brom (UK football team). Well that's all i got to say...
  6. www.altushost.com.. I use these guys, and they are amazing
  7. Dreamweaver, is the best... I have DW 8 & it awsome
  8. coz then it would not be made by me, and i would need to check with them if i can use it with my script./
  9. There many ways,. text boxes display content entered into them. Are you trying to hide information entered into a text box and save it off in a hidden var somewhere? If so, you could probably do something like this on a key down event of a textbox. <script> function hideText(obj) { hiddenField = document.getElementById("myHiddenField"); hiddenField.value += obj.value; obj.value = ""; } </script> & First off, options for select aren't hidden. They are the things that actually get shown. You could use a hidden field <form action="#" method="POST"> <input type="text" name="textBox" /> <input type="hidden" name="hiddenName" value="someValue" /> <input type="submit" value="Submit" /> </form>
  10. Thanks a lot.. It does not need mysql, as the posts go into a notepad file.. I have added it to my site look: http://mojo-panel.com/blog.php
  11. i have made one.. you can download from here http://www.mojo-panel.com/forums/showthread.php?t=672 DEMO: http://punbber.com/Tutorials/mojopanel%20-%20simple%20blog/index.php
  12. Well i made a forum that is a simple one, but i want to make one that is very simple.. Well i am learning php, i am willing for some one to help me as much as they want.. And i have read a tutorial.. Well this forum is more or less needed for my free hosting script (mojo-panel.com) so people can have a support forum for people to get help when people download my script and set it up..etc... You get me
  13. Hello. i am wanting to make a forum script like phpbb2 (the one they made before phpbb3), as i own a free hosting script that i am wanting to add a forum to... Can any one help me please..
×
×
  • Create New...

Important Information

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.