[BETA] FAKE USER MOD

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Locked
User avatar
Persol
Registered User
Posts: 23
Joined: Mon Sep 01, 2003 3:23 pm
Location: PA
Contact:

Post by Persol »

My point is that it's not my code that is doing it.

If you restore from a backup again, and even change the spelling of something in one of the php files, that file isn't going to work anymore. Something that you are doing when you are editing is stopping the php files from executing. You should NEVER just see the code that is in the page, you'd atleast get an error message like I showed you.

How EXACTLY are you editing these files? Also, do you now how to check permissions? This is client dependant but you want to check if doing 'chmod 777' helps any.
http://www.mangapug.com - A community for manga artists. Free personal galleries.
User avatar
DNT
Registered User
Posts: 18
Joined: Fri Mar 05, 2004 1:15 am

Post by DNT »

actually, i use frontpage to edit the php files as you said or notepad.

I'm quite new to php's but it looks more like c++ which i'm
quite firmiliar with.

but i thought how u edit it does'nt matter, does it ?

once the codes you type in are just the right ones.
Bandit_Raider
Registered User
Posts: 79
Joined: Sat Nov 15, 2003 10:01 am
Location: Switzerland
Contact:

Post by Bandit_Raider »

Frontpage moves PHP code around and doesnt let you have head tags etc. in a (for FP) "wrong" place.
BADBOY2004UK1234
Registered User
Posts: 15
Joined: Sun Mar 07, 2004 5:49 pm

Post by BADBOY2004UK1234 »

When do these accounts come online as mine havent been online yet at all :|
User avatar
Cryo
Registered User
Posts: 455
Joined: Tue Oct 21, 2003 5:28 pm
Location: Canada
Name: Chris

Post by Cryo »

---
Open
includes/page_header.php
Find:
if ($show_fake) {
Before, Add
$show_fake=true;
---
That'll turn the mod on. For some reason $show_fake doesn't populate.[/quote]

That worked, I was getting this mod all confused. I thought it would put the fake registered users and place them in the "who is online". But it only places them as guest. But still it works.[/quote]
User avatar
Persol
Registered User
Posts: 23
Joined: Mon Sep 01, 2003 3:23 pm
Location: PA
Contact:

Post by Persol »

I don't use frontpage, so I'll have to direct you to bandit's advice. As a test, restore your forum to working order, and then change one of the comments or text in a php file. Then see if it still runs. My guest is that it won't.

Try the same thing using notepad. If it STILL doesn't work, it has something to do with the way you are uploading.

Good luck! Tell us how you make out!
http://www.mangapug.com - A community for manga artists. Free personal galleries.
User avatar
cloud10
Registered User
Posts: 45
Joined: Thu Mar 11, 2004 4:49 pm

Post by cloud10 »

The new version will boast many added features - it will just take a while.
User avatar
DNT
Registered User
Posts: 18
Joined: Fri Mar 05, 2004 1:15 am

Post by DNT »

We'll it does'nt work @ all. what other software you recomend to edit & upload php files ?

As in direct from my host server, i will be able to edit it and save.
masterdavid
Registered User
Posts: 222
Joined: Tue Jul 08, 2003 1:26 pm

Post by masterdavid »

Hello cloud10... would it be ok if I add the latest version of this modification to my current project IntegraMOD? You can see the project through my signature. Thanks! :D
User avatar
cloud10
Registered User
Posts: 45
Joined: Thu Mar 11, 2004 4:49 pm

Post by cloud10 »

what is integra mod? i might let you cause im sort of bored with this mod - im working on a mod now that does not allow a user to post until certain objects in their profile are filled out.
User avatar
Persol
Registered User
Posts: 23
Joined: Mon Sep 01, 2003 3:23 pm
Location: PA
Contact:

Post by Persol »

DNT:
Use HTML-KIT to upload download and edit. Just make sure you have your ftp address, username, and password to use it. It's a nifty quick program.

Cloud10:
I think it is just a bunch of mods all rolled into one. If you are going to discontinue this mod, send me a PM and I'll pick it up.
http://www.mangapug.com - A community for manga artists. Free personal galleries.
masterdavid
Registered User
Posts: 222
Joined: Tue Jul 08, 2003 1:26 pm

Post by masterdavid »

Cloud10, Persol is correct. It is a pre-modded version of phpBB that I am trying to make into a dynamic portal. :)
User avatar
Xxh2kxX
Registered User
Posts: 149
Joined: Fri Aug 22, 2003 6:03 pm
Contact:

ok

Post by Xxh2kxX »

OK I install this mod .. and its not working with me ..

i add Fake User And it Not Showing In the Viewonline .. do u have any idea .?
User avatar
Cryo
Registered User
Posts: 455
Joined: Tue Oct 21, 2003 5:28 pm
Location: Canada
Name: Chris

Post by Cryo »

It works fine but you need to modify the code some :wink:

Code: Select all

Open 
includes/page_header.php 
Find: 
if ($show_fake) { 
Before, Add 
$show_fake=true; 
User avatar
Xxh2kxX
Registered User
Posts: 149
Joined: Fri Aug 22, 2003 6:03 pm
Contact:

LOL

Post by Xxh2kxX »

Yeah it's working know :D :D :D
Locked

Return to “[2.0.x] MODs in Development”