Jump to content

Miku

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Miku's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, could some one help me with this? I need a way so when members register and go into there member.php (User CP) page they can add an avatar via URL only. If they add this avatar then they will see there image on the left side off the screen. How can I do this? I need the full script as I am a full noob..... -Thanks
  2. would i have to make a directory on the server called 45?
  3. so something like this <body> <?php $page = $GET['?->$number']; ?> </body> if i am wrong can you give me the write code?
  4. Hi, i seen site with http://www.name.com/something/?p=45 <-- when you click on this it will send you to a page but how dose that work? since i wish to use something like that on my site.... and is there any way to make links in php? instead of <a href="#">TEXT</a> since then users will not be able to get to pages but just viewing the source code... Thank You!
  5. I just need to make this like a comment system which will be put on specific pages and info will be pulled from MyBB SQL Tables ^^
  6. can you provide and example code please i dont understand it? all i found about the site that when you click the link it goes to /Download/# and then i think it calls the function of <?php header('Location: /Manga/#'); ?> so this what i think the /Download/# index.php looks like i might be wrong so please correct me. <html> <head> <title></title> </head> <body> <?php header('Location: /Manga/#'); ?> <?php $file=fopen("http://subdomain.domain.com/filename","r") or exit("Unable to open file!"); ?> </body> i am not shure that correct but yep... if some one can help please help me as i need help... </html>
  7. Hi, i own a Anime/Manga site and I need some way to hide where the file is comming from what I seen is this site called mangadownload.net this how it works.... say you loged in and go to a manga you like a URL will look something like this http://www.mangadownload.net/Manga/178 when you hover over the link this what you will see http://www.mangadownload.net/Download/4551 when you click download the file appears but it appears not from domain of mangadownload.net like it should but from ringo.mangadownload.net if you see the first letters to ringo in your browser URL you will see the link in which case it is http://ringo.mangadownload.net/hackGU/hackGU_ch01[TWH].rar for the specific file... can some one tell me how i can do the same thing? i think it has something to do with <?php header('location: something.php'); ?> or maybe something else... Also is there a way to have a login script which requires the person to be loged in to be able to click the download link if there not logged in they just see .hack//G.U. ch_001 as text not a link.... -Thank you!
  8. Well I found this... http://www.phpeasystep.com/workshopview.php?id=12 but I need little bit more extras like... Admin CP which can include table of register users, delete user, ban user, suspent-time. And I need to make it so the users have an ability to upload avatars 100x100 .png, .gif, .jpg via to the system... for there profile ^^ But I would like to thank you for your help ^^
  9. Hello, I need some help as I wish to make a forum software something like Unclassified News Board (UNB) if there is any tutorials on the web could you please give me a link? All I wish to do is make a forum from ground up... something like IGG.com did where they made all off there game forums by them selfs as they coded all stuff.
×
×
  • 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.