Jump to content

Dumb Modz

Rookie
  • Posts

    20
  • Joined

  • Last visited

Everything posted by Dumb Modz

  1. The only thing I did recently was install ibEconomy which didn't work anyways.
  2. I guess this can't be fixed. Sucks because this stops all image uploading.
  3. It's set to the path that Ip Board has recognized as the path.
  4. I don't know what happen last night but something happen on my site and I fixed the error in the hook that caused the site to have a error, but I don't understand why these errors wont go away. Here is a image of the error: http://gyazo.com/cc24a087cf30f66c2170ab179190670c When I go on ftp I looked at the permissions and they are both 777 http://gyazo.com/8457da5f89ea3002159c87c3524882b8 What else could be causing this problem?
  5. I have tried javascript on easy pages with no luck, so I tried css with the same results of not working. This is the code that I have currently <!DOCTYPE html> <html> <head> <style> div.ex { width:220px; padding:10px; border:5px solid red; margin:0px; } </style> </head> <body> <div class="ex">Action <dl> <dt><a href="url">Robocop</a></dt> <dt><a href="url">Robocop</a></dt> <dt><a href="url">Robocop</a></dt> <dt><a href="url">Robocop</a></dt> </dl> </div> </body> </html> And this is the result of this Does anyone know if anything other then html work with easy pages? Fixed this just made a css file for the skin instead of using it in the file
  6. I'm not sure but if you making a page I would assume it would be made by html so all you need are tags and possible css to move to the right position. html would be <img> image link here </img>
  7. I hope someone knows sql this is the error I get when I get in the sql #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'notification) ) LIMIT 0 , 30' at line 3 here is what I see SELECT `cache_store`.`cs_key`FROM cache_storeWHERE (`cache_store`.`cs_key` notification))LIMIT 0 , 30
  8. yeah I got that when I tried to put ipb on it it
  9. works fine but I will have to look into making the text bigger or longer I don't know just needs something looks weird
  10. you can add a header and footer <header>header goes here</header><footer>footer goes here</footer>now I have no idea on what to put in between those because I'm still new to ipb
  11. added a screen shot that is after messing with it but most of what I have done in the screen shot is there other then the auto play song and text color you can also add videos and stuff basically anything html or css will work I don't know about javascript I try to stay away from that
  12. I personally worked hard on this I know its very simple but I could not find anything like this Making a new tab: First go to ACP>Look & Feel>your_skin>Templates tab>globalTemplate put this in the global template to make a new tab (everything that starts with YOUR is the stuff you change) <li class="left {parse variable=&quot;YOUR_TITLEActive&quot;}"><a href="YOUR URL" title="YOUR_TITLE">YOUR_TITLE</a></li> I put that after which put it as the last tab on the navigation bar if you want it in a different spot just move the code up till its to you liking <li id='nav_app_{$data['app_dir']}' class="left {parse variable="appActive"}"><a href='{parse url="{$data['app_link']}" seotitle="{$data['app_seotitle']}" template="{$data['app_template']}" base="{$data['app_base']}"}' title='{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle($data['app_dir']) )"}'>{IPSLib::getAppTitle($data['app_dir'])}</a></li> </if> </foreach> </if></if> ok now onto the stuff that I could not find all in one place What you will need is FileZilla or some other FTP program and your info to log into FTP you can make one with your web host if you don't already have one now that your on your FTP find your public_html inside of that make a new directory and call it downloads now that you have made a directory you can put www.yoursitehere.com/downloads and that will take you to that directory this is what it should look like when you connect the tab to the directory <li class="left {parse variable=&quot;YOUR_TITLEActive&quot;}"><a href="www.yoursitehere.com/downloads" title="downlaods">Downloads</a></li> now here comes the fun part Making the download page: make a directory inside of the downloads directory and call it anything what I did was Xbox 360 with that made now you need to make an index.html file which can be made using notepad or notepad++ put this into whatever you are using <html> <head> <title>Downloads</title> </head> <body><h1>Downloads</h1><ul><li><a href="/"> Back</a></li><td><a href="Xbox%20360">Xbox 360</a></td></ul></body></html> now the line that you will most likely change is <td><a href="Xbox%20360">Xbox 360</a></td> Xbox%20360 is what the new domain will be after you press on Xbox 360 %20 has to go between all the spaces Xbox 360 is what other people see this process kind of just repeats itself but I will show 1 more time inside of the Xbox 360 folder you make more directors I put Modern Warfare 2, Black ops 1, Modern warfare 3, Black ops 2, Programs when I made a new index.html it looked like this <html> <head> <title>Downloads/Xbox 360</title> </head> <body><h1>Downloads/Xbox 360</h1><ul><li><a href="/Downloads/"> Back</a></li><li><a href="Modern%20Warfare%202/"> Modern Warfare 2/</a></li><li><a href="Black%20ops%201/"> Black ops 1/</a></li><li><a href="Modern%20warfare%203/"> Modern warfare 3/</a></li><li><a href="Black%20ops%202/"> Black ops 2/</a></li><li><a href="Programs/"> Programs/</a></li></ul></body></html> NEW!!! <html> <head> <title>Downloads</title> </head> <body bgcolor="#C5DABB"><h1>Downloads</h1><ul><li><a href="/"> Back</a></li><td><a href="Xbox%20360">Xbox 360</a></td></ul></body></html> <body bgcolor="#C5DABB"> can use that to change the background color and this for images <body background="http://i42.tinypic.com/2ujmvkm.jpg"> I just did this today and it worked that is why I made a post I am more excited that something finally worked that was not just a copy and paste if anyone needs help with this I will be more then happy to help with it
  13. this is looking really nice Sketchy
  14. I'm Dumb Modz I just made a new site and was looking for a place where I can get help and all that other stuff and this looks like a good place to start
  15. Dumb Modz

    No-Tech Hacking

    everyone wants to hack because it makes them cool
  16. the girl on the switch be like that is my kind of ...
×
×
  • Create New...